[ http://jira.codehaus.org/browse/MCOMPILER-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg updated MCOMPILER-72: ------------------------------------- Summary: Add support for specifying includes/excludes in an external file (was: Add support for include/exclude files) > 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 > > 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