Author: rwesten
Date: Thu Nov 21 14:01:34 2013
New Revision: 1544187

URL: http://svn.apache.org/r1544187
Log:
STANBOL-1212: removed version number 1.7.2 from the shade plugin in the 
launchers - now the version defined in the parent is used. Added 
<createDependencyReducedPom>false</createDependencyReducedPom> to workaround a 
issue in the shade plugin.

Modified:
    stanbol/branches/release-0.12/launchers/full/pom.xml
    stanbol/branches/release-0.12/launchers/stable/pom.xml

Modified: stanbol/branches/release-0.12/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/full/pom.xml?rev=1544187&r1=1544186&r2=1544187&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full/pom.xml Thu Nov 21 14:01:34 
2013
@@ -104,7 +104,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -112,6 +111,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
               <!-- Use this to in/exclude only specific dependencies -->
                 <includes>

Modified: stanbol/branches/release-0.12/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/stable/pom.xml?rev=1544187&r1=1544186&r2=1544187&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/stable/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/stable/pom.xml Thu Nov 21 14:01:34 
2013
@@ -105,7 +105,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -113,6 +112,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
               <!-- Use this to in/exclude only specific dependencies -->
                 <includes>


Reply via email to