You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rh...@apache.org on 2016/09/15 14:34:11 UTC

svn commit: r1760940 - in /stanbol/tags/apache-stanbol-1.0.0/launchers: full-war/pom.xml full/pom.xml mini-war/pom.xml mini/pom.xml stable-war/pom.xml stable/pom.xml

Author: rharo
Date: Thu Sep 15 14:34:11 2016
New Revision: 1760940

URL: http://svn.apache.org/viewvc?rev=1760940&view=rev
Log:
STANBOL-1453: Skipping Launchers Deployment

Modified:
    stanbol/tags/apache-stanbol-1.0.0/launchers/full-war/pom.xml
    stanbol/tags/apache-stanbol-1.0.0/launchers/full/pom.xml
    stanbol/tags/apache-stanbol-1.0.0/launchers/mini-war/pom.xml
    stanbol/tags/apache-stanbol-1.0.0/launchers/mini/pom.xml
    stanbol/tags/apache-stanbol-1.0.0/launchers/stable-war/pom.xml
    stanbol/tags/apache-stanbol-1.0.0/launchers/stable/pom.xml

Modified: stanbol/tags/apache-stanbol-1.0.0/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/full-war/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/full-war/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/full-war/pom.xml Thu Sep 15 14:34:11 2016
@@ -113,6 +113,17 @@
           <warSourceDirectory>${project.build.directory}/${project.build.finalName}/</warSourceDirectory>
         </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/tags/apache-stanbol-1.0.0/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/full/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/full/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/full/pom.xml Thu Sep 15 14:34:11 2016
@@ -159,6 +159,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/tags/apache-stanbol-1.0.0/launchers/mini-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/mini-war/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/mini-war/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/mini-war/pom.xml Thu Sep 15 14:34:11 2016
@@ -113,6 +113,17 @@
           <warSourceDirectory>${project.build.directory}/${project.build.finalName}/</warSourceDirectory>
         </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/tags/apache-stanbol-1.0.0/launchers/mini/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/mini/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/mini/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/mini/pom.xml Thu Sep 15 14:34:11 2016
@@ -159,6 +159,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/tags/apache-stanbol-1.0.0/launchers/stable-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/stable-war/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/stable-war/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/stable-war/pom.xml Thu Sep 15 14:34:11 2016
@@ -117,6 +117,17 @@
           <warSourceDirectory>${project.build.directory}/${project.build.finalName}/</warSourceDirectory>
         </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/tags/apache-stanbol-1.0.0/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-1.0.0/launchers/stable/pom.xml?rev=1760940&r1=1760939&r2=1760940&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-1.0.0/launchers/stable/pom.xml (original)
+++ stanbol/tags/apache-stanbol-1.0.0/launchers/stable/pom.xml Thu Sep 15 14:34:11 2016
@@ -160,6 +160,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>