Julian Di Leonardo

Results 10 comments of Julian Di Leonardo

Are your clients configured to respect remote sampling?

> it'd be a bit hard to discover - how do one gets to that page? Tabulating the top nav to have an "All Projects" and an "All Builds" could...

i think this *might* be solved with this https://github.com/mojohaus/versions-maven-plugin/issues/274

I think i'm responsible for some of the other "parentProcessing" Mojo's. One thing i noticed recently, is that if you try to "processParent" but you have no snapshot dependencies, it...

I've reproduced it with the head of master, so 2.6-SNAPSHOT. Which i'm just starting to use now. I am currently on 2.1 but as part of my move to 2.6...

What i've done locally and temporarily is gone into the 3 VersionComparator classes, commented out the throw to InvalidSegment exception and instead ``` System.out.println(String.format( "Can't Touch this: Invalid segment, %d,...

https://github.com/mojohaus/versions-maven-plugin/issues/78

Last time i was in the code I did not see it implemented.

@chonton @tbroyer I believe this solved the problem i was having with using https://github.com/tbroyer/gwt-maven-plugin Any of my submodules using the plugin would not register with the deploy "count", and i'd...

I second this feature. Currently i'm building a huge project(27 git repo's) and each repo has it's own parent pom. What i'm looking to do is create a Parent Repo,...