You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/03/02 19:01:47 UTC

svn commit: r513871 - in /incubator/qpid/branches/perftesting/qpid/java: distribution/pom.xml systests/pom.xml

Author: ritchiem
Date: Fri Mar  2 10:01:45 2007
New Revision: 513871

URL: http://svn.apache.org/viewvc?view=rev&rev=513871
Log:
Fixed systest pom so it builds test jar again

Modified:
    incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml
    incubator/qpid/branches/perftesting/qpid/java/systests/pom.xml

Modified: incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml?view=diff&rev=513871&r1=513870&r2=513871
==============================================================================
--- incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml (original)
+++ incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml Fri Mar  2 10:01:45 2007
@@ -38,7 +38,7 @@
         <java.source.version>1.5</java.source.version>
         <qpid.version>${pom.version}</qpid.version>
         <qpid.targetDir>${project.build.directory}</qpid.targetDir>
-		<release.revision>-r513851</release.revision>
+		<release.revision>-r513871</release.revision>
     </properties>
    
     <repositories>

Modified: incubator/qpid/branches/perftesting/qpid/java/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/perftesting/qpid/java/systests/pom.xml?view=diff&rev=513871&r1=513870&r2=513871
==============================================================================
--- incubator/qpid/branches/perftesting/qpid/java/systests/pom.xml (original)
+++ incubator/qpid/branches/perftesting/qpid/java/systests/pom.xml Fri Mar  2 10:01:45 2007
@@ -66,6 +66,20 @@
                 </configuration>
             </plugin>
 
+			<plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+
         </plugins>
 
         <!-- Include source files in built jar -->