Author: psteitz Date: Sun May 18 18:04:30 2014 New Revision: 1595646 URL: http://svn.apache.org/r1595646 Log: What can't go up, must come down. Down-rev assembly plugin to work around MASSEMBLY-637.
Modified: commons/proper/dbcp/trunk/pom.xml Modified: commons/proper/dbcp/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1595646&r1=1595645&r2=1595646&view=diff ============================================================================== --- commons/proper/dbcp/trunk/pom.xml (original) +++ commons/proper/dbcp/trunk/pom.xml Sun May 18 18:04:30 2014 @@ -316,6 +316,13 @@ </links> </configuration> </plugin> + <!-- Workaround MASSEMBLY-637 --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.3</version> + </plugin> + <!-- Remomve when 2.5 is released and cp upgrades --> </plugins> </build> <reporting>