Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Hervé BOUTEMY
typical of process output consumption problems

see http://groovy-lang.org/groovy-dev-kit.html#process-management for 
description and solution:
quoteBecause some native platforms only provide limited buffer size for 
standard input and output streams, failure to promptly write the input stream 
or read the output stream of the subprocess may cause the subprocess to block, 
and even deadlock
Because of this, Groovy provides some additional helper methods which make 
stream handling for processes easier.

Here is how to gobble all of the output (including the error stream output) 
from your process:

def p = rm -f foo.tmp.execute([], tmpDir)
p.consumeProcessOutput()
p.waitFor()/quote

Notice that in your case, once the process output is consumed to avoid 
deadlock, I suppose you'll discover unexpected the stderr content that cause 
the issue :)

Regards,

Hervé

Le jeudi 2 avril 2015 14:03:33 Chris Graham a écrit :
 This is nuts!
 
 Has anyone else ever had the scm build hang at this point:
 
 [INFO] [invoker:run {execution: integration-test}]
 [INFO] Building: scm-741-validate-scm-url-matches-working-copy\pom.xml
 [INFO] run script prepare.groovy
 
 Looking at the process tree, it's called svn.exe --version. The build
 only continues once I kill svn.
 
 On Thu, Apr 2, 2015 at 1:48 PM, Chris Graham chrisgw...@gmail.com wrote:
  Is there a rat cache? The resultant failures are referencing files in the
  target dir that do not exist. For the moment, I've had to exclude
  everything, and I'll sort it out later.
  
  On Thu, Apr 2, 2015 at 1:41 PM, Chris Graham chrisgw...@gmail.com wrote:
  Hey!
  
  Still with IBM? I'm not. :( I've been out of work since my contract was
  ended (from the US. not locally) on Nov 28th.
  
  Dockerise, now what does that mean?
  
  On Thu, Apr 2, 2015 at 1:40 PM, jieryn jie...@gmail.com wrote:
  Please dockerize all maven developer environments.
  
  On Wed, Apr 1, 2015 at 10:26 PM, Chris Graham chrisgw...@gmail.com
  
  wrote:
   Another different version, another different set of issues to solve.
   
   [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm ---
   [INFO] 57 implicit excludes (use -debug for more details).
   [INFO] Exclude: .gitignore
   [INFO] Exclude: README.txt
   [INFO] Exclude: *.sh
   [INFO] Exclude: .git/**
   [INFO] Exclude: .idea/**
   [INFO] Exclude: **/generated-sources/**
   [INFO] Exclude: **/.gitattributes
   [INFO] Exclude: src/main/resources/repository/**
   [INFO] Exclude: **/src/main/resources/tck-repository/**
   [INFO] Exclude: src/test/resources/**
   [INFO] Exclude: src/test/repository/**
   [INFO] Exclude: src/test/tck-repository/**
   [INFO] Exclude: src/main/resources/tck/**
   [INFO] Exclude: .java-version
   [INFO] Exclude: .repository/**
   [INFO] Exclude: target/**
   [INFO] Exclude: DEPENDENCIES
   [INFO] 4341 resources included (use -debug for more details)
   Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property
  
  '
  
   http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
   recognized.
   
   Compiler warnings:
 WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property '
   
   http://javax.xml.XMLConstants/property/accessExternalDTD' is not
   recognized.'
   Warning:  org.apache.xerces.parsers.SAXParser: Feature '
   http://javax.xml.XMLConstants/feature/secure-processing' is not
  
  recognized.
  
   Warning:  org.apache.xerces.parsers.SAXParser: Property '
   http://javax.xml.XMLConstants/property/accessExternalDTD' is not
  
  recognized.
  
   Warning:  org.apache.xerces.parsers.SAXParser: Property '
   http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
   recognized.
   [INFO] Rat check: Summary of files. Unapproved: 1745 unknown: 1745
   generated: 0 approved: 1305 licence.
   [INFO]
  
  
  
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Maven SCM . FAILURE
  
  [38.306s]
  
   [INFO] Maven SCM API . SKIPPED
   [INFO] Maven SCM Managers  SKIPPED
   [INFO] Maven SCM Manager for Plexus .. SKIPPED
   [INFO] Maven SCM Test  SKIPPED
   [INFO] Maven SCM Providers ... SKIPPED
   [INFO] Maven SCM AccuRev Provider  SKIPPED
   [INFO] Maven SCM Bazaar Provider . SKIPPED
   [INFO] Maven SCM Clearcase Provider .. SKIPPED
   [INFO] Maven SCM CVS Provider - Parent ... SKIPPED
   [INFO] Maven SCM CVS Provider TCK tests .. SKIPPED
   [INFO] Maven SCM CVS Provider - Common library ... SKIPPED
   [INFO] Maven SCM CVS Provider - CVS Executable Impl. . SKIPPED
   [INFO] Maven SCM CVS Provider - CVS Java Impl. ... SKIPPED
   [INFO] Maven SCM Mercurial (Hg) Provider . SKIPPED
 

Re: Unreadable commits notifications was Re: [49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/l

2015-04-02 Thread Arnaud Héritier
yes but it seems we are receiving one email per commit
Thus with my change in the branch we are receiving 48 notifications due to
the rebase + 2 for real commits on this branch
Note that myself I don't find in my inbox the 50/50 notification email

On Wed, Apr 1, 2015 at 9:38 AM, Jeff MAURY jeffma...@jeffmaury.com wrote:

 On Wed, Apr 1, 2015 at 2:46 AM, Arnaud Héritier aherit...@apache.org
 wrote:

  Hi all,
 
Is it normal to have so much (unreadable) notifications when we
 rewrite a
  branch ?
I updated, cleaned and rewrote the history of the slf4j-log4j2 branch
 
  https://github.com/apache/maven/commits/slf4j-log4j2
 
I found this better to rewrite such WIP branch than creating a new one
  (and deleting this one)
Note that that are several old branches on the same subject that can be
  trashed I think :
  https://github.com/apache/maven/commits/feature/colorized-console/log4j2
  https://github.com/apache/maven/commits/logging/slf4j-log4j2
 
I think it is important to be notified when a branch is rewritten but
  having 50 emails when I replaced an old branch with  10 commits by a
  sanitised one of 2 commits, I don't understand.
 
 Rewriting history does not reduce the amount of modified/deleted/added
 code. And as the notification emails also send diffs, 

 Jeff

 
  Cheers
 
  Arnaud
 
  On Wed, Apr 1, 2015 at 2:24 AM, aherit...@apache.org wrote:
 
   Package and configure log4J 2.2 by default.
   Replace the content of conf/logging/log4j2.xml by the one from
   conf/logging/log4j2-color.xml to enjoy the colorised console
  
  
   Project: http://git-wip-us.apache.org/repos/asf/maven/repo
   Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dbad2e53
   Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/dbad2e53
   Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/dbad2e53
  
   Branch: refs/heads/slf4j-log4j2
   Commit: dbad2e536a7024a277eef1c56eaa2286f9f2a7f9
   Parents: f78742f
   Author: Arnaud Héritier aherit...@apache.org
   Authored: Wed Apr 1 02:16:56 2015 +0200
   Committer: Arnaud Héritier aherit...@apache.org
   Committed: Wed Apr 1 02:16:56 2015 +0200
  
   --
apache-maven/pom.xml| 15 +++-
apache-maven/src/conf/logging/log4j2-color.xml  | 36
  
apache-maven/src/conf/logging/log4j2.xml| 36
  
maven-embedder/pom.xml  |  8 +
.../maven/slf4j-configuration.properties|  2 +-
pom.xml | 31 +++--
6 files changed, 123 insertions(+), 5 deletions(-)
   --
  
  
  
  
 
 http://git-wip-us.apache.org/repos/asf/maven/blob/dbad2e53/apache-maven/pom.xml
   --
   diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
   index e8277b5..c3e9e49 100644
   --- a/apache-maven/pom.xml
   +++ b/apache-maven/pom.xml
   @@ -95,7 +95,20 @@
/dependency
dependency
  groupIdorg.slf4j/groupId
   -  artifactIdslf4j-simple/artifactId
   +  artifactIdslf4j-ext/artifactId
   +/dependency
   +dependency
   +  groupIdorg.apache.logging.log4j/groupId
   +  artifactIdlog4j-slf4j-impl/artifactId
   +/dependency
   +dependency
   +  groupIdorg.apache.logging.log4j/groupId
   +  artifactIdlog4j-core/artifactId
   +/dependency
   +dependency
   +  groupIdorg.fusesource.jansi/groupId
   +  artifactIdjansi/artifactId
   +  scoperuntime/scope
/dependency
  /dependencies
  
  
  
  
 
 http://git-wip-us.apache.org/repos/asf/maven/blob/dbad2e53/apache-maven/src/conf/logging/log4j2-color.xml
   --
   diff --git a/apache-maven/src/conf/logging/log4j2-color.xml
   b/apache-maven/src/conf/logging/log4j2-color.xml
   new file mode 100644
   index 000..bea1e76
   --- /dev/null
   +++ b/apache-maven/src/conf/logging/log4j2-color.xml
   @@ -0,0 +1,36 @@
   +?xml version=1.0 encoding=UTF-8 ?
   +!--
   +  ~ Licensed to the Apache Software Foundation (ASF) under one
   +  ~ or more contributor license agreements.  See the NOTICE file
   +  ~ distributed with this work for additional information
   +  ~ regarding copyright ownership.  The ASF licenses this file
   +  ~ to you under the Apache License, Version 2.0 (the
   +  ~ License); you may not use this file except in compliance
   +  ~ with the License.  You may obtain a copy of the License at
   +  ~
   +  ~   http://www.apache.org/licenses/LICENSE-2.0
   +  ~
   +  ~ Unless required by applicable law or agreed to in writing,
   +  ~ software distributed under the License is distributed on an
   +  ~ AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   +  ~ KIND, either express or 

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Karl Heinz Marbaise

Hi Chris,

I assume you are callling Maven from the root of SCM git repository via

mvn clean package

or

mvn -Prun-its clean verify

What you can try is to use:

mvn clean package -Drat.ignoreErrors=true

which Maven Version do you use? (Can we first check to Maven 3.0.5)

Furthermore i would suggest to do a:

mvn -X clean package mvn.log

and past the log file to pastebin etc. so that some has a chance to take 
a look at it...


BTW: I assume that you directly working on console?

Kind regards
Karl Heinz Marbaise


On 4/2/15 3:11 AM, Chris Graham wrote:

Hey All.

I've tried updating to a sun VM. The same error as with the IBM JDK.

This is with wiping the entire local repo.

I've even also explicity included the exclusion of target/**

[INFO] Exclude: target/**

[INFO] 57 implicit excludes (use -debug for more details).
[INFO] Exclude: .gitignore
[INFO] Exclude: README.txt
[INFO] Exclude: *.sh
[INFO] Exclude: .git/**
[INFO] Exclude: .idea/**
[INFO] Exclude: **/generated-sources/**
[INFO] Exclude: **/.gitattributes
[INFO] Exclude: src/main/resources/repository/**
[INFO] Exclude: **/src/main/resources/tck-repository/**
[INFO] Exclude: src/test/resources/**
[INFO] Exclude: src/test/repository/**
[INFO] Exclude: src/test/tck-repository/**
[INFO] Exclude: src/main/resources/tck/**
[INFO] Exclude: .java-version
[INFO] Exclude: .repository/**
[INFO] Exclude: target/**
[INFO] Exclude: DEPENDENCIES
[INFO] 4341 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 1745 unknown: 1745
generated: 0 approved: 1305 licence.
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Maven SCM . FAILURE
[1:04.421s]
[INFO] Maven SCM API . SKIPPED
[INFO] Maven SCM Managers  SKIPPED
[INFO] Maven SCM Manager for Plexus .. SKIPPED
[INFO] Maven SCM Test  SKIPPED
[INFO] Maven SCM Providers ... SKIPPED
[INFO] Maven SCM AccuRev Provider  SKIPPED
[INFO] Maven SCM Bazaar Provider . SKIPPED
[INFO] Maven SCM Clearcase Provider .. SKIPPED
[INFO] Maven SCM CVS Provider - Parent ... SKIPPED
[INFO] Maven SCM CVS Provider TCK tests .. SKIPPED
[INFO] Maven SCM CVS Provider - Common library ... SKIPPED
[INFO] Maven SCM CVS Provider - CVS Executable Impl. . SKIPPED
[INFO] Maven SCM CVS Provider - CVS Java Impl. ... SKIPPED
[INFO] Maven SCM Mercurial (Hg) Provider . SKIPPED
[INFO] Maven SCM Git Provider - Parent ... SKIPPED
[INFO] Maven SCM Git Provider - Common library ... SKIPPED
[INFO] Maven SCM Git Provider TCK Tests .. SKIPPED
[INFO] Maven SCM Git Provider - Git Executable Impl. . SKIPPED
[INFO] Maven SCM Git Provider - JGit Impl. ... SKIPPED
[INFO] Maven SCM Local Provider .. SKIPPED
[INFO] Maven SCM Perforce Provider ... SKIPPED
[INFO] Maven SCM Starteam Provider ... SKIPPED
[INFO] Maven SCM Subversion Provider - Parent  SKIPPED
[INFO] Maven SCM Subversion Provider - Common library  SKIPPED
[INFO] Maven SCM Subversion Provider TCK Tests ... SKIPPED
[INFO] Maven SCM Subversion Provider - SVN Executable Impl.  SKIPPED
[INFO] Maven SCM Synergy Provider  SKIPPED
[INFO] Maven SCM Visual Source Safe Provider . SKIPPED
[INFO] Maven SCM TFS Provider  SKIPPED
[INFO] Maven SCM MKS Integrity Provider .. SKIPPED
[INFO] Maven SCM Jazz/Rational Team Concert Provider . SKIPPED
[INFO] Maven SCM Standard Providers .. SKIPPED
[INFO] Maven SCM Client .. SKIPPED
[INFO] Maven SCM Plugin .. SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 1:08.515s
[INFO] Finished at: Thu Apr 02 12:08:10 EST 2015
[INFO] Final Memory: 12M/47M
[INFO]

[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
(rat-check) on project maven-scm: Too many files with unapproved license:
1745 See RAT rep
ort in: C:\CALMData\Workspaces\RTC\Deb\maven-scm\target\rat.txt - [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]

[ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-02 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven SCM, version 1.9.4

Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other
tools (e.g. Continuum) by providing them with a common API for doing SCM
operations.

http://maven.apache.org/scm/

Release Notes - Maven SCM - Version 1.9.4

Bugs:

 * [SCM-764] - username and credentials shown as INFO on commadline
 * [SCM-780] - Duplicate connection url's properties
 * [SCM-786] - Missing dependency on JUnit

Improvements:

 * [SCM-778] - Upgrade junit and hamcrest
 * [SCM-793] - Upgrade maven-modello-plugin to 1.8.2
 * [SCM-794] - Configure maven release plugin to autoVersionSubmodules

Task:

 * [SCM-789] - Upgrade to maven-parent version 26

Wish:

 * [SCM-785] - Upgrade Plugin Required Maven Version to 2.2.1


Enjoy,

-The Apache Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Unreadable commits notifications was Re: [49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/l

2015-04-02 Thread Jeff MAURY
According to the commits archive, there is 1 email per commit and I can see
the 50/50 notification email (
http://mail-archives.apache.org/mod_mbox/maven-commits/201504.mbox/%3Cbfb2482f10c94b7180353e96763ee865%40git.apache.org%3E
)

Jeff

On Thu, Apr 2, 2015 at 10:17 AM, Arnaud Héritier aherit...@gmail.com
wrote:

 yes but it seems we are receiving one email per commit
 Thus with my change in the branch we are receiving 48 notifications due to
 the rebase + 2 for real commits on this branch
 Note that myself I don't find in my inbox the 50/50 notification email

 On Wed, Apr 1, 2015 at 9:38 AM, Jeff MAURY jeffma...@jeffmaury.com
 wrote:

  On Wed, Apr 1, 2015 at 2:46 AM, Arnaud Héritier aherit...@apache.org
  wrote:
 
   Hi all,
  
 Is it normal to have so much (unreadable) notifications when we
  rewrite a
   branch ?
 I updated, cleaned and rewrote the history of the slf4j-log4j2 branch
  
   https://github.com/apache/maven/commits/slf4j-log4j2
  
 I found this better to rewrite such WIP branch than creating a new
 one
   (and deleting this one)
 Note that that are several old branches on the same subject that can
 be
   trashed I think :
  
 https://github.com/apache/maven/commits/feature/colorized-console/log4j2
   https://github.com/apache/maven/commits/logging/slf4j-log4j2
  
 I think it is important to be notified when a branch is rewritten but
   having 50 emails when I replaced an old branch with  10 commits by a
   sanitised one of 2 commits, I don't understand.
  
  Rewriting history does not reduce the amount of modified/deleted/added
  code. And as the notification emails also send diffs, 
 
  Jeff
 
  
   Cheers
  
   Arnaud
  
   On Wed, Apr 1, 2015 at 2:24 AM, aherit...@apache.org wrote:
  
Package and configure log4J 2.2 by default.
Replace the content of conf/logging/log4j2.xml by the one from
conf/logging/log4j2-color.xml to enjoy the colorised console
   
   
Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dbad2e53
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/dbad2e53
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/dbad2e53
   
Branch: refs/heads/slf4j-log4j2
Commit: dbad2e536a7024a277eef1c56eaa2286f9f2a7f9
Parents: f78742f
Author: Arnaud Héritier aherit...@apache.org
Authored: Wed Apr 1 02:16:56 2015 +0200
Committer: Arnaud Héritier aherit...@apache.org
Committed: Wed Apr 1 02:16:56 2015 +0200
   
   
 --
 apache-maven/pom.xml| 15 +++-
 apache-maven/src/conf/logging/log4j2-color.xml  | 36
   
 apache-maven/src/conf/logging/log4j2.xml| 36
   
 maven-embedder/pom.xml  |  8 +
 .../maven/slf4j-configuration.properties|  2 +-
 pom.xml | 31
 +++--
 6 files changed, 123 insertions(+), 5 deletions(-)
   
 --
   
   
   
   
  
 
 http://git-wip-us.apache.org/repos/asf/maven/blob/dbad2e53/apache-maven/pom.xml
   
 --
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index e8277b5..c3e9e49 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -95,7 +95,20 @@
 /dependency
 dependency
   groupIdorg.slf4j/groupId
-  artifactIdslf4j-simple/artifactId
+  artifactIdslf4j-ext/artifactId
+/dependency
+dependency
+  groupIdorg.apache.logging.log4j/groupId
+  artifactIdlog4j-slf4j-impl/artifactId
+/dependency
+dependency
+  groupIdorg.apache.logging.log4j/groupId
+  artifactIdlog4j-core/artifactId
+/dependency
+dependency
+  groupIdorg.fusesource.jansi/groupId
+  artifactIdjansi/artifactId
+  scoperuntime/scope
 /dependency
   /dependencies
   
   
   
   
  
 
 http://git-wip-us.apache.org/repos/asf/maven/blob/dbad2e53/apache-maven/src/conf/logging/log4j2-color.xml
   
 --
diff --git a/apache-maven/src/conf/logging/log4j2-color.xml
b/apache-maven/src/conf/logging/log4j2-color.xml
new file mode 100644
index 000..bea1e76
--- /dev/null
+++ b/apache-maven/src/conf/logging/log4j2-color.xml
@@ -0,0 +1,36 @@
+?xml version=1.0 encoding=UTF-8 ?
+!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, 

Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-02 Thread Maxim Solodovnik
yfv ,jhtw yt ye;ty

On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise khmarba...@apache.org
wrote:

 The Apache Maven team is pleased to announce the release of the
 Apache Maven SCM, version 1.9.4

 Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other
 tools (e.g. Continuum) by providing them with a common API for doing SCM
 operations.

 http://maven.apache.org/scm/

 Release Notes - Maven SCM - Version 1.9.4

 Bugs:

  * [SCM-764] - username and credentials shown as INFO on commadline
  * [SCM-780] - Duplicate connection url's properties
  * [SCM-786] - Missing dependency on JUnit

 Improvements:

  * [SCM-778] - Upgrade junit and hamcrest
  * [SCM-793] - Upgrade maven-modello-plugin to 1.8.2
  * [SCM-794] - Configure maven release plugin to autoVersionSubmodules

 Task:

  * [SCM-789] - Upgrade to maven-parent version 26

 Wish:

  * [SCM-785] - Upgrade Plugin Required Maven Version to 2.2.1


 Enjoy,

 -The Apache Maven team

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




-- 
WBR
Maxim aka solomax


Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-02 Thread Maxim Solodovnik
sorry for crappy message :(

On Thu, Apr 2, 2015 at 12:55 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 yfv ,jhtw yt ye;ty

 On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise 
 khmarba...@apache.org wrote:

 The Apache Maven team is pleased to announce the release of the
 Apache Maven SCM, version 1.9.4

 Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other
 tools (e.g. Continuum) by providing them with a common API for doing SCM
 operations.

 http://maven.apache.org/scm/

 Release Notes - Maven SCM - Version 1.9.4

 Bugs:

  * [SCM-764] - username and credentials shown as INFO on commadline
  * [SCM-780] - Duplicate connection url's properties
  * [SCM-786] - Missing dependency on JUnit

 Improvements:

  * [SCM-778] - Upgrade junit and hamcrest
  * [SCM-793] - Upgrade maven-modello-plugin to 1.8.2
  * [SCM-794] - Configure maven release plugin to autoVersionSubmodules

 Task:

  * [SCM-789] - Upgrade to maven-parent version 26

 Wish:

  * [SCM-785] - Upgrade Plugin Required Maven Version to 2.2.1


 Enjoy,

 -The Apache Maven team

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Chris Graham

On 02/04/2015, at 5:15 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote:

 Hi Chris,
 
 I assume you are callling Maven from the root of SCM git repository via
 
Yes, from the root.

 mvn clean package

Yes, this or 

mvn clean install (mostly)

 or
 
 mvn -Prun-its clean verify
 
 What you can try is to use:
 
 mvn clean package -Drat.ignoreErrors=true
 

Good to know! I've currently included an exclude of ** :-) brute force but it 
works. :-)

What worries me though us that the generated rat.txt file contains references 
to files in /target that do not exist due to the mvn clean.

 which Maven Version do you use? (Can we first check to Maven 3.0.5)
 

2.2.1 and 3.0.4.

 Furthermore i would suggest to do a:
 
 mvn -X clean package mvn.log
 

I'm away until Saturday night, so I will do when I get back.

 and past the log file to pastebin etc. so that some has a chance to take a 
 look at it...
 

Will do.

 BTW: I assume that you directly working on console?
 
Yes. Initially I was in the RTC eclipse client (3.5).

Had the same errors there.

But since then I've been using the command line exclusively.

Thanks for your thoughts. I will given them all a go when I'm back in front of 
the VM. :-)

-Chris

 Kind regards
 Karl Heinz Marbaise
 
 
 On 4/2/15 3:11 AM, Chris Graham wrote:
 Hey All.
 
 I've tried updating to a sun VM. The same error as with the IBM JDK.
 
 This is with wiping the entire local repo.
 
 I've even also explicity included the exclusion of target/**
 
 [INFO] Exclude: target/**
 
 [INFO] 57 implicit excludes (use -debug for more details).
 [INFO] Exclude: .gitignore
 [INFO] Exclude: README.txt
 [INFO] Exclude: *.sh
 [INFO] Exclude: .git/**
 [INFO] Exclude: .idea/**
 [INFO] Exclude: **/generated-sources/**
 [INFO] Exclude: **/.gitattributes
 [INFO] Exclude: src/main/resources/repository/**
 [INFO] Exclude: **/src/main/resources/tck-repository/**
 [INFO] Exclude: src/test/resources/**
 [INFO] Exclude: src/test/repository/**
 [INFO] Exclude: src/test/tck-repository/**
 [INFO] Exclude: src/main/resources/tck/**
 [INFO] Exclude: .java-version
 [INFO] Exclude: .repository/**
 [INFO] Exclude: target/**
 [INFO] Exclude: DEPENDENCIES
 [INFO] 4341 resources included (use -debug for more details)
 [INFO] Rat check: Summary of files. Unapproved: 1745 unknown: 1745
 generated: 0 approved: 1305 licence.
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Maven SCM . FAILURE
 [1:04.421s]
 [INFO] Maven SCM API . SKIPPED
 [INFO] Maven SCM Managers  SKIPPED
 [INFO] Maven SCM Manager for Plexus .. SKIPPED
 [INFO] Maven SCM Test  SKIPPED
 [INFO] Maven SCM Providers ... SKIPPED
 [INFO] Maven SCM AccuRev Provider  SKIPPED
 [INFO] Maven SCM Bazaar Provider . SKIPPED
 [INFO] Maven SCM Clearcase Provider .. SKIPPED
 [INFO] Maven SCM CVS Provider - Parent ... SKIPPED
 [INFO] Maven SCM CVS Provider TCK tests .. SKIPPED
 [INFO] Maven SCM CVS Provider - Common library ... SKIPPED
 [INFO] Maven SCM CVS Provider - CVS Executable Impl. . SKIPPED
 [INFO] Maven SCM CVS Provider - CVS Java Impl. ... SKIPPED
 [INFO] Maven SCM Mercurial (Hg) Provider . SKIPPED
 [INFO] Maven SCM Git Provider - Parent ... SKIPPED
 [INFO] Maven SCM Git Provider - Common library ... SKIPPED
 [INFO] Maven SCM Git Provider TCK Tests .. SKIPPED
 [INFO] Maven SCM Git Provider - Git Executable Impl. . SKIPPED
 [INFO] Maven SCM Git Provider - JGit Impl. ... SKIPPED
 [INFO] Maven SCM Local Provider .. SKIPPED
 [INFO] Maven SCM Perforce Provider ... SKIPPED
 [INFO] Maven SCM Starteam Provider ... SKIPPED
 [INFO] Maven SCM Subversion Provider - Parent  SKIPPED
 [INFO] Maven SCM Subversion Provider - Common library  SKIPPED
 [INFO] Maven SCM Subversion Provider TCK Tests ... SKIPPED
 [INFO] Maven SCM Subversion Provider - SVN Executable Impl.  SKIPPED
 [INFO] Maven SCM Synergy Provider  SKIPPED
 [INFO] Maven SCM Visual Source Safe Provider . SKIPPED
 [INFO] Maven SCM TFS Provider  SKIPPED
 [INFO] Maven SCM MKS Integrity Provider .. SKIPPED
 [INFO] Maven SCM Jazz/Rational Team Concert Provider . SKIPPED
 [INFO] Maven SCM Standard Providers .. SKIPPED
 [INFO] Maven SCM Client .. SKIPPED
 [INFO] Maven SCM Plugin .. SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]