Author: fchrist
Date: Tue Nov 13 14:27:34 2012
New Revision: 1408745

URL: http://svn.apache.org/viewvc?rev=1408745&view=rev
Log:
STANBOL-806 Added bundlelists reactor, fixed names

Added:
    stanbol/trunk/launchers/bundlelists/pom.xml
Modified:
    stanbol/trunk/launchers/bundlelists/authentication/pom.xml
    stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml
    stanbol/trunk/launchers/bundlelists/opennlp/pom.xml
    stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml
    stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml
    stanbol/trunk/launchers/bundlelists/zzshell/pom.xml

Modified: stanbol/trunk/launchers/bundlelists/authentication/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/authentication/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/authentication/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/authentication/pom.xml Tue Nov 13 
14:27:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Launchers Authentication Bundle List </name>
+  <name>Apache Stanbol Bundlelist for Authentication</name>
   <description>This is a Maven project which produces the partial list 
containing the bundles related to Authentication.</description>
 
   <scm>

Modified: stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml Tue Nov 13 14:27:34 
2012
@@ -26,7 +26,7 @@
        <version>0.10.0-SNAPSHOT</version>
        <packaging>partialbundlelist</packaging>
 
-       <name>Apache Stanbol Data: Default Data Bundle List</name>
+       <name>Apache Stanbol Bundlelist for Default Data</name>
 
        <build>
                <plugins>

Modified: stanbol/trunk/launchers/bundlelists/opennlp/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/opennlp/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/opennlp/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/opennlp/pom.xml Tue Nov 13 14:27:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Data: Bundle List for OpenNLP</name>
+  <name>Apache Stanbol Bundlelist for OpenNLP Models</name>
     <description>When added this will ensure that all language and
        NER models provided by OpenNLP are included by an
        Apache Stanbol launcher</description>

Modified: stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml Tue Nov 13 
14:27:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Launchers OSGi Framework Bundle List</name>
+  <name>Apache Stanbol Bundlelist for the OSGi Framework</name>
   <description>This is a Maven project which produces the partial list 
containing the OSGi framework bundles</description>
 
   <scm>

Added: stanbol/trunk/launchers/bundlelists/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1408745&view=auto
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (added)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Nov 13 14:27:34 2012
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>apache-stanbol-bundlelists</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <name>Apache Stanbol Bundlelists</name>
+  <description>
+    Pseudo project to build all Stanbol OSGi bundlelists
+  </description>  
+
+  <inceptionYear>2010</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>  
+
+  <scm>
+    <connection>
+      
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists
+    </connection>
+    <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+  
+  <modules>
+    <!-- Commons -->
+    <module>osgiframework</module>
+    <module>stanbolcommons</module>
+
+    <!-- Data bundles -->
+    <module>defaultdata</module>
+    <module>opennlp</module>
+
+    <!-- Specific features -->
+    <module>authentication</module>
+    <module>zzshell</module>
+  </modules>
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes>
+                <!--
+                  All license headers are also checked per
+                  artifact. These excludes are necessary
+                  to make the reactor build suceed. Consider
+                  the excluded files here as already checked
+                  in the artifacts.
+                -->
+
+                <!-- exclude hidden files -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
+                <exclude>**/.*/**/*</exclude>
+
+                <!-- exclude build files -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>             
+
+                <!-- exclude generated files listing the licenses of deps -->
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+                <exclude>RAT-REPORT</exclude>
+
+                <!-- exclude certain file types -->
+                <exclude>**/*.config</exclude>
+                <exclude>**/*.ref</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>license-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>aggregate-add-third-party</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>    
+  </profiles>
+</project>

Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml Tue Nov 13 
14:27:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Launchers Commons Bundle List </name>
+  <name>Apache Stanbol Bundlelist for Commons Libraries</name>
   <description>This is a Maven project which produces the partial list 
containing the common bundles that are used throughout the 
Stanbol.</description>
 
   <scm>

Modified: stanbol/trunk/launchers/bundlelists/zzshell/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/zzshell/pom.xml?rev=1408745&r1=1408744&r2=1408745&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/zzshell/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/zzshell/pom.xml Tue Nov 13 14:27:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Launchers Clerezza Shell Bundle List</name>
+  <name>Apache Stanbol Bundlelist for the Clerezza Shell</name>
   <description>This is a Maven project which produces the partial list 
containing for bundles providing the clerezza shell with ssh 
access</description>
 
   <scm>


Reply via email to