[ http://jira.codehaus.org/browse/MCOMPILER-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133198#action_133198 ]
Thomas Diesler commented on MCOMPILER-72: ----------------------------------------- The binary is here http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2.SP1/ > Add support for specifying includes/excludes in an external file > ---------------------------------------------------------------- > > Key: MCOMPILER-72 > URL: http://jira.codehaus.org/browse/MCOMPILER-72 > Project: Maven 2.x Compiler Plugin > Issue Type: New Feature > Affects Versions: 2.0.2 > Reporter: Thomas Diesler > Attachments: svndiff.txt > > > Similar to Ant, the compiler plugin should support excludes defined in an > external file like this > {code:xml} > <plugin> > <artifactId>maven-compiler-plugin</artifactId> > <version>2.0.2.SP1</version> > <configuration> > <testExcludeFile>../test-excludes-jboss422.txt</testExcludeFile> > </configuration> > </plugin> > {code} > The exclude file would look like this > {code} > # [JBWS-2135] WebServiceException: Undefined port type > org/jboss/test/ws/jaxws/jbws1822/** > # [JBWS-2136] ClassCastException: > com.sun.xml.ws.server.EndpointMessageContextImpl > org/jboss/test/ws/jaxws/namespace/** > # [JBAS-5359] mapped-name is required for context of deployment > org/jboss/test/ws/jaxws/jbws1611/** > {code} -- 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