Hello,
I am using dependencyManagement and including a pom with with a scope of
import so I can include it's dependencies' versions. It works as expected
except for two things:
-the versions plugin can't seem to update this dependency.
-the release plugin doesn't accept a new version of this dep
Hello Maven Developers,
I have built a plugin that builds projects for the BlackBerry. It
needs to build for multiple RIM OS versions so I use a classifier such
as my-library-1.0-rim-4.5.0, my-library-1.0-rim-5.0.0 etc. I am
running into two problems:
1. How can I resolve this classifier recurs
you,
Kurt Zettel
On Sun, May 22, 2011 at 2:19 PM, Kurt Zettel II wrote:
> Hello Maven Developers,
>
> I am using the maven-plugin-test-harness-2.0-alpha-1 and creating JUnit
> tests for a plugin I am developing. I am able to test my Mojos but I am
> currently hardcoding some val
Hello Maven Developers,
I am using the maven-plugin-test-harness-2.0-alpha-1 and creating JUnit
tests for a plugin I am developing. I am able to test my Mojos but I am
currently hardcoding some values into my tests such as command paths. This
configuration is configured in my settings.xml. Is th