Author: rwesten
Date: Thu Nov 21 14:00:26 2013
New Revision: 1544186
URL: http://svn.apache.org/r1544186
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. Minor: aligned the jarWebSupport section of the mini
launcher with the others (part of STANBOL-1094)
Modified:
stanbol/trunk/launchers/full/pom.xml
stanbol/trunk/launchers/mini/pom.xml
stanbol/trunk/launchers/stable/pom.xml
Modified: stanbol/trunk/launchers/full/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1544186&r1=1544185&r2=1544186&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Thu Nov 21 14:00:26 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/trunk/launchers/mini/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1544186&r1=1544185&r2=1544186&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Thu Nov 21 14:00:26 2013
@@ -82,7 +82,9 @@
<jarWebSupport>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.jetty</artifactId>
- <version>2.2.0</version>
+ <!-- depends on OSGI framework (startLevel=2) and is required
+ by felix.http.whiteboard (startLevel=4) -->
+ <startLevel>3</startLevel>
</jarWebSupport>
</configuration>
</execution>
@@ -104,7 +106,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 +113,7 @@
<goal>shade</goal>
</goals>
<configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<!-- Use this to in/exclude only specific dependencies -->
<includes>
Modified: stanbol/trunk/launchers/stable/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1544186&r1=1544185&r2=1544186&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Thu Nov 21 14:00:26 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>