o adding back dependencies cause if you call the plugin from an attain goal it can't find log if your calling script hasn't loaded that library
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -54,6 +54,14 @@
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<id>ant</id>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-log</artifactId>
|
||||
<version>20030211.142821</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user