Revision: 642
          http://svn.sourceforge.net/jwebunit/?rev=642&view=rev
Author:   henryju
Date:     2007-01-02 00:35:09 -0800 (Tue, 02 Jan 2007)

Log Message:
-----------
We don't need the antrun plugin hack anymore, as exec-maven-plugin now include 
the ability to add a new source folder.

Modified Paths:
--------------
    branches/1.x/jwebunit-core/pom.xml

Modified: branches/1.x/jwebunit-core/pom.xml
===================================================================
--- branches/1.x/jwebunit-core/pom.xml  2006-12-05 15:07:04 UTC (rev 641)
+++ branches/1.x/jwebunit-core/pom.xml  2007-01-02 08:35:09 UTC (rev 642)
@@ -33,39 +33,21 @@
        <build>
                <plugins>
                        <plugin>
-                               <artifactId>maven-antrun-plugin</artifactId>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>java</goal>
+                                               </goals>
                                                <configuration>
-                                                       <tasks>
-
-                                                               <!--
-                                                                       Do 
nothing as we only want to create a new source folder.
-                                                               -->
-
-                                                       </tasks>
                                                        <sourceRoot>
                                                                
${project.build.directory}/generated-sources/main/java
                                                        </sourceRoot>
                                                </configuration>
-                                               <goals>
-                                                       <goal>run</goal>
-                                               </goals>
                                        </execution>
                                </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <phase>generate-sources</phase>
-                                               <goals>
-                                                       <goal>java</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
                                <configuration>
                                        <mainClass>
                                                
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to