You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/02/11 17:33:00 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/examples project.xml

jvanzyl     2003/02/11 08:33:00

  Modified:    src/plugins-build/examples project.xml
  Log:
  snapshot version resolved POM
  
  Revision  Changes    Path
  1.2       +17 -22    jakarta-turbine-maven/src/plugins-build/examples/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/examples/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Jan 2003 03:44:33 -0000	1.1
  +++ project.xml	11 Feb 2003 16:32:59 -0000	1.2
  @@ -1,60 +1,59 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  -<project>
  +<?xml version="1.0" encoding="UTF-8"?>
   
  +<project>
     <!-- the version of maven's project object model -->
  +
     <pomVersion>3</pomVersion>
  -  
     <!-- a unique name for this project -->
  +
     <id>maven-examples-plugin</id>
  -  
     <!-- a short but descriptive name for the project -->
  +
     <name>Maven example projects</name>
  -  
     <!-- the 'group' to which the 'artifacts' belong -->
  +
     <groupId>maven</groupId>
  -  
     <!-- The version of the project under development, e.g.
          1.1, 1.2, 2.0-dev -->
  +
     <currentVersion>1.1-SNAPSHOT</currentVersion>
  -  
     <!-- details about the organization that 'owns' the project -->
  +
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
       <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo>
     </organization>
  -  
     <!-- the year the project started -->
  +
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.maven.examples</package>
     <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
     <!-- a short description of what the project does -->
  -  <shortDescription>
  -    A collection of example projects showing how to use maven in different
  -    situations
  -  </shortDescription>
   
  +  <shortDescription>A collection of example projects showing how to use maven in different situations</shortDescription>
     <!-- the project home page -->
  +
     <url>http://jakarta.apache.org/turbine/maven/reference/plugins/examples/</url>
     <issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10030</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/examples/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
  -
     <!-- the version control repository and http url for online access
          the connection element has the form:
          scm:<system>:<system specific connection string> -->
  +
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-maven/src/plugins-build/examples</connection>
       <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/src/plugins-build/examples/</url>
     </repository>
  -
     <!-- any mailing lists for the project -->
  +
     <mailingLists/>
  -  
     <!-- who the developers are for the project -->
  +
     <developers>
  -   <developer>
  +    <developer>
         <name>dIon Gillard</name>
         <id>dion</id>
         <email>dion@multitask.com.au</email>
  @@ -64,13 +63,12 @@
         </roles>
       </developer>
     </developers>
  -
     <!-- jar files the project is dependent on -->
  +
     <dependencies/>
  -  
     <!-- build information for the project -->
  +
     <build>
  -  
       <resources>
         <resource>
           <directory>${basedir}</directory>
  @@ -85,8 +83,5 @@
           </excludes>
         </resource>
       </resources>
  -
     </build>
  -
   </project>
  -