Add optional plugins site generation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2fa70edbd7
commit
79329f0780
8
maven.xml
Normal file
8
maven.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<project
|
||||||
|
xmlns:j="jelly:core">
|
||||||
|
|
||||||
|
<preGoal name="xdoc:transform">
|
||||||
|
<attainGoal name="multiproject:create-overview-page"/>
|
||||||
|
</preGoal>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -1 +1,14 @@
|
|||||||
maven.html2xdoc.enabled=true
|
# Display the date on the Maven web site
|
||||||
|
maven.xdoc.date = left
|
||||||
|
maven.xdoc.date.format = dd MMMM yyyy HH:mm z
|
||||||
|
|
||||||
|
# Enable HTML to xdoc transformation
|
||||||
|
maven.html2xdoc.enabled=true
|
||||||
|
|
||||||
|
#------------------------------------------------------------------
|
||||||
|
# M U L T I P R O J E C T - A L L P L U G I N G S
|
||||||
|
#------------------------------------------------------------------
|
||||||
|
maven.multiproject.navigation=independent
|
||||||
|
maven.multiproject.overviewPage.title=Maven Optional Plugins
|
||||||
|
maven.multiproject.overviewPage.link=optional
|
||||||
|
maven.multiproject.overviewPage.text=The following plugins are optional
|
||||||
|
|||||||
35
project.xml
35
project.xml
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>plugin-parent</id>
|
<id>plugin-parent</id>
|
||||||
<name>Plugin Parent</name>
|
<name>Optional Maven Plugin</name>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<currentVersion>1.0</currentVersion>
|
<currentVersion>1.0</currentVersion>
|
||||||
<organization>
|
<organization>
|
||||||
@ -17,14 +17,41 @@
|
|||||||
|
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
|
||||||
<siteAddress>maven.apache.org</siteAddress>
|
<siteAddress>maven.apache.org</siteAddress>
|
||||||
|
<siteDirectory>/www/maven.apache.org/reference/plugins/optional/</siteDirectory>
|
||||||
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
||||||
|
|
||||||
|
<mailingLists>
|
||||||
|
<mailingList>
|
||||||
|
<name>Maven User List</name>
|
||||||
|
<subscribe>users-subscribe@maven.apache.org</subscribe>
|
||||||
|
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
||||||
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org</archive>
|
||||||
|
</mailingList>
|
||||||
|
<mailingList>
|
||||||
|
<name>Maven Developer List</name>
|
||||||
|
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
||||||
|
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
||||||
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@maven.apache.org/</archive>
|
||||||
|
</mailingList>
|
||||||
|
</mailingLists>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/plexus/</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/</connection>
|
||||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/plexus/</url>
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Emmanuel Venisse</name>
|
||||||
|
<id>evenisse</id>
|
||||||
|
<email>emmanuel@venisse.net</email>
|
||||||
|
<organization/>
|
||||||
|
<roles>
|
||||||
|
<role>Java Developer</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+18</timezone>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src/main</sourceDirectory>
|
<sourceDirectory>src/main</sourceDirectory>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<search/>
|
<search/>
|
||||||
<links>
|
<links>
|
||||||
<item name="Maven" href="http://maven.apache.org/index.html"/>
|
<item name="Maven" href="http://maven.apache.org/index.html"/>
|
||||||
<item name="Other Plugins" href="http://maven-plugins.sourceforge.net/"/>
|
<item name="Other Plugins" href="/../index.html"/>
|
||||||
</links>
|
</links>
|
||||||
<menu name="Apache">
|
<menu name="Apache">
|
||||||
<item name="ApacheCon" href="http://apachecon.com/2003/US/index.html"
|
<item name="ApacheCon" href="http://apachecon.com/2003/US/index.html"
|
||||||
@ -16,6 +16,7 @@
|
|||||||
<menu name="Overview">
|
<menu name="Overview">
|
||||||
<item name="About" href="/index.html"/>
|
<item name="About" href="/index.html"/>
|
||||||
<item name="FAQ" href="/faq.html"/>
|
<item name="FAQ" href="/faq.html"/>
|
||||||
|
<item name="Plugins list" href="/optional.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user