*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-12-29 06:59:23 +00:00
parent df4ea9d0d3
commit d89b6de961
5 changed files with 40 additions and 2 deletions

View File

@ -0,0 +1,6 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId>
<artifactId>maven-archetype-site</artifactId>
<version>1.0</version>
</project>

View File

@ -0,0 +1,10 @@
-----
Archetype
-----
Jason van Zyl
-----
What is Archetype?
Archetype is a

View File

@ -0,0 +1,24 @@
<?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>

View File

@ -37,8 +37,6 @@ public class DefaultArtifact
private String type;
private String extension;
private String path;

BIN
mboot.jar

Binary file not shown.