Hi All,
I'm hoping someone could answer some of these basic questions with regards to
writing a new SCM provider for Maven.
1) What is the version for <version>LATEST VERSION OF MAVEN-SCM PROVIDERS
MASTER POM</version>? I'm guessing 1.5?
2) I created a basic shell class by extending AbstractScmProvider. However,
when I compile I get the following error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-plugin-plugin:2.7:descriptor
(default-descriptor) on project maven-scm-provider-integrity: Error extracting
plugin descriptor: 'No mojo definitions were found for plugin:
org.apache.maven.scm:maven-scm-provider-integrity.'
3) Also, I keep seeing these errors in Eclipse using the Maven integration.
Can these be ignored?
8/13/11 12:00:29 AM EDT: Configurator
'org.maven.ide.eclipse.modello.modelloConfigurator' is not available for
project 'MavenPlugin'. To enable full functionality, install the configurator
and run Maven->Update Project Configuration.
8/13/11 12:00:29 AM EDT: Configurator
'org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' is not available
for project 'MavenPlugin'. To enable full functionality, install the
configurator and run Maven->Update Project Configuration.
Thanks!
Cletus