brett 2005/03/20 22:07:35
Modified: maven-plugins/maven-jar-plugin pom.xml
maven-plugins/maven-assemble-plugin pom.xml
Log:
AbstractLogEnabled is needed for archiver (not transitive in mboot)
Revision Changes Path
1.14 +0 -0 maven-components/maven-plugins/maven-jar-plugin/pom.xml
1.5 +5 -0
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pom.xml 17 Mar 2005 23:59:06 -0000 1.4
+++ pom.xml 21 Mar 2005 06:07:35 -0000 1.5
@@ -26,6 +26,11 @@
<artifactId>plexus-archiver</artifactId>
<version>1.0-alpha-1-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>1.0-alpha-1</version>
+ </dependency>
</dependencies>
<build>
<plugins>