2010/1/28 Licinio Fernández Maurelo <[email protected]>:
> *Step one*: pom calls the ant-target that generates the artifacts
>...
> Step two: maven compiles de webapp including in the classpath some of the
> previous' phase generated jar's.

Notice that I don't like this approach, since I am a purist.
Anyway, I suggest you to compile only once your code altogether
(libraries and webapp-related code) and then package the jars where
they belong.
It's almost impossible to compile, in maven, putting a local library
in the classpath of the compiler.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to