Remove unnecessary build element.
This was causing a file not found when loading the plugin, as the resources weren't in the jar. Not sure if this is a change from rc1 to current code git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,7 +24,15 @@
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>dIon Gillard</name>
|
||||
<id>dion</id>
|
||||
<email>dion@apache.org</email>
|
||||
<organization>ASF</organization>
|
||||
<roles><role>Java Developer</role></roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
@@ -41,7 +49,5 @@
|
||||
<properties><classloader>root.maven</classloader></properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<nagEmailAddress>bporter@f2network.com.au</nagEmailAddress>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user