You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/15 00:32:56 UTC

cvs commit: maven-components/maven-plugins/maven-assemble-plugin pom.xml

brett       2005/03/14 15:32:56

  Modified:    maven-plugins/maven-assemble-plugin pom.xml
  Log:
  remove test inclusion
  
  Revision  Changes    Path
  1.2       +0 -5      maven-components/maven-plugins/maven-assemble-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-assemble-plugin/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	13 Mar 2005 01:37:59 -0000	1.1
  +++ pom.xml	14 Mar 2005 23:32:56 -0000	1.2
  @@ -47,11 +47,6 @@
             </goal>
           </goals>
         </plugin>
  -      <plugin>
  -        <artifactId>maven-assemble-plugin</artifactId>
  -        <version>1.0-SNAPSHOT</version>
  -        <configuration><descriptor>assembly.xml</descriptor></configuration>
  -      </plugin>
       </plugins>
     </build>
   </model>