Revision: 707
          http://svn.sourceforge.net/jwebunit/?rev=707&view=rev
Author:   henryju
Date:     2007-05-06 04:22:58 -0700 (Sun, 06 May 2007)

Log Message:
-----------
Reintroduce WebTestCase generation (accidentaly deleted).

Modified Paths:
--------------
    trunk/jwebunit-core/pom.xml

Modified: trunk/jwebunit-core/pom.xml
===================================================================
--- trunk/jwebunit-core/pom.xml 2007-05-05 21:59:26 UTC (rev 706)
+++ trunk/jwebunit-core/pom.xml 2007-05-06 11:22:58 UTC (rev 707)
@@ -29,4 +29,51 @@
        <properties>
                <topDirectoryLocation>..</topDirectoryLocation>
        </properties>   
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>java</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <sourceRoot>
+                                                               
${project.build.directory}/generated-sources/main/java
+                                                       </sourceRoot>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <mainClass>
+                                               
net.sourceforge.jwebunit.javacc.WebTestCaseGenerator
+                                       </mainClass>
+                                       <arguments>
+                                               
<argument>${basedir}/src/main/java</argument>
+                                               <argument>
+                                                       
${project.build.directory}/generated-sources/main/java
+                                               </argument>
+                                       </arguments>
+                                       <includePluginDependencies>
+                                               true
+                                       </includePluginDependencies>
+                                       <includeProjectDependencies>
+                                               false
+                                       </includeProjectDependencies>
+                               </configuration>
+                               <dependencies>
+                                       <dependency>
+                                               
<groupId>net.sourceforge.jwebunit</groupId>
+                                               <artifactId>
+                                                       
jwebunit-webtestcase-generator
+                                               </artifactId>
+                                               
<version>${pom.version}</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to