Re: How remove exclude **/*.java from resources

2009-06-26 Thread Sipungora

Thank you, Wayne, very much.

Sipungora


Wayne Fay wrote:
 
 i try to get two source folders in my project. As a second source folder
 I'm
 going to use resources directory. I can set **/*.java in include. But
 in
 conflicts between include and exclude, exclude wins.
 
 You should use the build-helper-maven-plugin to add the second source
 directory.
 
 Wayne
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-remove-exclude-**-*.java-from-resources-tp24184164p24217538.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



How remove exclude **/*.java from resources

2009-06-24 Thread Sipungora

Hi,

i try to get two source folders in my project. As a second source folder I'm
going to use resources directory. I can set **/*.java in include. But in
conflicts between include and exclude, exclude wins.

How can I remove a default exclude **/*.java from resources?:confused:
-- 
View this message in context: 
http://www.nabble.com/How-remove-exclude-**-*.java-from-resources-tp24184164p24184164.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: How remove exclude **/*.java from resources

2009-06-24 Thread Wayne Fay
 i try to get two source folders in my project. As a second source folder I'm
 going to use resources directory. I can set **/*.java in include. But in
 conflicts between include and exclude, exclude wins.

You should use the build-helper-maven-plugin to add the second source directory.

Wayne

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