Author: mbenson
Date: Tue Feb 11 23:07:30 2014
New Revision: 1567443
URL: http://svn.apache.org/r1567443
Log:
no build-tools test jar
Modified:
commons/proper/weaver/trunk/build-tools/pom.xml
Modified: commons/proper/weaver/trunk/build-tools/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/pom.xml?rev=1567443&r1=1567442&r2=1567443&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/pom.xml (original)
+++ commons/proper/weaver/trunk/build-tools/pom.xml Tue Feb 11 23:07:30 2014
@@ -35,6 +35,15 @@ under the License.
<skipSource>true</skipSource>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase />
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>