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 2011/11/01 16:47:52 UTC

svn commit: r1196066 - in /incubator/jena/Jena2: ARQ/trunk/pom.xml Fuseki/trunk/pom.xml SDB/trunk/pom.xml TDB/trunk/pom.xml jena/trunk/pom.xml

Author: andy
Date: Tue Nov  1 15:47:52 2011
New Revision: 1196066

URL: http://svn.apache.org/viewvc?rev=1196066&view=rev
Log:
JENA-151 - fix maven warnings.

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml
    incubator/jena/Jena2/Fuseki/trunk/pom.xml
    incubator/jena/Jena2/SDB/trunk/pom.xml
    incubator/jena/Jena2/TDB/trunk/pom.xml
    incubator/jena/Jena2/jena/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1196066&r1=1196065&r2=1196066&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Tue Nov  1 15:47:52 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
+<project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
     <artifactId>jena-top</artifactId>
     <version>0-incubating-SNAPSHOT</version>
     <relativePath>../JenaTop/pom.xml</relativePath>
-  </parent> 
+  </parent>
 
   <description>ARQ is a SPARQL 1.1 query engine for Jena</description>
 
@@ -24,7 +24,7 @@
     <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</connection>
     <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</url>
   </scm>
-  
+
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
     <ver.wstx-asl>3.2.9</ver.wstx-asl>
@@ -69,7 +69,7 @@
       <artifactId>commons-codec</artifactId>
       <version>${ver.commons-codec}</version>
     </dependency>
-      
+
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
@@ -81,7 +81,7 @@
 	  <groupId>commons-logging</groupId>
 	  <artifactId>commons-logging</artifactId>
 	</exclusion>
-      </exclusions>      
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -114,7 +114,7 @@
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-resources-plugin</artifactId>
       </plugin>
-      
+
       <plugin>
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-compiler-plugin</artifactId>
@@ -133,13 +133,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-	
-        <executions> 
+
+        <executions>
           <execution>
             <id>attach-sources</id>
             <!-- <phase>package</phase> package is the default -->
             <goals>
-              <goal>jar-no-fork</goal> 
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
           <execution>
@@ -149,7 +149,7 @@
             </goals>
           </execution>
         </executions>
-      
+
       </plugin>
 
       <plugin>
@@ -193,7 +193,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
       </plugin>
-      
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -202,7 +202,7 @@
             <id>ant-timestamp</id>
             <phase>generate-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <mkdir dir="${project.basedir}/target"/>
                 <tstamp>
                   <format property="build.time.xsd"  pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
@@ -217,7 +217,7 @@ build.time.txt=${build.time.txt}
                 </echo>
                 <echo message="version=${project.version}"/>
                 <echo message="build.time=${build.time.txt}"/>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -228,7 +228,7 @@ build.time.txt=${build.time.txt}
       </plugin>
 
       <plugin>
-        <!-- This must be the last plug-in attached to the package phase 
+        <!-- This must be the last plug-in attached to the package phase
              because it replies on the packaging of the jar to happen first.
         -->
         <!-- We want one with appendAssemblyId=false and one with it defaulting to true.

Modified: incubator/jena/Jena2/Fuseki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/trunk/pom.xml?rev=1196066&r1=1196065&r2=1196066&view=diff
==============================================================================
--- incubator/jena/Jena2/Fuseki/trunk/pom.xml (original)
+++ incubator/jena/Jena2/Fuseki/trunk/pom.xml Tue Nov  1 15:47:52 2011
@@ -237,7 +237,7 @@
             <id>ant-generate-resources</id>
             <phase>generate-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <mkdir dir="${project.basedir}/target"/>
                 <tstamp>
                   <format property="build.time.xsd"  pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
@@ -251,7 +251,7 @@
                 </echo>
                 <echo message="Version = ${project.version}"/>
                 <echo message="build.time=${build.time.txt}"/>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>

Modified: incubator/jena/Jena2/SDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/pom.xml?rev=1196066&r1=1196065&r2=1196066&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/SDB/trunk/pom.xml Tue Nov  1 15:47:52 2011
@@ -241,7 +241,7 @@
             <id>ant-timestamp</id>
             <phase>generate-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <mkdir dir="${project.basedir}/target"/>
                 <tstamp>
                   <format property="build.time.xsd"  pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
@@ -255,7 +255,7 @@ build.time.txt=${build.time.txt}
                 </echo>
 		<echo message="version=${project.version}"/>
                 <echo message="build.time=${build.time.txt}"/>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>

Modified: incubator/jena/Jena2/TDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/pom.xml?rev=1196066&r1=1196065&r2=1196066&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Tue Nov  1 15:47:52 2011
@@ -158,7 +158,7 @@
             <id>ant-timestamp</id>
             <phase>generate-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <mkdir dir="${project.basedir}/target"/>
                 <tstamp>
                   <format property="build.time.xsd"  pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
@@ -173,7 +173,7 @@ build.time.txt=${build.time.txt}
                 </echo>
                 <echo message="version=${project.version}"/>
                 <echo message="build.time=${build.time.txt}"/>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>

Modified: incubator/jena/Jena2/jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/jena/trunk/pom.xml?rev=1196066&r1=1196065&r2=1196066&view=diff
==============================================================================
--- incubator/jena/Jena2/jena/trunk/pom.xml (original)
+++ incubator/jena/Jena2/jena/trunk/pom.xml Tue Nov  1 15:47:52 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
+<project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
     <artifactId>jena-top</artifactId>
     <version>0-incubating-SNAPSHOT</version>
     <relativePath>../JenaTop/pom.xml</relativePath>
-  </parent> 
+  </parent>
 
   <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description>
 
@@ -24,7 +24,7 @@
     <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/</connection>
     <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/</url>
   </scm>
-  
+
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
     <!-- Must use maven name of ${project.artifactId}-${project.version}-$id
@@ -62,7 +62,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <executions> 
+        <executions>
           <execution>
             <id>attach-sources</id>
             <phase>package</phase>
@@ -121,7 +121,7 @@
           <execution>
             <phase>process-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <mkdir dir="${project.basedir}/target"/>
                 <tstamp>
                   <format property="build-time.xsd" pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
@@ -137,7 +137,7 @@
                     <filter token="BUILD_TIME_XSD" value="${build-time.xsd}"/>
                   </filterset>
                 </copy>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -212,7 +212,7 @@
         <filtering>false</filtering>
       </resource>
     </resources>
-    
+
   </build>
 
   <reporting>