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/09/30 14:50:58 UTC

svn commit: r1177636 - /incubator/jena/Jena2/ARQ/trunk/pom2.xml

Author: andy
Date: Fri Sep 30 12:50:58 2011
New Revision: 1177636

URL: http://svn.apache.org/viewvc?rev=1177636&view=rev
Log:
Maven standard layout.

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom2.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom2.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom2.xml?rev=1177636&r1=1177635&r2=1177636&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom2.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom2.xml Fri Sep 30 12:50:58 2011
@@ -100,9 +100,6 @@
   </dependencies>
 
   <build>
-    <sourceDirectory>src</sourceDirectory>
-    <testSourceDirectory>src-test</testSourceDirectory>
-    
     <!-- The filter file is written by antrun -->
     <filters>
       <filter>${project.basedir}/target/filter.properties</filter>
@@ -112,6 +109,7 @@
       <resource>
         <targetPath>com/hp/hpl/jena/sparql/</targetPath>
         <filtering>true</filtering>
+	<!-- FIXME -->
         <directory>resources</directory>
       </resource>
     </resources>
@@ -134,6 +132,11 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <version>true</version>
@@ -212,18 +215,11 @@ build.time.txt=${build.time.txt}
         hence two executions configured -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>assembly.xml</descriptor>
-          </descriptors>
-        </configuration>
 	<executions>
 	  <execution>
 	    <id>create-assembly</id>
 	    <phase>package</phase>
-	    <goals>
-	      <goal>single</goal>
-	    </goals>
+	    <goals><goal>single</goal></goals>
 	    <configuration>
 	      <finalName>${assembly.root.name}</finalName>
 	      <appendAssemblyId>false</appendAssemblyId>