[ 
http://jira.codehaus.org/browse/MGWT-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208743#action_208743
 ] 

Tim Lebedkov commented on MGWT-166:
-----------------------------------

does google upload these files? §$%§$&$%!

according to the following link 2.0 also has the javax package included:
http://mvnrepository.com/artifact/com.google.gwt/gwt-dev/2.0.0

that's why I would argue to fix this in gwt maven plugin.

> javax.servlet classes are packaged
> ----------------------------------
>
>                 Key: MGWT-166
>                 URL: http://jira.codehaus.org/browse/MGWT-166
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Tim Lebedkov
>
> a simple workaround is to remove them using the AntRun plugin:
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-antrun-plugin</artifactId>
>                 <executions>
>                         <execution>
>                                 <id>remove-javax</id>
>                                 <phase>compile</phase>
>                                 <configuration>
>                                         <tasks>
>                                              <delete 
> dir="${project.build.directory}/classes/javax" />
>                                         </tasks>
>                                 </configuration>
>                                 <goals>
>                                         <goal>run</goal>
>                                 </goals>
>                         </execution>
>                 </executions>
>             </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to