Release plugin does not transform distribution module
Opened this issue · 3 comments
wolfc commented
[INFO] [INFO] Apache CXF Manifest Jar ........................... FAILURE [3:26.488s]
[INFO] [INFO] Apache CXF Distribution ........................... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 48:22.001s
[INFO] [INFO] Finished at: Tue Oct 07 10:44:06 CEST 2014
[INFO] [INFO] Final Memory: 284M/994M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal on project cxf-distribution-manifest: Could not resolve dependencies for project org.apache.cxf:cxf-distribution-manifest:jar:2.7.12.SP1-SNAPSHOT: Could not find artifact org.apache.cxf:cxf-bundle:jar:2.7.12.SP1-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR] mvn <goals> -rf :cxf-distribution-manifest
wolfc commented
http://cxf.apache.org/release-management.html
Then, to actually perform the release, run the below commands.
mvn release:prepare -Peverything,jaxws22 mvn release:perform -Peverything,jaxws22
wolfc commented
Note that currently performing the release is not working, because we haven't added a proper jboss distribution section yet.
wolfc commented
The steps at #3 (comment) are just a work-around, not a solution.