Author: rwesten
Date: Mon Apr 11 11:20:54 2011
New Revision: 1091030
URL: http://svn.apache.org/viewvc?rev=1091030&view=rev
Log:
Deactivated the parent pom to avaoid missing dependencies with mvn
assembly:assembly.
Modified:
incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1091030&r1=1091029&r2=1091030&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Mon Apr 11
11:20:54 2011
@@ -19,14 +19,15 @@
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>
+<!-- <parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.parent</artifactId>
<version>0.9-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
- </parent>
+ </parent> -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId>
+ <version>0.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Stanbol Entityhub Indexing for geonames.org</name>
<description>This uses the RDF dump of dbpedia.org to create a Full Yard for
dbpedia.org</description>