Author: rwesten
Date: Tue Oct 20 07:04:53 2015
New Revision: 1709520
URL: http://svn.apache.org/viewvc?rev=1709520&view=rev
Log:
adapted all Stanbol Launchers for STANBOL-1444
Modified:
stanbol/branches/release-0.12/launchers/full-war/pom.xml
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-war/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/full-war/pom.xml?rev=1709520&r1=1709519&r2=1709520&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full-war/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full-war/pom.xml Tue Oct 20
07:04:53 2015
@@ -53,7 +53,6 @@
<goal>prepare-package</goal>
</goals>
<configuration>
- <includeDefaultBundles>false</includeDefaultBundles>
<!-- additionalBundles>
<bundle>
<groupId>org.apache.felix</groupId>
@@ -65,6 +64,10 @@
</configuration>
</execution>
</executions>
+ <configuration>
+ <!-- Stanbol does not need the default Sling bundles -->
+ <includeDefaultBundles>false</includeDefaultBundles>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
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=1709520&r1=1709519&r2=1709520&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full/pom.xml Tue Oct 20 07:04:53
2015
@@ -73,7 +73,9 @@
<goal>prepare-package</goal>
</goals>
<configuration>
+ <!-- not used - needs to be in the plugin configuration
<includeDefaultBundles>false</includeDefaultBundles>
+ -->
<!-- Standalone jar requires an OSGi http service implementation
-->
<jarWebSupport>
<bundles>
@@ -96,6 +98,10 @@
</configuration>
</execution>
</executions>
+ <configuration>
+ <!-- Stanbol does not need the default Sling bundles -->
+ <includeDefaultBundles>false</includeDefaultBundles>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
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=1709520&r1=1709519&r2=1709520&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/stable/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/stable/pom.xml Tue Oct 20 07:04:53
2015
@@ -74,7 +74,6 @@
<goal>prepare-package</goal>
</goals>
<configuration>
- <includeDefaultBundles>false</includeDefaultBundles>
<!-- Standalone jar requires an OSGi http service implementation
-->
<jarWebSupport>
<bundles>
@@ -97,6 +96,10 @@
</configuration>
</execution>
</executions>
+ <configuration>
+ <!-- Stanbol does not need the default Sling bundles -->
+ <includeDefaultBundles>false</includeDefaultBundles>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>