You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/05/01 15:01:51 UTC

cvs commit: maven-new maven.xml project.xml

evenisse    2003/05/01 06:01:51

  Modified:    common   base-project.xml
               core     project.xml
               plugins/ashkelon project.xml
               plugins/jelly project.xml
               plugins/suiterunner project.xml
               server   project.xml
  Added:       .        maven.xml project.xml
  Log:
  Add reactor build for maven-new
  
  Revision  Changes    Path
  1.3       +1 -1      maven-new/common/base-project.xml
  
  Index: base-project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/common/base-project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- base-project.xml	27 Apr 2003 13:48:41 -0000	1.2
  +++ base-project.xml	1 May 2003 13:01:48 -0000	1.3
  @@ -3,7 +3,7 @@
   <project>
     <pomVersion>3</pomVersion>
     <groupId>maven-new</groupId>
  -  <currentVersion>1.0-beta-11</currentVersion>
  +  <currentVersion>1.0-beta-11-SNAPSHOT</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
  
  
  
  1.6       +3 -36     maven-new/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/core/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	30 Apr 2003 08:34:06 -0000	1.5
  +++ project.xml	1 May 2003 13:01:48 -0000	1.6
  @@ -1,36 +1,16 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  +  <extend>${basedir}/../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <name>Maven</name>
  +  <name>Maven Core</name>
     <id>maven-new:core</id>
  -  <groupId>maven-new</groupId>
     <artifactId>core</artifactId>
  -  <currentVersion>1.0-beta-9</currentVersion>
   
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/</url>
  -    <logo>/images/jakarta-logo-blue.gif</logo>
  -  </organization>
  -
  -  <inceptionYear>2001</inceptionYear>
  -  <package>org.apache.maven</package>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references.</description>
     <shortDescription>Java Project Management Tools</shortDescription>
  -  <url>http://jakarta.apache.org/turbine/${pom.artifactId}/</url>
  -  <issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10030</issueTrackingUrl>
  -  <siteAddress>www.maven.org</siteAddress>
  -  <siteDirectory>/www/www.maven.org/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
  -  
     
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-maven:anoncvs</connection>
  -    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-maven</developerConnection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</url>
  -  </repository>
     <versions>
       <version>
         <id>b1</id>
  @@ -79,20 +59,7 @@
       </version>
     </versions>
     <branches></branches>
  -  <mailingLists>
  -    <mailingList>
  -      <name>Maven User List</name>
  -      <subscribe>turbine-maven-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>turbine-maven-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=turbine-maven-user@jakarta.apache.org</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Maven Developer List</name>
  -      <subscribe>turbine-maven-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>turbine-maven-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=turbine-maven-dev@jakarta.apache.org</archive>
  -    </mailingList>
  -  </mailingLists>
  +
     <developers>
       <developer>
         <name>Juancarlo Anez</name>
  
  
  
  1.2       +1 -2      maven-new/plugins/ashkelon/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/ashkelon/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	30 Apr 2003 13:59:09 -0000	1.1
  +++ project.xml	1 May 2003 13:01:48 -0000	1.2
  @@ -5,7 +5,6 @@
     <pomVersion>3</pomVersion>
     <name>Maven Plugin - ashkelon</name>
     <id>maven-new:plugin-ashkelon</id>
  -  <groupId>maven-new</groupId>
     <artifactId>plugin-ashkelon</artifactId>
     
     <package>org.apache.maven.plugins.ashkelon</package>
  @@ -15,7 +14,7 @@
       <dependency>
         <groupId>maven-new</groupId>
         <artifactId>core</artifactId>
  -      <version>SNAPSHOT</version>
  +      <version>${pom.currentVersion}</version>
       </dependency>
     
       <dependency>
  
  
  
  1.2       +4 -6      maven-new/plugins/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/jelly/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	26 Apr 2003 23:47:44 -0000	1.1
  +++ project.xml	1 May 2003 13:01:49 -0000	1.2
  @@ -3,9 +3,9 @@
   <project>
     <extend>${basedir}/../../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <name>Maven Jelly Plugin</name>
  -  <artifactId>cli</artifactId>
  -  <currentVersion>1.0-beta-10</currentVersion>
  +  <name>Maven Plugin - Jelly</name>
  +  <id>maven-new:plugin-jelly</id>
  +  <artifactId>plugin-jelly</artifactId>
   
     <package>org.apache.maven.plugins.jelly</package>
   
  @@ -14,7 +14,7 @@
       <dependency>
         <groupId>maven-new</groupId>
         <artifactId>core</artifactId>
  -      <version>SNAPSHOT</version>
  +      <version>${pom.currentVersion}</version>
       </dependency>
     
       <dependency>
  @@ -28,8 +28,6 @@
         <artifactId>plexus</artifactId>
         <version>0.3</version>
       </dependency>
  -    
  -    
       
       <dependency>
         <id>commons-jelly</id>
  
  
  
  1.2       +1 -2      maven-new/plugins/suiterunner/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/suiterunner/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	27 Apr 2003 20:51:54 -0000	1.1
  +++ project.xml	1 May 2003 13:01:49 -0000	1.2
  @@ -5,7 +5,6 @@
     <pomVersion>3</pomVersion>
     <name>Maven Plugin - SuiteRunner</name>
     <id>maven-new:plugin-suiterunner</id>
  -  <groupId>maven-new</groupId>
     <artifactId>plugin-suiterunner</artifactId>
     
     <package>org.apache.maven.plugins.suiterunner</package>
  @@ -15,7 +14,7 @@
       <dependency>
         <groupId>maven-new</groupId>
         <artifactId>core</artifactId>
  -      <version>SNAPSHOT</version>
  +      <version>${pom.currentVersion}</version>
       </dependency>
     
       <dependency>
  
  
  
  1.6       +1 -1      maven-new/server/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/server/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	28 Apr 2003 10:28:32 -0000	1.5
  +++ project.xml	1 May 2003 13:01:49 -0000	1.6
  @@ -21,7 +21,7 @@
       <dependency>
         <groupId>maven-new</groupId>
         <artifactId>core</artifactId>
  -      <version>snapshot</version>
  +      <version>${pom.currentVersion}</version>
       </dependency>
       
       <dependency>
  
  
  
  1.6       +23 -363   maven-new/maven.xml
  
  
  
  
  1.13      +5 -536    maven-new/project.xml
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org