[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Target directory is not correct for tests in new Maven b
adrian@jboss.org
do-not-reply at jboss.com
Thu Apr 5 05:02:19 EDT 2007
That will work but introduces two other problems.
1) Whenever you do a maven clean, it will blow away the classes which
completely confuses eclipse's incremental compiler.
2) When I do a release, I don't want it to have classes compiled with eclipse's compiler.
I want to use the JDK compiler.
Those are the reasons why we use target/eclipse-classes[-tests] instead of the default
location.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034923#4034923
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034923
More information about the jboss-dev-forums
mailing list