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/01/13 19:49:57 UTC

cvs commit: jakarta-turbine-maven/src/conf driver.properties

jvanzyl     2003/01/13 10:49:57

  Modified:    src/conf driver.properties
  Log:
  o We now have the an artifactId equivalent in the Project so that we can
    actually match dependencies and projects.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-maven/src/conf/driver.properties
  
  Index: driver.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/conf/driver.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- driver.properties	31 Dec 2002 07:28:17 -0000	1.4
  +++ driver.properties	13 Jan 2003 18:49:57 -0000	1.5
  @@ -14,7 +14,7 @@
   
   maven.jar.excludes = **/package.html
   
  -maven.final.name = ${pom.id}-${pom.currentVersion}
  +maven.final.name = ${pom.artifactId}-${pom.currentVersion}
   maven.final.dir = ${basedir}/${maven.final.name}
   
   # -------------------------------------------------------------------