Re: qdox component from codehaus

2015-06-17 Thread Robert Scholte
See http://markmail.org/thread/hgm2z5ah7k4w72l4 I still have all the commit-rights so for me there's no real change. Although it might be a bit harder to find the project. Robert Op Wed, 17 Jun 2015 19:16:07 +0200 schreef Hervé BOUTEMY herve.bout...@free.fr: uh, no organization to be able

Default Maven Compiler Version

2015-06-17 Thread Mangold, Kevin C.
Why does the maven compiler plugin STILL target 1.5 by default and not the JDK's current version? This seems completely backwards. We use CI tools to test against different JDK versions and architectures and it is a massive pain to implement all these workarounds to have the compiler target

RE: Default Maven Compiler Version

2015-06-17 Thread Sander Verhagen
I wonder if this would be a good candidate for a corporate POM that deals with this kind of configuration? Sander Verhagen [  san...@sanderverhagen.net  ] NOTICE: my e-mail address has changed. You may still e-mail me at verha...@sander.com but you will see me using san...@sanderverhagen.net

Re: Default Maven Compiler Version

2015-06-17 Thread Manfred Moser
Yes... a corporate or some other higher level pom is typically how you configure this across lots of projects. But even if you dont ... its two lines of config on the compiler plugin. Manfred Sander Verhagen wrote on 17.06.2015 15:16: I wonder if this would be a good candidate for a

Re: qdox component from codehaus

2015-06-17 Thread Hervé BOUTEMY
uh, no organization to be able to work together? is it a deliberate choice, or just something done quickly before having time to do better? Regards, Hervé Le mercredi 17 juin 2015 19:06:12 Robert Scholte a écrit : QDox has been moved to the account of Paul Hammant:

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Karl Heinz Marbaise
Hi Tibor, apart from that packging problem here is my +1 ... Kind regards Karl Heinz Marbaise On 6/17/15 10:09 AM, Karl Heinz Marbaise wrote: Hi Tibor, i have a strange thing... If i check the -sources.zip file ...(Maven 3.0.5). I got the following: ~/Downloads/maven-shared-utils-0.8$ mvn

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Tibor Digana
Should I upgrade the version of assembly plugin and restart the vote in version 0.9 ? -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Shared-Utils-version-0-8-tp5837727p5837763.html Sent from the Maven Developers mailing list archive at Nabble.com.

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Tibor Digana
I would report a bug in 0.9 assign it to me and continue the vote. I believe you had such issue, but I trust the command mvn release:prepare which passed with all over 800 tests on original sources. Karl, maybe you can check the surefire reports html on the site. How important is -sources.jar if

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Kristian Rosenvold
+1 This has probably been released a couple of times already in this state, so my 2NOK is just to make an issue. Kristian 2015-06-17 13:29 GMT+02:00 Tibor Digana tibordig...@apache.org: I would report a bug in 0.9 assign it to me and continue the vote. I believe you had such issue, but I

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Karl Heinz Marbaise
Hi Tibor, On 6/17/15 1:19 PM, Tibor Digana wrote: Should I upgrade the version of assembly plugin and restart the vote in version 0.9 ? Hm..May be yes (i think i would do so), but the decision is yours... Kind regards Karl Heinz Marbaise

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Karl Heinz Marbaise
Hi Tibor, On 6/17/15 1:29 PM, Tibor Digana wrote: I would report a bug in 0.9 assign it to me and continue the vote. I believe you had such issue, but I trust the command mvn release:prepare which passed with all over 800 tests on original sources. Karl, maybe you can check the surefire reports

Re: issues.apache.org problems.

2015-06-17 Thread Milos Kleint
On Wed, Jun 17, 2015 at 4:48 PM, Andreas Gudian andreas.gud...@gmail.com wrote: Hi Milos, Try your asf username (without @apache.org) and the corresponding password. That should get you in. apache password == id.apache.org login? I've tried that (I can login to id.a.o but not jira). That's

Re: issues.apache.org problems.

2015-06-17 Thread Andreas Gudian
Hi Milos, Try your asf username (without @apache.org) and the corresponding password. That should get you in. Hth, Andreas Am Mittwoch, 17. Juni 2015 schrieb Milos Kleint : Hey, this is the first time round I'm trying to edit a MNG issue after migration from codehaus and while my username

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Karl Heinz Marbaise
Hi Tibor, i have a strange thing... If i check the -sources.zip file ...(Maven 3.0.5). I got the following: ~/Downloads/maven-shared-utils-0.8$ mvn clean verify [INFO] Scanning for projects... [INFO] [INFO] [INFO]

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Kristian Rosenvold
It's because the symlinks dont get packaged properly as a symlink inside source-jar. This is probably because an old version of maven-assembly-plugin has been used when building the source-jar Kristian 2015-06-17 10:09 GMT+02:00 Karl Heinz Marbaise khmarba...@gmx.de: Hi Tibor, i have a

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Tibor Digana
Kristian, Karl, What JDK version you use while building maven-shared ? Maybe this is the case, because I see in Karls Nexus staging repo Maven 3.1 or 3.2 and JDK7 and I use Maven 3.0.5 and JDK5. -- View this message in context:

Re: [VOTE] Release Apache Maven Shared Utils version 0.8

2015-06-17 Thread Tibor Digana
Let's redirect the issue in the thread Broken-build-on-maven-shared-utils. http://maven.40175.n5.nabble.com/Broken-build-on-maven-shared-utils-td5837795.html -- View this message in context:

Broken build on maven-shared-utils

2015-06-17 Thread Tibor Digana
Under some unknown conditions the build fails on tests maven-shared-utils with command mvn clean verify. Failed tests: DirectoryScannerTest.followSymlinks:179 null FileUtilsTest.copyFileThatIsSymlink:433 null Tests run: 858, Failures: 2, Errors: 0, Skipped: 27

Re: Broken build on maven-shared-utils

2015-06-17 Thread Kristian Rosenvold
I fixed the root cause by upgrading assembly-plugin to 2.5.5 in r1686055, which includes proper symlinks in the zip. Did you make an issue for this ? Kristian 2015-06-17 15:10 GMT+02:00 Tibor Digana tibordig...@apache.org: Under some unknown conditions the build fails on tests

Re: qdox component from codehaus

2015-06-17 Thread Robert Scholte
QDox has been moved to the account of Paul Hammant: https://github.com/paul-hammant/qdox He has more Codehaus originals, which depends on QDox, so this way the family stays together. And yes, I'm involved by being the project lead of QDox since 2010 :) Robert Op Wed, 17 Jun 2015 00:16:34

[GitHub] maven pull request: MNG-5297: Mark prerequisites as deprecated.

2015-06-17 Thread josephw
Github user josephw commented on the pull request: https://github.com/apache/maven/pull/51#issuecomment-112843851 @kwin , @mosabua: thanks. I've rewritten it to reflect that distinction, that it's only deprecated for compile-time enforcement. --- If your project is set up for it,