blob: 824810d084d49f319bcc91118fa064e0a2150d0f [file] [log] [blame]
<?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>0.9.0-incubating</version>
<relativePath>parent</relativePath>
</parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-reactor</artifactId>
<version>0.9.0-incubating</version>
<packaging>pom</packaging>
<name>Apache Stanbol Reactor</name>
<description>
Pseudo project to build the complete stanbol project
</description>
<inceptionYear>2010</inceptionYear>
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/0.9.0-incubating/
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/0.9.0-incubating/
</developerConnection>
<url>http://incubator.apache.org/stanbol/</url>
</scm>
<!-- These modules form the Stanbol Framework -->
<modules>
<module>parent</module>
<module>commons</module>
<module>data</module>
<module>frameworkfragment</module>
<module>enhancer/parent</module>
<module>enhancer/generic/servicesapi</module>
<module>enhancer/generic/chainmanager</module>
<module>enhancer/generic/enginemanager</module>
<module>enhancer/jobmanager</module>
<module>enhancer/chain/allactive</module>
<module>enhancer/chain/graph</module>
<module>enhancer/chain/weighted</module>
<module>enhancer/chain/list</module>
<module>enhancer/jersey</module>
<module>enhancer/ldpath</module>
<module>enhancer/benchmark</module>
<module>enhancer/defaults</module>
<module>enhancer/bundlelist</module>
<module>cmsadapter</module>
<module>contenthub</module>
<module>entityhub</module>
<module>factstore</module>
<module>ontologymanager</module>
<module>rules</module>
<module>reasoners</module>
</modules>
<profiles>
<profile>
<id>stack</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<sourceReleaseAssemblyDescriptor>
stack-source-release-zip-tar
</sourceReleaseAssemblyDescriptor>
</properties>
<build>
<finalName>apache-stanbol-${project.version}</finalName>
</build>
<modules>
<module>enhancer/engines</module>
<module>launchers/bundlelists/osgiframework</module>
<module>launchers/bundlelists/stanbolcommons</module>
<module>launchers/stable</module>
<module>launchers/stateless</module>
<module>launchers/full</module>
<module>launchers/full-war</module>
<module>integration-tests</module>
</modules>
</profile>
<profile>
<id>framework</id>
<activation>
<activeByDefault>false</activeByDefault>
<!-- The framework profile is activated automatically if the
full launcher is missing. This is used for framework releases
where the full launcher is not packaged. -->
<file>
<missing>launchers/full</missing>
</file>
</activation>
<properties>
<sourceReleaseAssemblyDescriptor>
framework-source-release-zip-tar
</sourceReleaseAssemblyDescriptor>
</properties>
<build>
<finalName>apache-stanbol-framework-${project.version}</finalName>
</build>
<modules>
<module>launchers/framework</module>
</modules>
</profile>
<profile>
<id>rat</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<excludes>
<!-- AL20 files without header by file type -->
<exclude>**/*.config</exclude>
<exclude>**/*.cfg</exclude>
<exclude>**/*.ref</exclude>
<exclude>**/*.txt</exclude>
<exclude>**/*.tsv</exclude>
<exclude>**/*.sem</exclude>
<exclude>**/test/**/*.eml</exclude>
<exclude>**/test/**/*.nt</exclude>
<exclude>**/test/**/*.html</exclude>
<exclude>**/test/**/*.xhtml</exclude>
<exclude>**/test/**/*.odt</exclude>
<exclude>**/test/**/*.rdf</exclude>
<exclude>**/test/**/*.rtf</exclude>
<exclude>**/test/**/*.rules</exclude>
<!-- approved licenses, see modules' POMs for details -->
<exclude>**/src/license/THIRD-PARTY.properties</exclude>
<exclude>commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/jquery-1.4.2.js</exclude>
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/style/jquery-ui-1.8.11.custom.css</exclude>
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-ui-1.8.11.custom.min.js</exclude>
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.5.1.min.js</exclude>
<exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.4.2.js</exclude>
<exclude>factstore/factstore/src/main/resources/org/apache/stanbol/factstore/web/static/scripts/json2.js</exclude>
<exclude>ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/static/scripts/jquery-1.6.1</exclude>
<exclude>reasoners/web/src/main/resources/org/apache/stanbol/reasoners/web/static/jquery/jquery-1.6.1</exclude>
<exclude>rules/web/src/main/resources/org/apache/stanbol/rules/web/static/jquery/jquery-1.6.1</exclude>
<exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
<exclude>deps/src/main/resources/install.bat</exclude>
<!-- exclude hidden files -->
<exclude>**/.*</exclude>
<exclude>**/.*/*</exclude>
<exclude>**/.*/**/*</exclude>
<!-- exclude generated files -->
<exclude>**/target/**</exclude>
<exclude>**/*.log</exclude>
<exclude>launchers/full/sling/**</exclude>
<exclude>launchers/full/factstore/**</exclude>
<exclude>data/opennlp/**/*.bin</exclude>
<exclude>DEPENDENCIES</exclude>
<exclude>DEPENDENCIES-BY-LICENSE</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>
<profile>
<id>apache-release</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<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>
<modules>
<module>releasing/framework/stanbol-framework-source-release-assembly-descriptor</module>
<module>releasing/stack/stanbol-stack-source-release-assembly-descriptor</module>
</modules>
</profile>
<!-- One day the KReS profile will disappear -->
<profile>
<id>kres</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>reasoners</module>
<module>reengineer</module>
<!--
<module>explanation</module>
-->
<module>launchers/kres</module>
</modules>
</profile>
</profiles>
</project>