Changes between Version 2 and Version 3 of Devel/GWTwithMaven
- Timestamp:
- 10/03/07 15:01:37 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/GWTwithMaven
v2 v3 16 16 17 17 * pom.xml 18 * use the following setting within 18 * use the following setting within build/plugins tag 19 19 {{{ 20 <build> 21 <plugins> 22 <!-- GWT compiler --> 20 <!-- GWT compiler --> 23 21 <plugin> 24 22 <artifactId>maven-antrun-plugin</artifactId> … … 43 41 </executions> 44 42 </plugin> 45 </plugins> 46 </build> 43 47 44 }}}