mirror of https://github.com/apache/maven.git
o pulled out the archetype doco from here and integrated it into the GSG
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@294961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a96c8a7692
commit
4b37838157
|
@ -1,12 +0,0 @@
|
|||
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<artifactId>maven-archetype</artifactId>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<version>1.0-alpha-3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-archetype-site</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0</version>
|
||||
</model>
|
|
@ -1,12 +0,0 @@
|
|||
-----
|
||||
Archetype
|
||||
-----
|
||||
Jason van Zyl
|
||||
-----
|
||||
|
||||
What is Archetype?
|
||||
|
||||
In short, Archetype is a Maven project templating toolkit. Archetype
|
||||
will help authors create Maven project templates for users, and provides
|
||||
users with the means to generate parameterized versions of those templates.
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Maven">
|
||||
<bannerLeft>
|
||||
<name>Doxia</name>
|
||||
<href>http://doxia.codehaus.org</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<name>http://codehaus.org/codehaus-small.png</name>
|
||||
<href>http://www.codehaus.org</href>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Plexus" href="http://plexus.codehaus.org"/>
|
||||
<item name="The Codehaus" href="http://www.codehaus.org"/>
|
||||
</links>
|
||||
<menu name="Quick Links">
|
||||
<item name="Download" href=""/>
|
||||
<item name="Javadoc" href=""/>
|
||||
<item name="Source Repository" href="http://cvs.doxia.codehaus.org"/>
|
||||
</menu>
|
||||
<menu name="Plugins">
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
Loading…
Reference in New Issue