You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/08/27 13:15:05 UTC

cvs commit: maven-plugins/dist/xdocs properties.xml changes.xml

carlos      2004/08/27 04:15:05

  Modified:    dist     plugin.jelly plugin.properties
               dist/xdocs properties.xml changes.xml
  Log:
  Added maven.dist.bin.artifact property
  
  Revision  Changes    Path
  1.21      +2 -2      maven-plugins/dist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly	3 Jul 2004 18:08:21 -0000	1.20
  +++ plugin.jelly	27 Aug 2004 11:15:05 -0000	1.21
  @@ -79,10 +79,10 @@
         </ant:fileset>
       </ant:copy>
   
  -    <!-- Copy Jars -->
  +    <!-- Copy artifact -->
       <ant:copy todir="${maven.dist.bin.assembly.dir}">
         <ant:fileset dir="${maven.build.dir}">
  -        <ant:include name="${maven.final.name}.jar"/>
  +        <ant:include name="${maven.dist.bin.artifact}"/>
         </ant:fileset>
       </ant:copy>
   
  
  
  
  1.7       +1 -0      maven-plugins/dist/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties	14 Apr 2004 00:56:40 -0000	1.6
  +++ plugin.properties	27 Aug 2004 11:15:05 -0000	1.7
  @@ -28,3 +28,4 @@
   maven.dist.dir=${maven.build.dir}/distributions
   maven.dist.tar.executable=tar
   maven.dist.gunzip.executable=gunzip
  +maven.dist.bin.artifact=${maven.final.name}.jar
  
  
  
  1.5       +5 -0      maven-plugins/dist/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml	14 Apr 2004 00:56:40 -0000	1.4
  +++ properties.xml	27 Aug 2004 11:15:05 -0000	1.5
  @@ -67,6 +67,11 @@
             <td>yes - default is <code>gunzip</code>, found via the path.</td>
             <td>The path to the gunzip executable on the remote server</td>
           </tr> 
  +        <tr>
  +          <td>maven.dist.bin.artifact</td>
  +          <td>yes - default is <code>${maven.final.name}.jar</code>.</td>
  +          <td>The name of the binary artifact to include in distribution, relative to target dir.</td>
  +        </tr> 
         </table>
       </section>
     </body>
  
  
  
  1.21      +1 -0      maven-plugins/dist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml	3 Jul 2004 18:08:21 -0000	1.20
  +++ changes.xml	27 Aug 2004 11:15:05 -0000	1.21
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.7-SNAPSHOT" date="in CVS">
  +      <action dev="carlos" type="add" issue="MPDIST-13">Added <code>maven.dist.bin.artifact</code> property.</action>
         <action dev="carlos" type="update">Don't generate ant build file, call maven-ant-plugin before or set a preGoal</action>
         <action dev="carlos" type="update">Add NOTICE file to distribution</action>
       </release>
  
  
  

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