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