[weld-commits] Weld SVN: r6781 - extensions/trunk/impl.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jul 23 17:40:50 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-23 17:40:49 -0400 (Fri, 23 Jul 2010)
New Revision: 6781

Modified:
   extensions/trunk/impl/pom.xml
Log:
remove testharness junk

Modified: extensions/trunk/impl/pom.xml
===================================================================
--- extensions/trunk/impl/pom.xml	2010-07-23 19:12:50 UTC (rev 6780)
+++ extensions/trunk/impl/pom.xml	2010-07-23 21:40:49 UTC (rev 6781)
@@ -9,7 +9,7 @@
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-extensions-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
-      <relativePath>../pom.xml</relativePath>
+      <relativePath>../po.xml</relativePath>
    </parent>
 
    <name>Weld Extensions</name>
@@ -155,51 +155,6 @@
             </dependency>
          </dependencies>
       </profile>
-<!-- 
-      <profile>
-         <id>write-artifacts-to-disk</id>
-         <activation>
-            <property>
-               <name>dumpArtifacts</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>exec-maven-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>generate-test-artifacts</id>
-                        <phase>generate-test-sources</phase>
-                        <goals>
-                           <goal>java</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-                  <configuration>
-                     <mainClass>org.jboss.testharness.api.TCK</mainClass>
-                     <classpathScope>test</classpathScope>
-                     <systemProperties>
-                        <systemProperty>
-                           <key>dumpArtifacts</key>
-                           <value>true</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.outputDirectory</key>
-                           <value>target/test-artifacts</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.testharness.libraryDirectory</key>
-                           <value>target/dependency/lib</value>
-                        </systemProperty>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
--->
    </profiles>
 
    <scm>



More information about the weld-commits mailing list