OK so I managed to correct this issue I was having with heap space
etc. Now when doing
mvn -Papache-release release:prepare -DdryRun=true
I get
Results :
Tests run: 465, Failures: 0, Errors: 0, Skipped: 1
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (rat-verify) @ any23-core ---
[INFO] Exclude: **/any23-gcode-CHANGES.txt
[INFO] Exclude: **/NOTICE-with-deps.txt
[INFO] Exclude: DISCLAIMER.txt
[INFO] Exclude: LICENSE.txt
[INFO] Exclude: NOTICE.txt
[INFO] Exclude: **/README.txt
[INFO] Exclude: RELEASE-NOTES.txt
[INFO] Exclude: *.bat
[INFO] Exclude: *.sh
[INFO] Exclude: **/*.csv
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.xls*
[INFO] Exclude: **/*zip/*
[INFO] Exclude: **/error.wsdl
[INFO] Exclude: .idea/**
[INFO] Exclude: .classpath
[INFO] Exclude: .project
[INFO] Exclude: .settings
[INFO] Exclude: maven-eclipse.xml
[INFO] Exclude: .externalToolBuilders/**
[INFO] Exclude: .git/**
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Any23 ...................................... SUCCESS [15.653s]
[INFO] Apache Any23 :: Core .............................. FAILURE [26.498s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SKIPPED
[INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SKIPPED
[INFO] Apache Any23 :: Plugins :: Office Scraper ......... SKIPPED
[INFO] Apache Any23 :: Plugins :: Integration Test ....... SKIPPED
[INFO] Apache Any23 :: Service ........................... SKIPPED
[INFO] Apache Any23 :: Sources distribution module ....... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 42.742s
[INFO] Finished at: Mon Jun 25 20:25:37 BST 2012
[INFO] Final Memory: 29M/244M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "apache" could not be activated
because it does not exist.
[ERROR] Failed to execute goal
org.apache.rat:apache-rat-plugin:0.7:check (rat-verify) on project
any23-core: Too many unapproved licenses: 7 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible
solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build
with the command
[ERROR] mvn <goals> -rf :any23-core
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Any23 ...................................... FAILURE [1:31.128s]
[INFO] Apache Any23 :: Core .............................. SKIPPED
[INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SKIPPED
[INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SKIPPED
[INFO] Apache Any23 :: Plugins :: Office Scraper ......... SKIPPED
[INFO] Apache Any23 :: Plugins :: Integration Test ....... SKIPPED
[INFO] Apache Any23 :: Service ........................... SKIPPED
[INFO] Apache Any23 :: Sources distribution module ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:32.481s
[INFO] Finished at: Mon Jun 25 20:25:37 BST 2012
[INFO] Final Memory: 12M/142M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare
(default-cli) on project any23-parent: Maven execution failed, exit
code: '1' -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
lewis@lewis-desktop:~/ASF/any23$
At this point in time I don't have quite enough time tonight to dig
into all pom's but will certainly get round to it tomorrow.
Best
Lewis
On Mon, Jun 25, 2012 at 7:26 PM, Lewis John Mcgibbney
<[email protected]> wrote:
> Hi Everyone,