Author: tmjee
Date: Sat May  6 09:51:26 2006
New Revision: 400334

URL: http://svn.apache.org/viewcvs?rev=400334&view=rev
Log:
- added dependency on action-jasperreport in showcase's pom, cause some
  example needs jasperreport
- added dependency of jasperreport in thirdparty/jasperreports's pom
  cause the WW/SAF result needs jasperreport
- added jetty6 plugin into showcase, for quick developement. Jetty6
  could be started with just 'mvn jetty6:run'



Modified:
    incubator/webwork2/thirdparty/jasperreports/pom.xml
    incubator/webwork2/webapps/showcase/pom.xml

Modified: incubator/webwork2/thirdparty/jasperreports/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/thirdparty/jasperreports/pom.xml?rev=400334&r1=400333&r2=400334&view=diff
==============================================================================
--- incubator/webwork2/thirdparty/jasperreports/pom.xml (original)
+++ incubator/webwork2/thirdparty/jasperreports/pom.xml Sat May  6 09:51:26 2006
@@ -15,6 +15,7 @@
         <dependency>
             <groupId>jasperreports</groupId>
             <artifactId>jasperreports</artifactId>
+            <version>1.2.1</version>
         </dependency>
 
         <dependency>

Modified: incubator/webwork2/webapps/showcase/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/pom.xml?rev=400334&r1=400333&r2=400334&view=diff
==============================================================================
--- incubator/webwork2/webapps/showcase/pom.xml (original)
+++ incubator/webwork2/webapps/showcase/pom.xml Sat May  6 09:51:26 2006
@@ -62,5 +62,36 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>jasperreports</groupId>
+            <artifactId>jasperreports</artifactId>
+            <version>1.2.1</version>
+        </dependency>
+        
+        <dependency>
+               <groupId>org.apache.struts.action2</groupId>
+               <artifactId>action-jasperreports</artifactId>
+        </dependency>  
     </dependencies>
+    
+    <build>
+       <plugins>
+               <plugin>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>maven-jetty6-plugin</artifactId>
+                       <configuration>
+                               <scanIntervalSeconds>10</scanIntervalSeconds>
+                       </configuration>
+                       <dependencies>
+                               <dependency>
+                                       
<groupId>org.apache.geronimo.specs</groupId>
+                                       
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
+                                       <version>1.0</version>
+                                       <scope>provided</scope>
+                               </dependency>
+                       </dependencies>
+               </plugin>
+       </plugins>
+    </build>
 </project>


Reply via email to