Author: fchrist
Date: Fri Feb 14 11:33:05 2014
New Revision: 1568244

URL: http://svn.apache.org/r1568244
Log:
STANBOL-1139 prevent launchers from being deployed, updated release packaging

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
    
stanbol/branches/release-0.12/releasing/source-assembly/src/main/resources/assemblies/stanbol.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=1568244&r1=1568243&r2=1568244&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full-war/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full-war/pom.xml Fri Feb 14 
11:33:05 2014
@@ -108,6 +108,17 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+        <!--
+          Launcher bundles should never be deployed, e.g. as SNAPSHOTS, by 
default
+          unless explicitly specified in a POM because of known license issues.
+        -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>
 

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=1568244&r1=1568243&r2=1568244&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full/pom.xml Fri Feb 14 11:33:05 
2014
@@ -148,6 +148,17 @@
           </target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+        <!--
+          Launcher bundles should never be deployed, e.g. as SNAPSHOTS, by 
default
+          unless explicitly specified in a POM because of known license issues.
+        -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

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=1568244&r1=1568243&r2=1568244&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/stable/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/stable/pom.xml Fri Feb 14 11:33:05 
2014
@@ -133,6 +133,17 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+        <!--
+          Launcher bundles should never be deployed, e.g. as SNAPSHOTS, by 
default
+          unless explicitly specified in a POM because of known license issues.
+        -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>
 

Modified: 
stanbol/branches/release-0.12/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml?rev=1568244&r1=1568243&r2=1568244&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
 (original)
+++ 
stanbol/branches/release-0.12/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
 Fri Feb 14 11:33:05 2014
@@ -30,21 +30,6 @@
         <include>*/**</include>
       </includes>
       <excludes>
-        <exclude>PLAYGROUND.txt</exclude>
-
-        <!-- Contrib stuff is never released -->
-        <exclude>contrib/**</exclude>
-
-        <!-- license issues -->
-        <exclude>enhancer/engines/metaxa/**</exclude>
-
-        <!-- demos have their own release cycle -->
-        <exclude>demos/**</exclude>
-
-        <!-- exclude components of KReS profile -->
-        <exclude>reengineering/**</exclude>
-        <exclude>launchers/kres/**</exclude>
-
         <!-- SCM files -->
         <exclude>.gitignore</exclude>
 


Reply via email to