Brian E. Fox wrote:
One big issue I have is that the maven-dependency-plugin seems to
ignore
artifacts produced in the current build execution and only pulls from
the local repository... so I have to run "mvn install" all the time...
Which goal? The unpack, copy yes, but unpack/copy-dependencies will work
with package.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
And that would be the two goals we need! unpack and copy!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]