jvanzyl 2004/04/14 18:59:20
Modified: maven-model maven.mdo
Log:
o adding type element to the project. so now the groupId, artifactId and type of a
project match that of a dependency.
Revision Changes Path
1.25 +7 -0 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- maven.mdo 13 Apr 2004 03:19:09 -0000 1.24
+++ maven.mdo 15 Apr 2004 01:59:20 -0000 1.25
@@ -64,6 +64,13 @@
<type>String</type>
</field>
<field>
+ <name>type</name>
+ <version>4.0.0</version>
+ <description>The type of artifact this project produces.</description>
+ <type>String</type>
+ <defaultValue>jar</defaultValue>
+ </field>
+ <field>
<name>name</name>
<description>Human readable name of the project.</description>
<type>String</type>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]