jakarta.apache.org/turbine/maven -> maven.apache.org/
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80e3738620
commit
da8382162e
@ -34,7 +34,7 @@
|
|||||||
<shortDescription>A sample project using the Cactus plugin for Maven</shortDescription>
|
<shortDescription>A sample project using the Cactus plugin for Maven</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
|
|||||||
@ -20,12 +20,12 @@
|
|||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
<cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</cvsWebUrl>
|
<cvsWebUrl>http://cvs.apache.org/viewcvs/maven/</cvsWebUrl>
|
||||||
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
|
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
|
||||||
<siteAddress>jakarta.apache.org</siteAddress>
|
<siteAddress>jakarta.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/jakarta.apache.org/turbine/maven/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/</siteDirectory>
|
||||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
|
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
||||||
|
|
||||||
<cvsRoot>:pserver:anoncvs@cvs.apache.org:/home/cvspublic</cvsRoot>
|
<cvsRoot>:pserver:anoncvs@cvs.apache.org:/home/cvspublic</cvsRoot>
|
||||||
<cvsModule>jakarta-turbine-maven</cvsModule>
|
<cvsModule>jakarta-turbine-maven</cvsModule>
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
</shortDescription>
|
</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
|
|||||||
@ -21,14 +21,14 @@
|
|||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Apache Software Foundation</name>
|
<name>Apache Software Foundation</name>
|
||||||
<url>http://jakarta.apache.org/</url>
|
<url>http://www.apache.org/</url>
|
||||||
<logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo>
|
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
|
||||||
</organization>
|
</organization>
|
||||||
<!-- the year the project started -->
|
<!-- the year the project started -->
|
||||||
|
|
||||||
<inceptionYear>2002</inceptionYear>
|
<inceptionYear>2002</inceptionYear>
|
||||||
<package>org.apache.maven.examples</package>
|
<package>org.apache.maven.examples</package>
|
||||||
<logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
|
<logo>http://maven.apache.org/images/maven.jpg</logo>
|
||||||
<!-- a short description of what the project does -->
|
<!-- a short description of what the project does -->
|
||||||
|
|
||||||
<shortDescription>A collection of example projects showing how to use maven in different situations</shortDescription>
|
<shortDescription>A collection of example projects showing how to use maven in different situations</shortDescription>
|
||||||
|
|||||||
@ -34,14 +34,14 @@
|
|||||||
<shortDescription>A simple ear generating project</shortDescription>
|
<shortDescription>A simple ear generating project</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
scm:<system>:<system specific connection string> -->
|
scm:<system>:<system specific connection string> -->
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-maven</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven</connection>
|
||||||
<url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</url>
|
<url>http://cvs.apache.org/viewcvs/maven/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<!-- any mailing lists for the project -->
|
<!-- any mailing lists for the project -->
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
<shortDescription>A simple java project</shortDescription>
|
<shortDescription>A simple java project</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
<shortDescription>A simple web app project</shortDescription>
|
<shortDescription>A simple web app project</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/</url>
|
<url>http://maven.apache.org/</url>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
|
|||||||
@ -35,11 +35,11 @@
|
|||||||
</shortDescription>
|
</shortDescription>
|
||||||
|
|
||||||
<!-- the project home page -->
|
<!-- the project home page -->
|
||||||
<url>http://jakarta.apache.org/turbine/maven/reference/plugins/examples/</url>
|
<url>http://maven.apache.org/reference/plugins/examples/</url>
|
||||||
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
|
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
|
||||||
<siteAddress>jakarta.apache.org</siteAddress>
|
<siteAddress>jakarta.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/examples/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/examples/</siteDirectory>
|
||||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
|
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
||||||
|
|
||||||
<!-- the version control repository and http url for online access
|
<!-- the version control repository and http url for online access
|
||||||
the connection element has the form:
|
the connection element has the form:
|
||||||
|
|||||||
@ -195,7 +195,7 @@
|
|||||||
</build>
|
</build>
|
||||||
]]></source>
|
]]></source>
|
||||||
section of your
|
section of your
|
||||||
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html">
|
<a href="http://maven.apache.org/reference/project-descriptor.html">
|
||||||
project descriptor</a>. If there are <code>includes</code> or <code>excludes</code>
|
project descriptor</a>. If there are <code>includes</code> or <code>excludes</code>
|
||||||
elements, this property will be set to true
|
elements, this property will be set to true
|
||||||
</td>
|
</td>
|
||||||
@ -240,7 +240,7 @@
|
|||||||
</build>
|
</build>
|
||||||
]]></source>
|
]]></source>
|
||||||
section of your
|
section of your
|
||||||
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html">
|
<a href="http://maven.apache.org/reference/project-descriptor.html">
|
||||||
project descriptor</a>
|
project descriptor</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -305,7 +305,7 @@
|
|||||||
<td>
|
<td>
|
||||||
This property holds the Ant <code>path</code> of all the dependent jar
|
This property holds the Ant <code>path</code> of all the dependent jar
|
||||||
files listed in the <code>dependencies</code> block of your
|
files listed in the <code>dependencies</code> block of your
|
||||||
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html">
|
<a href="http://maven.apache.org/reference/project-descriptor.html">
|
||||||
project descriptor</a>
|
project descriptor</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<links>
|
<links>
|
||||||
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
|
<item name="Maven" href="http://maven.apache.org/"/>
|
||||||
</links>
|
</links>
|
||||||
<menu>
|
<menu>
|
||||||
<item name="Alpha" href="/alpha/index.html">
|
<item name="Alpha" href="/alpha/index.html">
|
||||||
|
|||||||
@ -8,10 +8,10 @@
|
|||||||
<organization>
|
<organization>
|
||||||
<name>Apache Software Foundation</name>
|
<name>Apache Software Foundation</name>
|
||||||
<url>http://jakarta.apache.org/</url>
|
<url>http://jakarta.apache.org/</url>
|
||||||
<logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo>
|
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
|
||||||
</organization>
|
</organization>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
|
<logo>http://maven.apache.org/images/maven.jpg</logo>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<links>
|
<links>
|
||||||
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
|
<item name="Maven" href="http://maven.apache.org/"/>
|
||||||
</links>
|
</links>
|
||||||
<menu>
|
<menu>
|
||||||
<item name="Alpha" href="/alpha/index.html">
|
<item name="Alpha" href="/alpha/index.html">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user