You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sunynec <su...@yahoo.com> on 2007/04/10 20:53:03 UTC

How to exclude some java source files

How to exclude some java source files in pom.xml file, since the source file
are located in different package name.
-- 
View this message in context: http://www.nabble.com/How-to-exclude-some-java-source-files-tf3554974s177.html#a9926074
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to exclude some java source files

Posted by Edwin Punzalan <ep...@apache.org>.
You mean you want to exclude the source files from compilation? Then use
<excludes> in the compiler plugin. Please refer to
http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html.


On 4/10/07, sunynec <su...@yahoo.com> wrote:
>
>
> How to exclude some java source files in pom.xml file, since the source
> file
> are located in different package name.
> --
> View this message in context:
> http://www.nabble.com/How-to-exclude-some-java-source-files-tf3554974s177.html#a9926074
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>