Author: veithen
Date: Fri Feb  7 15:18:27 2014
New Revision: 1565683

URL: http://svn.apache.org/r1565683
Log:
Implemented a workaround for MSHADE-120.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1565683&r1=1565682&r2=1565683&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Fri Feb  7 15:18:27 2014
@@ -691,6 +691,11 @@
                 </configuration>
             </plugin>
             <plugin>
+                <!-- We need this to make sure that shade:shade is executed 
after source:jar-no-fork
+                     (see MSHADE-120). -->
+                <artifactId>maven-shade-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
                 <version>${jacoco.version}</version>


Reply via email to