[ 
http://jira.codehaus.org/browse/MCOMPILER-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133194#action_133194
 ] 

Thomas Diesler commented on MCOMPILER-72:
-----------------------------------------

For an implementation please see
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/maven/plugins/maven-compiler-plugin/tags/maven-compiler-plugin-2.0.2.SP1/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java?revision=72917&view=markup

> Add support for include/exclude files
> -------------------------------------
>
>                 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

        

Reply via email to