Author: andy
Date: Fri Jun 20 18:50:28 2014
New Revision: 1604240

URL: http://svn.apache.org/r1604240
Log:
Move JENA-714 workaround into jena-parent (jena-text also affected)

Modified:
    jena/trunk/jena-arq/pom.xml
    jena/trunk/jena-parent/pom.xml

Modified: jena/trunk/jena-arq/pom.xml
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1604240&r1=1604239&r2=1604240&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Fri Jun 20 18:50:28 2014
@@ -175,20 +175,6 @@
         </executions>
       </plugin>
 
-      <!-- Temp fix for remote-resources while waiting for remote-resources 
>1.5 -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.5</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-filtering</artifactId>
-            <version>1.2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>

Modified: jena/trunk/jena-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1604240&r1=1604239&r2=1604240&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Fri Jun 20 18:50:28 2014
@@ -434,6 +434,22 @@
           </configuration>
         </plugin>
 
+       <!-- Temp fix for remote-resources while waiting for remote-resources 
>1.5
+            1.6 should fix this - SNAPSHOT already does.
+       -->
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-remote-resources-plugin</artifactId>
+         <version>1.5</version>
+         <dependencies>
+           <dependency>
+             <groupId>org.apache.maven.shared</groupId>
+             <artifactId>maven-filtering</artifactId>
+             <version>1.2</version>
+           </dependency>
+         </dependencies>
+       </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>


Reply via email to