You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/04/15 17:21:15 UTC

svn commit: r1468113 - /jena/Experimental/jena-text/pom.xml

Author: andy
Date: Mon Apr 15 15:21:15 2013
New Revision: 1468113

URL: http://svn.apache.org/r1468113
Log:
Include snapshot repository

Modified:
    jena/Experimental/jena-text/pom.xml

Modified: jena/Experimental/jena-text/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-text/pom.xml?rev=1468113&r1=1468112&r2=1468113&view=diff
==============================================================================
--- jena/Experimental/jena-text/pom.xml (original)
+++ jena/Experimental/jena-text/pom.xml Mon Apr 15 15:21:15 2013
@@ -23,9 +23,22 @@
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../jena-parent</relativePath>
+    <!--<relativePath>../jena-parent</relativePath>-->
+    <relativePath></relativePath>
   </parent>
 
+  <!-- While not a truck module, need to find parent as a SNAPSHOT -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+	<enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <properties>
     <ver.jena>2.10.1-SNAPSHOT</ver.jena>
     <ver.lucene>4.2.1</ver.lucene>
@@ -41,7 +54,6 @@
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>
 
-
   <dependencies>
 
     <!-- All Jena libs (not Fuseki) -->
@@ -280,30 +292,6 @@
         </executions>
       </plugin>
 
-      <!-- OLD
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>create-server-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <archive>
-                <manifest>
-                  <mainClass>org.apache.jena.fuseki.FusekiCmd</mainClass>
-                </manifest>
-              </archive>
-              <descriptors>
-                <descriptor>assembly-text-fuseki.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
     </plugins>
 
   </build>