[webbeans-commits] Webbeans SVN: r1539 - in tck/trunk: impl and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Feb 16 08:38:05 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-16 08:38:05 -0500 (Mon, 16 Feb 2009)
New Revision: 1539

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
Log:
minor

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-02-16 11:54:02 UTC (rev 1538)
+++ tck/trunk/api/pom.xml	2009-02-16 13:38:05 UTC (rev 1539)
@@ -57,42 +57,4 @@
       </plugins>
    </build>
 
-   <profiles>
-      <profile>
-         <id>write-artifacts-to-disk</id>
-         <activation>
-            <property>
-               <name>dumpArtifacts</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                 <groupId>org.apache.maven.plugins</groupId>
-                 <artifactId>maven-antrun-plugin</artifactId>
-                 <executions>
-                   <execution>
-                     <id>package</id>
-                     <phase>package</phase>
-                     <configuration>
-                       <tasks>
-                         <java classname="org.jboss.jsr299.tck.api.TCK" classpathref="maven.compile.classpath" failonerror="true" fork="true">
-                            <jvmarg line="-DdumpArtifacts=true"/>
-                            <jvmarg line="-Dorg.jboss.jsr299.tck.outputDirectory=${project.build.directory}/jsr299-artifacts" />
-                            <jvmarg line="-Dorg.jboss.jsr299.tck.libraryDirectory=${libraryDirectory}" />
-                         </java>
-                         <echo>Dumped artifacts to ${project.build.directory}/jsr299-artifacts</echo>
-                       </tasks>
-                     </configuration>
-                     <goals>
-                       <goal>run</goal>
-                     </goals>
-                   </execution>
-                 </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-
 </project>

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-02-16 11:54:02 UTC (rev 1538)
+++ tck/trunk/impl/pom.xml	2009-02-16 13:38:05 UTC (rev 1539)
@@ -213,6 +213,41 @@
         </plugins>
      </build>
    </profile>
+         <profile>
+         <id>write-artifacts-to-disk</id>
+         <activation>
+            <property>
+               <name>dumpArtifacts</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-antrun-plugin</artifactId>
+                 <executions>
+                   <execution>
+                     <id>package</id>
+                     <phase>package</phase>
+                     <configuration>
+                       <tasks>
+                         <java classname="org.jboss.jsr299.tck.api.TCK" classpathref="maven.compile.classpath" failonerror="true" fork="true">
+                            <jvmarg line="-DdumpArtifacts=true"/>
+                            <jvmarg line="-Dorg.jboss.jsr299.tck.outputDirectory=${project.build.directory}/jsr299-artifacts" />
+                            <jvmarg line="-Dorg.jboss.jsr299.tck.libraryDirectory=${libraryDirectory}" />
+                         </java>
+                         <echo>Dumped artifacts to ${project.build.directory}/jsr299-artifacts</echo>
+                       </tasks>
+                     </configuration>
+                     <goals>
+                       <goal>run</goal>
+                     </goals>
+                   </execution>
+                 </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
  </profiles>   
 
 </project>




More information about the weld-commits mailing list