Re: Build failed in Jenkins: dist-tool-plugin #1053

2015-11-24 Thread Hervé BOUTEMY
great fix: thank you Tamas Regards, Hervé Le mardi 24 novembre 2015 08:44:29 Tamás Cservenák a écrit : > Hi there, > > first, sorry for very late response, I had some misconfigured filters > pushing Jenkins emails down the pit (as migrated from Gmail to Inbox). > > == > > There was a

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-24 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159399815 Organize import in ```DefaultVersionRangeResolver``` and squash commit. --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-24 Thread Jochen Wiedmann
What exactly is it, you'd like to detect? On Wed, Nov 25, 2015 at 8:11 AM, Kristian Rosenvold wrote: > I poked around in the depdenedncy analyzer code to see if I could make > it "see" the following code: > > Module 1: > public class Test2 { > public static

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-24 Thread Andreas Gudian
AFAIR, such constants (primitives and Strings) are inlined by the compiler - and the dependeny analyzer works on the bytecode and not the sources, right? Am Mittwoch, 25. November 2015 schrieb Jochen Wiedmann : > What exactly is it, you'd like to detect? > > > On Wed, Nov 25, 2015 at 8:11 AM,

Why can't dependency plugin "see" statics /and staticimports

2015-11-24 Thread Kristian Rosenvold
I poked around in the depdenedncy analyzer code to see if I could make it "see" the following code: Module 1: public class Test2 { public static final int AZAZ = 42; } Module 2: import foo.Test2; public class BarMain { public static void main(String[] args) {

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-24 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159366801 @barthel Git gives me: > git merge --no-commit barthel/MNG-3092 Auto-merging

Re: Build failed in Jenkins: dist-tool-plugin #1053

2015-11-24 Thread Tamás Cservenák
Hi there, first, sorry for very late response, I had some misconfigured filters pushing Jenkins emails down the pit (as migrated from Gmail to Inbox). == There was a misconfiguration issue on RSO Nexus of Sonatype, that synced more than it should (initially it should sync only Sonatype stuff to

[GitHub] maven pull request: MNG-4463: Version ranges cannot be used for ar...

2015-11-24 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/64#issuecomment-159242816 No problem, the 3.3.10 release took so much longer than expected so everyone's schedules got thrown off. Either @michael-o or myself will look at it when you're ready.