Index: xdocs/repository-upload.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/repository-upload.xml,v retrieving revision 1.14 diff -u -w -r1.14 repository-upload.xml --- xdocs/repository-upload.xml 28 Jun 2004 15:09:19 -0000 1.14 +++ xdocs/repository-upload.xml 2 Aug 2004 23:08:48 -0000 @@ -67,9 +67,9 @@ In that case the project.xml should at least contain the following elements:

Index: xdocs/misc/glossary.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/misc/glossary.xml,v retrieving revision 1.3 diff -u -w -r1.3 glossary.xml --- xdocs/misc/glossary.xml 22 Jul 2004 16:28:27 -0000 1.3 +++ xdocs/misc/glossary.xml 2 Aug 2004 23:23:46 -0000 @@ -88,7 +88,7 @@ A repository is an structured storage of project artifacts. Those artifacts are organized under the following structure:

- $MAVEN_REPO/project id/artifact type/project-version.extension + $MAVEN_REPO/groupId/artifact type/artifactId-version.extension

For instance, a Maven JAR artifact will be stored in a repository Index: xdocs/reference/project-descriptor.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/reference/project-descriptor.xml,v retrieving revision 1.35 diff -u -w -r1.35 project-descriptor.xml --- xdocs/reference/project-descriptor.xml 23 Jul 2004 04:40:08 -0000 1.35 +++ xdocs/reference/project-descriptor.xml 2 Aug 2004 23:26:11 -0000 @@ -51,7 +51,8 @@ <project> <extend/> <pomVersion/> - <id/> + <artifactId/> + <id/> deprecated <name/> <groupId/> <currentVersion/> @@ -131,7 +132,7 @@ </licenses> <dependencies> <dependency> - <id/> + <id/> deprecated <groupId/> <artifactId/> <version/> @@ -157,7 +158,7 @@ </sourceModification> </sourceModifications> <unitTestSourceDirectory/> - <integrationUnitTestSourceDirectory/> + <integrationUnitTestSourceDirectory/> deprecated <aspectSourceDirectory/> <unitTest> <includes> @@ -231,14 +232,25 @@ - id + artifactId - The short name of the project. This value is used when + The identifier of the project. This value is used when naming jars and distribution files. + id + + The identifier of the project. +

+ Note: The use of the id element is + deprecated. Please use artifactId + instead. +

+ + + name The full name of the project. This value is used when @@ -968,7 +980,7 @@ integrationUnitTestSourceDirectory - This element is deprecated and should no longer be used. + Note: This element is deprecated and should no longer be used. Initially it was used by the first Cactus plugin. Now the location of the Cactus test sources is defined through a plugin property. See the Index: xdocs/reference/user-guide.xml =================================================================== RCS file: /home/cvspublic/maven/xdocs/reference/user-guide.xml,v retrieving revision 1.71 diff -u -w -r1.71 user-guide.xml --- xdocs/reference/user-guide.xml 24 Jul 2004 17:03:48 -0000 1.71 +++ xdocs/reference/user-guide.xml 2 Aug 2004 23:28:45 -0000 @@ -1470,7 +1470,6 @@ - bar foo ... @@ -1490,7 +1489,6 @@ - bar foo The Grand Master Foo ... @@ -1504,9 +1502,9 @@ - bar foo The Grand Master Foo + bar ... ]]> @@ -1539,9 +1537,9 @@ - yourProject yourArtifact Your Groovey Machine + yourProject ... @@ -1577,10 +1575,10 @@