Hi Andy,
what do you think about the idea of adding:
<repositories>
<!-- This is here so that Maven can retrieve jena-top parent pom snapshots
-->
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
</repository>
</repositories>
to the pom.xml of all the Jena modules (as I did for LARQ)?
IMHO this would save a lot of problems in exchange of little
duplications which is unlikely to change in the next few years.
If you agree this is a good idea, I am happy to do it.
Paolo
[email protected] wrote:
Author: andy
Date: Thu Nov 3 10:28:31 2011
New Revision: 1197052
URL: http://svn.apache.org/viewvc?rev=1197052&view=rev
Log:
Remove <relativePath>
Modified:
incubator/jena/Jena2/IRI/trunk/pom.xml
Modified: incubator/jena/Jena2/IRI/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/jena/Jena2/IRI/trunk/pom.xml?rev=1197052&r1=1197051&r2=1197052&view=diff
==============================================================================
--- incubator/jena/Jena2/IRI/trunk/pom.xml (original)
+++ incubator/jena/Jena2/IRI/trunk/pom.xml Thu Nov 3 10:28:31 2011
@@ -17,7 +17,6 @@
<groupId>org.apache.jena</groupId>
<artifactId>jena-top</artifactId>
<version>0-incubating-SNAPSHOT</version>
- <relativePath>../JenaTop/pom.xml</relativePath>
</parent>
<scm>