Author: fchrist
Date: Wed Nov 2 13:45:59 2011
New Revision: 1196579
URL: http://svn.apache.org/viewvc?rev=1196579&view=rev
Log:
STANBOL-272 The top level reactor does not inherit from parent POM anymore as
reactors don't need this. The WebVIE bundle is not built by the 'framework'
profile anymore because of some license issues"
Modified:
incubator/stanbol/trunk/commons/pom.xml
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1196579&r1=1196578&r2=1196579&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Wed Nov 2 13:45:59 2011
@@ -45,7 +45,8 @@
<module>web/base</module>
<module>web/home</module>
<module>web/sparql</module>
- <module>web/webvie</module>
+ <!-- License issues STANBOL-366, therefore not included in framework build.
+ <module>web/webvie</module> -->
<module>testing/jarexec</module>
<module>testing/http</module>
<module>testing/stanbol</module>
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1196579&r1=1196578&r2=1196579&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Nov 2 13:45:59 2011
@@ -20,15 +20,9 @@
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.stanbol</groupId>
- <artifactId>stanbol-parent</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- <relativePath>parent</relativePath>
- </parent>
-
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-reactor</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Stanbol Reactor</name>
@@ -86,6 +80,7 @@
</build>
<modules>
<module>commons/opennlp</module>
+ <module>commons/web/webvie</module>
<module>data</module>
<module>enhancer/engines</module>