Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread jieryn
Tested on RHEL 7, Java 8, -T8, all maven plugins up to date with
current releases (thanks versions-m-p), on many internal projects for
basic build/test/it and it is working great! It really looks great and
modern! :-)

Now I just made it my default version of Apache Maven and will give it
more rigorous testing throughout the week, more plugins, more goals,
more profiles, more oddball cases.

(not scientific testing, but I am seeing minor performance
improvements on the order of 2-3% despite colour outputs)

Thank you Apache Maven Team! Thank you Karl :)


On Sat, Jun 11, 2016 at 6:43 PM, Anton Tanasenko
 wrote:
> Hi,
> There is a commit for MNG-2478 which I think could cause problems for
> projects that are authored using 3.4.0 and the new resources-filtered
> source folder is used (provided it was not configured in the project as
> such before). Those projects will not be buildable with prior maven
> versions.
> This is not something major, but it does break backwards compatibility
> somewhat. Is that ok?
>
> https://issues.apache.org/jira/browse/MNG-2478
>
>
> 2016-06-11 23:21 GMT+03:00 Karl Heinz Marbaise :
>
>> Hi to all Maven users,
>>
>> is someone of you willing to do some testing on the current state of
>> development for the upcoming Maven 3.4.0 release?
>>
>> Please be aware of this *** This is not an official release ***
>>
>> I have created downloadable packages which are available from here:
>>
>> Windows: https://s.apache.org/fawM,
>> Linux: https://s.apache.org/RQ3C
>>
>>
>> Every kind of feedback is helpful.
>>
>> This is only a current state of development (Git hash:
>> 644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the
>> community...
>>
>> The current list of changes can be seen in the issue tracker:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0
>>
>>
>> Kind regards
>> Karl Heinz Marbaise
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
>
> --
> Regards,
> Anton.

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



Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Anton Tanasenko
Hi,
There is a commit for MNG-2478 which I think could cause problems for
projects that are authored using 3.4.0 and the new resources-filtered
source folder is used (provided it was not configured in the project as
such before). Those projects will not be buildable with prior maven
versions.
This is not something major, but it does break backwards compatibility
somewhat. Is that ok?

https://issues.apache.org/jira/browse/MNG-2478


2016-06-11 23:21 GMT+03:00 Karl Heinz Marbaise :

> Hi to all Maven users,
>
> is someone of you willing to do some testing on the current state of
> development for the upcoming Maven 3.4.0 release?
>
> Please be aware of this *** This is not an official release ***
>
> I have created downloadable packages which are available from here:
>
> Windows: https://s.apache.org/fawM,
> Linux: https://s.apache.org/RQ3C
>
>
> Every kind of feedback is helpful.
>
> This is only a current state of development (Git hash:
> 644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the
> community...
>
> The current list of changes can be seen in the issue tracker:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0
>
>
> Kind regards
> Karl Heinz Marbaise
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Regards,
Anton.


Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Torsten Stolpmann

Hi Karl-Heinz,

upgrading from maven 3.3.9 I ran our product build using this snapshot 
without any visible regressions.


Hope this helps,

Torsten

On 11.06.2016 22:21, Karl Heinz Marbaise wrote:

Hi to all Maven users,

is someone of you willing to do some testing on the current state of
development for the upcoming Maven 3.4.0 release?

Please be aware of this *** This is not an official release ***

I have created downloadable packages which are available from here:

Windows: https://s.apache.org/fawM,
Linux: https://s.apache.org/RQ3C


Every kind of feedback is helpful.

This is only a current state of development (Git hash:
644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the
community...

The current list of changes can be seen in the issue tracker:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0



Kind regards
Karl Heinz Marbaise

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



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



Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Mirko Friedenhagen
Forgot to mention: Both projects run fine with 3.3.9.
Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/


On Sun, Jun 12, 2016 at 12:03 AM, Mirko Friedenhagen
 wrote:
> Hello Karl-Heinz,
>
> I tried this with 2 projects, firstly an inhouse project and it choked with:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.19:test
> (default-test) on project ui-mamido-qamove: Execution default-test of
> goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test failed:
> There was an error in the forked process
>
> [ERROR] org.apache.maven.surefire.util.SurefireReflectionException:
> java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing
>
> [ERROR] at 
> org.apache.maven.surefire.common.junit4.JUnit4Reflector.createRequest(JUnit4Reflector.java:76)
>
> [ERROR] at 
> org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil.createSuiteDescription(JUnit4ProviderUtil.java:111)
>
> [ERROR] at 
> org.apache.maven.surefire.junit4.JUnit4Provider.createTestsDescription(JUnit4Provider.java:328)
>
> [ERROR] at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:166)
>
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:286)
>
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:240)
>
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
>
> [ERROR] Caused by: java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing
>
> [ERROR] at java.lang.ClassLoader.defineClass1(Native Method)
>
> [ERROR] at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
>
> [ERROR] at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>
> [ERROR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
>
> [ERROR] at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
>
> [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
>
> [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
>
> [ERROR] at java.security.AccessController.doPrivileged(Native Method)
>
> [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
>
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>
> [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
>
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>
> [ERROR] at org.junit.runner.Computer.getSuite(Computer.java:28)
>
> [ERROR] at org.junit.runner.Request.classes(Request.java:75)
>
> [ERROR] at org.junit.runner.Request.classes(Request.java:91)
>
> [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> [ERROR] at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
> [ERROR] at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
>
> [ERROR] at 
> org.apache.maven.surefire.common.junit4.JUnit4Reflector.createRequest(JUnit4Reflector.java:67)
>
> [ERROR] ... 6 more
>
> [ERROR] Caused by: java.lang.ClassNotFoundException: 
> org.hamcrest.SelfDescribing
>
> [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>
> [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
>
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>
> [ERROR] ... 26 more
>
> [ERROR] -> [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/PluginExecutionException
>
>
> then I tried this with https://github.com/1and1/testlink-junit and it
> choked like this:
>
> [ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs (findbugs) on
> project tljunit-parent: Unable to parse configuration of mojo
> org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs for parameter
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts'
> with value '${plugin.artifacts}' of type
> java.util.Collections.UnmodifiableRandomAccessList to property of type
> java.util.ArrayList -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs
> (findbugs) on project tljunit-parent: Unable to parse configuration of
> mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs for
> parameter pluginArtifacts: Cannot assign configuration entry
> 'pluginArtifacts' with value 

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Mirko Friedenhagen
Hello Karl-Heinz,

I tried this with 2 projects, firstly an inhouse project and it choked with:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19:test
(default-test) on project ui-mamido-qamove: Execution default-test of
goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test failed:
There was an error in the forked process

[ERROR] org.apache.maven.surefire.util.SurefireReflectionException:
java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing

[ERROR] at 
org.apache.maven.surefire.common.junit4.JUnit4Reflector.createRequest(JUnit4Reflector.java:76)

[ERROR] at 
org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil.createSuiteDescription(JUnit4ProviderUtil.java:111)

[ERROR] at 
org.apache.maven.surefire.junit4.JUnit4Provider.createTestsDescription(JUnit4Provider.java:328)

[ERROR] at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:166)

[ERROR] at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:286)

[ERROR] at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:240)

[ERROR] at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)

[ERROR] Caused by: java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing

[ERROR] at java.lang.ClassLoader.defineClass1(Native Method)

[ERROR] at java.lang.ClassLoader.defineClass(ClassLoader.java:763)

[ERROR] at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[ERROR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)

[ERROR] at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:368)

[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:362)

[ERROR] at java.security.AccessController.doPrivileged(Native Method)

[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:361)

[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)

[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[ERROR] at org.junit.runner.Computer.getSuite(Computer.java:28)

[ERROR] at org.junit.runner.Request.classes(Request.java:75)

[ERROR] at org.junit.runner.Request.classes(Request.java:91)

[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[ERROR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[ERROR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)

[ERROR] at 
org.apache.maven.surefire.common.junit4.JUnit4Reflector.createRequest(JUnit4Reflector.java:67)

[ERROR] ... 6 more

[ERROR] Caused by: java.lang.ClassNotFoundException: org.hamcrest.SelfDescribing

[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:381)

[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)

[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[ERROR] ... 26 more

[ERROR] -> [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/PluginExecutionException


then I tried this with https://github.com/1and1/testlink-junit and it
choked like this:

[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs (findbugs) on
project tljunit-parent: Unable to parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs for parameter
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts'
with value '${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of type
java.util.ArrayList -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs
(findbugs) on project tljunit-parent: Unable to parse configuration of
mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs for
parameter pluginArtifacts: Cannot assign configuration entry
'pluginArtifacts' with value '${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of type
java.util.ArrayList

at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:214)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:155)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:147)

at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions
(MojoExecutor.java:354)

at 

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Karl Heinz Marbaise

Hi Oliver,

On 6/11/16 11:25 PM, Oliver B. Fischer wrote:

Hi,

Can I use the Linux package to test it on OS X?


Yes I do that the whole time ;-)

we have no dedicated OS X package ;-)..

Kind regards
Karl Heinz Marbaise


Best

Oliver

Von meinem iPhone gesendet


Am 11.06.2016 um 22:21 schrieb Karl Heinz Marbaise :

Hi to all Maven users,

is someone of you willing to do some testing on the current state of 
development for the upcoming Maven 3.4.0 release?

Please be aware of this *** This is not an official release ***

I have created downloadable packages which are available from here:

Windows: https://s.apache.org/fawM,
Linux: https://s.apache.org/RQ3C


Every kind of feedback is helpful.

This is only a current state of development (Git hash: 
644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the 
community...

The current list of changes can be seen in the issue tracker:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0




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



Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Oliver B. Fischer
Hi, 

Can I use the Linux package to test it on OS X?

Best

Oliver 

Von meinem iPhone gesendet

> Am 11.06.2016 um 22:21 schrieb Karl Heinz Marbaise :
> 
> Hi to all Maven users,
> 
> is someone of you willing to do some testing on the current state of 
> development for the upcoming Maven 3.4.0 release?
> 
> Please be aware of this *** This is not an official release ***
> 
> I have created downloadable packages which are available from here:
> 
> Windows: https://s.apache.org/fawM,
> Linux: https://s.apache.org/RQ3C
> 
> 
> Every kind of feedback is helpful.
> 
> This is only a current state of development (Git hash: 
> 644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the 
> community...
> 
> The current list of changes can be seen in the issue tracker:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0
> 
> 
> Kind regards
> Karl Heinz Marbaise
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


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



Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-11 Thread Karl Heinz Marbaise

Hi to all Maven users,

is someone of you willing to do some testing on the current state of 
development for the upcoming Maven 3.4.0 release?


Please be aware of this *** This is not an official release ***

I have created downloadable packages which are available from here:

Windows: https://s.apache.org/fawM,
Linux: https://s.apache.org/RQ3C


Every kind of feedback is helpful.

This is only a current state of development (Git hash: 
644ac9c40ad41bf61e3b099918af33b8eb950621) to get some feedback from the 
community...


The current list of changes can be seen in the issue tracker:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0


Kind regards
Karl Heinz Marbaise

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



Re: Encrypted password on pry settings

2016-06-11 Thread Karl Heinz Marbaise

Hi,

On 6/9/16 1:15 PM, Pelzer, Sven  WI/HZR-SIBDS wrote:

Hi,

I have a problem with an encrypted password on the proxy settings.

I set the master password and set the hashed password string in the password 
xml element of the proxy settings.
But a can't connect to the proxy.


What does this mean? Anny error output? Log file output ?

Kind regards
Karl Heinz Marbaise

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



Re: Encrypted password on pry settings

2016-06-11 Thread Adrien Rivard
Does this work without the encrypted password ?

On Thu, Jun 9, 2016 at 1:15 PM, Pelzer, Sven WI/HZR-SIBDS <
sven.pel...@schaeffler.com> wrote:

> Hi,
>
> I have a problem with an encrypted password on the proxy settings.
>
> I set the master password and set the hashed password string in the
> password xml element of the proxy settings.
> But a can't connect to the proxy.
>
> Have any one an idea what the problem can be?
>
> King Regards
> Sven
>
>


-- 
Adrien Rivard