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 2012/10/09 23:18:29 UTC

svn commit: r1396333 - /jena/trunk/jena-sdb/pom.xml

Author: andy
Date: Tue Oct  9 21:18:29 2012
New Revision: 1396333

URL: http://svn.apache.org/viewvc?rev=1396333&view=rev
Log:
remove making of test jars

Modified:
    jena/trunk/jena-sdb/pom.xml

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1396333&r1=1396332&r2=1396333&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Tue Oct  9 21:18:29 2012
@@ -175,12 +175,6 @@
               <goal>jar</goal>
             </goals>
           </execution>
-          <execution>
-            <id>attach-sources-test</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
         </executions>
       </plugin>
 
@@ -207,20 +201,6 @@
         </configuration>
       </plugin>
 
-      <!-- see: http://maven.apache.org/guides/mini/guide-attached-tests.html -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>