I've got a bad-looking exception running deploy:deploy on my project
using the bootstrapped version from svn (which compiles but isn't happy
doing the integration tests at this point in time (2005-09-10 15:15GMT
+1:00)
This is what I see:
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Diagnosis: Error configuring plugin for execution of 'deploy:deploy'.
[INFO]
----------------------------------------------------------------------------
[ERROR] Cause:
org.apache.maven.plugin.MojoExecutionException: Error configuring plugin
for execution of 'deploy:deploy'.
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:335)
[snip]
Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable
to parse the created DOM for plugin configuration
at
org.apache.maven.plugin.DefaultPluginManager.populatePluginFields(DefaultPluginManager.java:1019)
[snip]
Caused by:
org.codehaus.plexus.component.configurator.ComponentConfigurationException:
Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot
be instantiated
at
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter.instantiateObject(AbstractConfigurationConverter.java:120)
[snip]
Caused by: java.lang.InstantiationException:
org.apache.maven.artifact.repository.ArtifactRepository
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter.instantiateObject(AbstractConfigurationConverter.java:110)
... 22 more
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|