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 2004/02/14 22:37:42 UTC

cvs commit: maven-components/maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin JarPlugin.java

jvanzyl     2004/02/14 13:37:42

  Modified:    maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin
                        JarPlugin.java
  Log:
  
  
  Revision  Changes    Path
  1.5       +5 -1      maven-components/maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin/JarPlugin.java
  
  Index: JarPlugin.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin/JarPlugin.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JarPlugin.java	14 Feb 2004 21:31:13 -0000	1.4
  +++ JarPlugin.java	14 Feb 2004 21:37:42 -0000	1.5
  @@ -83,6 +83,10 @@
    * maven.jar.index
    * maven.jar.compress
    * maven.remote.group
  + *
  + * @todo separate this into a resources plugin and jar plugin so that the resource
  + * copying can be used as part of testing, right now the resources are being copied
  + * directly into the JAR, need to make them available to testing.
    */
   public class JarPlugin
   {
  
  
  

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