Author: sebb
Date: Sat Apr 2 00:56:40 2011
New Revision: 1087948
URL: http://svn.apache.org/viewvc?rev=1087948&view=rev
Log:
Fix POM so compiler:testCompile works
Modified:
jakarta/bcel/trunk/pom.xml
Modified: jakarta/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/bcel/trunk/pom.xml?rev=1087948&r1=1087947&r2=1087948&view=diff
==============================================================================
--- jakarta/bcel/trunk/pom.xml (original)
+++ jakarta/bcel/trunk/pom.xml Sat Apr 2 00:56:40 2011
@@ -172,7 +172,8 @@
</configuration>
<executions>
<execution>
- <id>compile-tests</id>
+ <!-- need default-cli so compiler:testCompile picks up
the settings -->
+ <id>default-cli</id>
<phase>process-test-sources</phase>
<goals>
<goal>testCompile</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]