On 9/29/06, Max Cooper <[EMAIL PROTECTED]> wrote:
Justin,

I am not sure where the "imported_classes" directory is coming from.
That is not the normal behavior for Maven.

Normally, the setup you describe would result in the sources from
src/main/java being compiled into WEB-INF/classes inside the war file.
However, be aware that I *DON'T* mean src/main/webapp/WEB-INF/classes.
All the files produced during the build (including .class files) end up
inside the "target" dir.

Search your pom.xml file for the string "imported_classes". Perhaps you
adapted your pom.xml from another project and inherited an unwanted setting.

Agreed.  Examine the pom and all parent poms to see if one of them is
reconfiguring either the javac plugin or the war plugin.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to