blob: f44c131ccd7ed4d6c7aebce941f0f7090a9fa612 [file]
<?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>4-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.full</artifactId>
<version>0.10.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Stanbol Launchers Full Launcher</name>
<description>Runnable jar that runs the full Stanbol configuration</description>
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/full/
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/full/
</developerConnection>
<url>http://stanbol.apache.org/</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>.</directory>
<includes>
<include>stanbol/**</include>
<include>*.log</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-launchpad-plugin</artifactId>
<version>2.2.1-SNAPSHOT</version>
<executions>
<execution>
<id>prepare-package</id>
<goals>
<goal>prepare-package</goal>
</goals>
<configuration>
<includeDefaultBundles>false</includeDefaultBundles>
<!-- Standalone jar requires an OSGi http service implementation -->
<jarWebSupport>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.jetty</artifactId>
<version>2.2.0</version>
</jarWebSupport>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.apache.stanbol.launchpad.Main</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<!-- Use this to in/exclude only specific dependencies -->
<includes>
<include>org.apache.stanbol:org.apache.stanbol.commons.launchpad</include>
<include>org.apache.sling:org.apache.sling.launchpad.base</include>
</includes>
</artifactSet>
<!-- transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
</transformers -->
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes></excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<!-- The Apache Stanbol lauchpad -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.launchpad</artifactId>
<version>0.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- maven-launchpad-plugin builds on the launchpad.base app -->
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.base</artifactId>
<classifier>app</classifier>
</dependency>
<!-- The dependencies of this launcher -->
<dependency> <!-- The default Stanbol runtime-->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.runtime.default</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Enhancer -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId>
<version>0.11.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Entityhub -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
<version>0.12.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Contenthub -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.contenthub</artifactId>
<version>0.11.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol CMS Adapter (for CMIS and JCR repositories) -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Ontology Manager Component -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Reasoning Component -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- the Stanbol Rules Component -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<!-- Also add the Refactor Engine for the Enahncer-->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.engines.refactor</artifactId>
<version>0.10.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<!-- Stanbol Default Data and OpenNLP Models -->
<!--
NOTE: Not all data files are compatible with the Apache License. See the
referenced modules for details!
-->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.data.default</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- include all OpenNLP models in the full launcher -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.data.opennlp</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
<dependency> <!-- include sentiment analysis dictionaries -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.data.sentiment</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>partialbundlelist</type>
</dependency>
</dependencies>
</project>