You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/04/09 18:53:14 UTC

cvs commit: jakarta-cactus maven.xml

vmassol     2004/04/09 09:53:14

  Modified:    framework project.xml maven.xml project.properties
               .        maven.xml
  Log:
  minor updates to the Maven build
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-cactus/framework/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	5 Dec 2003 14:28:15 -0000	1.11
  +++ project.xml	9 Apr 2004 16:53:14 -0000	1.12
  @@ -26,7 +26,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-rc2</version>
  +      <version>2.0</version>
         <url>http://jakarta.apache.org/commons/httpclient/</url>
       </dependency>   
       <dependency>
  
  
  
  1.7       +2 -0      jakarta-cactus/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	21 Sep 2003 10:02:55 -0000	1.6
  +++ maven.xml	9 Apr 2004 16:53:14 -0000	1.7
  @@ -4,6 +4,8 @@
     xmlns:u="jelly:util"
     xmlns:maven="jelly:maven">
   
  +  <goal name="dist" prereqs="clean,jar:jar,site"/>
  +    
     <goal name="cactus-framework:init">
       <!-- Add the J2EE specific source directory to the list of source 
            directories, as Maven only supports defining a single source
  
  
  
  1.12      +2 -2      jakarta-cactus/framework/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties	8 Nov 2003 19:51:00 -0000	1.11
  +++ project.properties	9 Apr 2004 16:53:14 -0000	1.12
  @@ -25,7 +25,7 @@
   maven.checkstyle.properties = ${basedir}/../checkstyle.xml
   
   # Checkstyle header file
  -maven.checkstyle.header.file = ${basedir}/../LICENSE.cactus
  +maven.checkstyle.header.file = ${basedir}/../checkstyle.license
   
   # Display Cactus version on web site
   maven.xdoc.date = left
  
  
  
  1.2       +4 -1      jakarta-cactus/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	20 Sep 2003 19:58:14 -0000	1.1
  +++ maven.xml	9 Apr 2004 16:53:14 -0000	1.2
  @@ -2,7 +2,10 @@
     default="cactus-build:jar"
     xmlns:j="jelly:core"
     xmlns:maven="jelly:maven">
  -  
  +
  +  <!-- Note: This file is automatically inherited by all Cactus Maven 
  +       projects -->
  +       
     <!--
        ========================================================================
          Package all Cactus modules.
  
  
  

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