mirror of https://github.com/apache/maven.git
*** 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:
parent
df4ea9d0d3
commit
d89b6de961
|
@ -0,0 +1,6 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-archetype-site</artifactId>
|
||||
<version>1.0</version>
|
||||
</project>
|
|
@ -0,0 +1,10 @@
|
|||
-----
|
||||
Archetype
|
||||
-----
|
||||
Jason van Zyl
|
||||
-----
|
||||
|
||||
What is Archetype?
|
||||
|
||||
Archetype is a
|
||||
|
|
@ -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>
|
|
@ -37,8 +37,6 @@ public class DefaultArtifact
|
|||
|
||||
private String type;
|
||||
|
||||
|
||||
|
||||
private String extension;
|
||||
|
||||
private String path;
|
||||
|
|
Loading…
Reference in New Issue