Skip to content

Commit

Permalink
improved site structure for ducumentation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/release/trunk@1139411 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Jun 24, 2011
1 parent b6ea86b commit 6c5d32f
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 0 deletions.
35 changes: 35 additions & 0 deletions maven-release-manager/src/site/site.xml
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="JavaDocs" href="apidocs/index.html"/>
<item name="Source Xref" href="xref/index.html"/>
<!--item name="FAQ" href="faq.html"/-->
</menu>

<menu ref="parent" inherit="top" />
</body>
</project>
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -34,6 +34,7 @@
<packaging>pom</packaging>

<name>Maven Release</name>
<description>Tooling to release a project with Maven, saving a lot of repetitive, manual work.</description>

<mailingLists>
<mailingList>
Expand Down
20 changes: 20 additions & 0 deletions src/site/apt/index.apt
@@ -0,0 +1,20 @@
------
Maven Release
------
Hervé Boutemy
------
2011-06-24
------

Maven Release

Maven Release provides tooling to release a project with Maven, saving a lot of repetitive, manual work.

It consists of following modules:
*----------------------------------------------------------+----------------+
|| Module || Description ||
*----------------------------------------------------------+----------------+
| {{{./maven-release-plugin/}maven-release-plugin}} | core classes,
*----------------------------------------------------------+----------------+
| {{{/plugins/maven-release-plugin/}maven-release-plugin}} | release plugin to use from Maven.
*----------------------------------------------------------+----------------+
29 changes: 29 additions & 0 deletions src/site/site.xml
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<menu ref="modules" inherit="bottom" />
<menu ref="reports" inherit="bottom" />
</body>
</project>

0 comments on commit 6c5d32f

Please sign in to comment.