Changes between Version 2 and Version 3 of Devel/GWTwithMaven


Ignore:
Timestamp:
10/03/07 15:01:37 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/GWTwithMaven

    v2 v3  
    1616
    1717 * pom.xml
    18    * use the following setting within
     18   * use the following setting within build/plugins tag
    1919{{{
    20   <build>
    21    <plugins>
    22                         <!--  GWT compiler -->
     20                        <!--  GWT compiler -->
    2321                        <plugin>
    2422                                <artifactId>maven-antrun-plugin</artifactId>
     
    4341                                </executions>
    4442                        </plugin>
    45  </plugins>
    46 </build>
     43
    4744}}}