Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.1 (Alpha)
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Following the release process, when I try to publish the website with 'mvn site:stage-deploy -DstagingSiteURL=...' from the 1.3.0 tag, I get:
...
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuum :: Maven Plugin
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [plugin:descriptor]
[INFO] Using 2 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 20 mojo descriptors.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error extracting plugin descriptor: 'Goal: ping already exists in the plugin descriptor for prefix: continuum
Existing implementation is: org.apache.maven.continuum.plugin.PingMojo
Conflicting implementation is: org.apache.maven.continuum.plugin.PingMojo'
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 minutes 1 second
[INFO] Finished at: Sun Nov 23 19:30:09 MST 2008
[INFO] Final Memory: 83M/179M
[INFO] ------------------------------------------------------------------------
And with the plugin module removed from the parent pom, it gets much farther, but then dies with: