sebb wrote:
On 20/03/2009, Paul Benedict <pbened...@apache.org> wrote:
The Maven folks verified that putting a dependency in
 <scope>provided</scope> will not create a runtime dependency. This
 should equal a compile-only scope.

The problem with that is that the developer has to provide the
annotation jar in order to run the compile. This is an extra stage.
I'm not sure what it involves.

If we can find a method to automate the provision process within the
Maven build, then that would work. Otherwise, we are just making it
awkward for developers.


This seems like a missing piece in maven. There should be a scope that covers exactly this case, like "compileNotRuntime" or something like that.


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

Reply via email to