morciuch    2004/04/19 18:30:11

  Modified:    .        maven.xml
  Log:
  Install the src and bin distributions to jetspeed/distributions folder
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-jetspeed/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/maven.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- maven.xml 20 Apr 2004 00:06:14 -0000      1.14
  +++ maven.xml 20 Apr 2004 01:30:10 -0000      1.15
  @@ -78,7 +78,7 @@
        <!-- I N S T A L L  I N  L O C A L  R E P O S I T O R Y   G O A L              
            -->
        <!-- ================================================================== -->
        <goal name="dist:install" prereqs="dist:build" description="Install the 
distributions into the local repository">
  -             <property name="distdir__" 
value="${maven.repo.local}/${pom.artifactId}dist/distributions"/>
  +             <property name="distdir__" 
value="${maven.repo.local}/${pom.artifactId}/distributions"/>
                <mkdir dir="${distdir__}"/>
                <copy todir="${distdir__}">
                        <fileset dir="${maven.dist.dir}">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to