Duncan Doyle wrote:
> Hello,
>
> I've created a custom Maven2 plugin for our SCM system (CA Harvest). This
> plugin is deployed in our internal remote repository. This remote
> repository is configured as a pluginRepository in my 'settings.xml ' file.
> The plugin's groupId ('org.test.tools.maven.harvest') has been specified
> in the <pluginGroups> section in my 'settings.xml' file.
AFAICS M2 ignores the settings.xml if there's no POM (bug). But you can help
yourself. Create a dummy POM and call Maven like:
mvn -f /dummy.pom harvest:checkout
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]