Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-31 Thread Tibor Digana
ibor -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821915.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsu

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-31 Thread Kristian Rosenvold
tructures with code > and the idea of configuring projects on regular basis, but there should some > ballance between. > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821839.html > S

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-31 Thread Tibor Digana
is, but there should some ballance between. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821839.html Sent from the Maven Developers mailing list a

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-31 Thread Kristian Rosenvold
maven-core > impl). > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821741.html > Sent from the Maven Developers mailing list archive at Nabble.com. > >

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-30 Thread Tibor Digana
rdian lock object per POM project (plugin has no notion) and use it in CAS operations (maven-core impl). -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821741.html Sent from the Maven Developers mailing list

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-30 Thread Tibor Digana
ublic Collection getMetadataList() { return Collections.unmodifiableCollection( metadataMap.values() ); } public void addMetadataList(...) { ... metadataMap ...} I don't expect semi-sequential ordering here. -- View this message in context: http://maven.40175.n5.nabble.com/Ma

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Tibor Digana
I can fix it, but I guess it will be more improvements. Karl, do we have more JIRA bugs regarding concurrency? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821675.html Sent from the Maven Developers mailing

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Karl Heinz Marbaise
HI Tibor, On 12/29/14 3:19 PM, Tibor Digana wrote: It looks like this was concurrency issue. Does it mean that methods #getBuildSummary and #addBuildSummary are called in different threads? The LifeCycleModuleBuilder calls addBuildSummary ()...where i assume it will happen if you define -T 2

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Tibor Digana
ldSummary instead of in constructor. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Commit-3b671d07340b002e13775883d09e7f7e0d9a3c49-tp5821660p5821667.html Sent from the Maven Developers mailing list a

Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-29 Thread Karl Heinz Marbaise
Hi, can someone please keep an eye on my commit to maven I've made against current Maven 3 Git repository...it looks like it solves the given issue...but i would like to have an other opinion... See MNG-5702 Thanks in Advance Kind regards Karl Heinz Marbaise