Maven Indexer code to git?

2014-04-14 Thread Olivier Lamy
Hi, Someone with a strong opposition to move maven-indexer code to git? If no one complains within 72H, I will ask migration to infra. Cheers, -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy -

[VOTE] Release Apache Maven Checkstyle Plugin version 2.12.1

2014-04-14 Thread Dennis Lundberg
Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=20236&styleName=Html There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11127&status=1 Staging repo: https://repository.apache.org/con

[ANN] Apache Maven Changes Plugin 2.10 Released

2014-04-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Maven Changes Plugin, version 2.10 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your

Re: Thoughts on overriding scope in a profile without needing version

2014-04-14 Thread Paul Benedict
Yes, I am aware of moving versions out into variables when they need to be referenced multiple times. I just don't think the repetition is needed; the artifact is basically chosen by the global dependency management; the version really becomes irrelevant in my profile usage. Would this be suitable

Re: Thoughts on overriding scope in a profile without needing version

2014-04-14 Thread Alexander Kriegisch
You can use a property in your root POM and refer to it in all your dependencyManagement sections. While this is not perfect, it works. I am enclosing depMgmt sections in profiles whenever I need to override scope for a certain dependency. It is not quite what I want, but does the trick. -- Al

Thoughts on overriding scope in a profile without needing version

2014-04-14 Thread Paul Benedict
I have a need that (I don't think) Maven supports. But I would like to hear from the Maven developers on the feature. My application targets different appservers. I have all my dependencies specified under , but I use different profiles (appserver specific) to change which dependencies are provide

Re: Why is dependency:unpack evil

2014-04-14 Thread Baptiste Mathus
FWIW, we've used that in the past to store and version our PMD & checkstyle rules configs for the organization for example. IMO, indeed more maven-ish in the sense that you only describe the resource you need (/what/), but not the /how/ (which scripting-like things like dependency:unpack tends to d

Re: Why is dependency:unpack evil

2014-04-14 Thread Dominik Bartholdi
Thanks Babtiste, I never used the m-remote-resource-p so far, but after reading through the docu it seem to fit into my needs. …maybe the name is a bit misleading - I think m-shared-resources-p would disci be it a lot better. I’ll take a closer look at it and if it fits, I have to start a lengthy

Re: Why is dependency:unpack evil

2014-04-14 Thread Baptiste Mathus
Sorry, coming in a bit late here, but isn't is more a use-case for m-remote-resources-p? Cheers 2014-04-13 15:43 GMT+02:00 Dominik Bartholdi : > We use the dependency:unpack to get hold on a couple of WSDL files > packaged within a WAR (or jar, zip). > These WSDLs the are the input to generate