Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1

2016-05-29 Thread Anders Hammar
+1 /Anders On Sun, May 29, 2016 at 12:07 AM, Karl Heinz Marbaise wrote: > Hi, > > We have solved 5 issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1 > > There are still a couple of issues left in JIRA: > > https://iss

Integrating maven with other tooling

2016-05-29 Thread James Roper
Hi all, I'm looking to write some tooling that integrates with maven by programatically interrogating the build to get, for example, a list of projects, their transitive dependencies, etc. What I don't want to do is reimplement maven - I don't want to parse the pom file myself and resolve depende

Re: Strange GIT

2016-05-29 Thread Fred Cooke
I take that back. In a single blow, you changed the entire file! Why? Because since that file was created on Christmas eve 2015, it has had broken line endings. Fix up the line endings and move on. On Mon, May 30, 2016 at 4:20 PM, Fred Cooke wrote: > I cloned it, assuming you're talking about th

Re: Strange GIT

2016-05-29 Thread Fred Cooke
I cloned it, assuming you're talking about the linked hash, which is the tip/head of master, then the diff shown is correct, you moved the package declaration around under the auspices of "investigating". Your change must be in an earlier commit. I looked at a few, but gave up. On Mon, May 30, 201

Strange GIT

2016-05-29 Thread Tibor Digana
Hi all, The Git/GitHub diff does not show me real changes [1] I made. Our Jenkins CI does not update the Maven project with these changes. What's going on wrong? I am using git 1.9.5.0.msysgit.0. The content [2] on GitHub contains my changes but the diff does not. [1] https://github.com/apache/

Re: maven-wagon git commit: [WAGON-457] Wagon tests fail on Windows because Subversion crashes on a test repo

2016-05-29 Thread Robert Scholte
That did the trick, great! Robert On Sun, 29 May 2016 20:12:20 +0200, Michael Osipov wrote: Am 2016-05-29 um 09:26 schrieb Robert Scholte: I'm having issues with maven-scm-provider-svntest when used by the maven-scm-plugin. Could this fix help there as well? You are probably talking abo

Re: Merging maven-release-plugin config

2016-05-29 Thread Michael Osipov
Thanks for the clarification! I will leave it as-is. Michael Am 2016-05-29 um 11:14 schrieb Christopher: For what it's worth, they are *not* equivalent: The element only applies to the release:perform goal, not the release:prepare goal. , on the other hand gets used by both goals. Thus, the

Re: maven-wagon git commit: [WAGON-457] Wagon tests fail on Windows because Subversion crashes on a test repo

2016-05-29 Thread Michael Osipov
Am 2016-05-29 um 09:26 schrieb Robert Scholte: I'm having issues with maven-scm-provider-svntest when used by the maven-scm-plugin. Could this fix help there as well? You are probably talking about this file: https://github.com/apache/maven-scm/blob/maven-scm-1.9.4/maven-scm-providers/maven-sc

Plexus Archiver Version 3.3 Released

2016-05-29 Thread Karl Heinz Marbaise
Hi to all, a new release of the plexus-archiver (3.3) has been released. The release Notes can be found here: https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md#release-33 The new updated site: http://codehaus-plexus.github.io/plexus-archiver/ Note: Synch to centr

Re: Merging maven-release-plugin config

2016-05-29 Thread Christopher
For what it's worth, they are *not* equivalent: The element only applies to the release:perform goal, not the release:prepare goal. , on the other hand gets used by both goals. Thus, the ASF parent has activated the apache-release profile on both goals, and the Maven parent only activates it for

Re: maven-wagon git commit: [WAGON-457] Wagon tests fail on Windows because Subversion crashes on a test repo

2016-05-29 Thread Robert Scholte
I'm having issues with maven-scm-provider-svntest when used by the maven-scm-plugin. Could this fix help there as well? thanks, Robert On Sat, 28 May 2016 23:56:06 +0200, wrote: Repository: maven-wagon Updated Branches: refs/heads/master f3462c3f2 -> 6df8f317f [WAGON-457] Wagon tests fa