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 2003/09/21 08:58:16 UTC

cvs commit: jakarta-cactus/framework maven.xml project.properties

vmassol     2003/09/20 23:58:16

  Modified:    framework maven.xml project.properties
  Log:
  Move jar name to properties file (it is cleaner)
  
  Revision  Changes    Path
  1.4       +0 -5      jakarta-cactus/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	20 Sep 2003 20:21:29 -0000	1.3
  +++ maven.xml	21 Sep 2003 06:58:16 -0000	1.4
  @@ -16,9 +16,4 @@
   
     </preGoal>
   
  -  <preGoal name="jar:jar">
  -    <j:set var="maven.final.name" 
  -        value="${pom.artifactId}-${cactus.j2ee.version}-${pom.currentVersion}"/>
  -  </preGoal>
  -
   </project>
  
  
  
  1.5       +3 -0      jakarta-cactus/framework/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	21 Sep 2003 06:43:56 -0000	1.4
  +++ project.properties	21 Sep 2003 06:58:16 -0000	1.5
  @@ -5,6 +5,9 @@
   # J2EE API version to use. Valid values are: 12 or 13
   cactus.j2ee.version = 13
   
  +# Name of generated jar
  +maven.final.name = ${pom.artifactId}-${cactus.j2ee.version}-${pom.currentVersion}
  +
   # Output directory location. Have different output directories for different 
   # J2EE APIs
   maven.build.dir = target-${cactus.j2ee.version}
  
  
  

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