maven-release pull request: MRELEASE-699 release:update-versions should support -DreleaseVersion too

2012-02-19 Thread Git at Apache
GitHub user ge0ffrey synchronized the pull request at https://github.com/apache/maven-release/pull/2 MRELEASE-699 release:update-versions should support -DreleaseVersion too MRELEASE-699 release:update-versions should support -DreleaseVersion too (not only -DdevelopmentVersion), so it also

maven-release pull request: fixes for branching submodules

2012-02-19 Thread Git at Apache
GitHub user lweller synchronized the pull request at https://github.com/apache/maven-release/pull/1 fixes for branching submodules fix for issue MRELEASE-672 You can merge this pull request into a Git repository by running $ git pull https://github.com/lweller/maven-release MRELEASE-67

Re: maven release plugin introducing scm urls into modified poms

2012-02-19 Thread Ansgar Konermann
Am 20.02.2012 06:51 schrieb "Chris Graham" : > > Hi All. > > I have a multi module project that I have working perfectly. > > In tracking down a reported problem, I ran the release plugin with the > -DpreparationGoals="help:effective-pom clean verify" > > In it, I can see that it has added a scm se

maven release plugin introducing scm urls into modified poms

2012-02-19 Thread Chris Graham
Hi All. I have a multi module project that I have working perfectly. In tracking down a reported problem, I ran the release plugin with the -DpreparationGoals="help:effective-pom clean verify" In it, I can see that it has added a scm section into the poms in the modules. Although this is with Ja

Re: scm:add functionality

2012-02-19 Thread Chris Graham
Sorry, the jazz scm command line tool, is the somewhat arrogantly named "scm". "scm share" is the equilavent of "svn add" in that it brings file under source control but does not commit it (or check it into the remote workspace repository). To push it up the the stream (if it exists) we need to "s

Re: scm:add functionality

2012-02-19 Thread Brett Porter
share doesn't sound like the same thing as add, as it creates new workspaces. It seems like "add" is a no-op for Jazz, and checkin is the operation for commit - the trick is how you exclude things you didn't intend to add as it seems checkin will check everything in. My only other thought is th

scm:add functionality

2012-02-19 Thread Chris Graham
Hi All. I've got a question about the scm:add functionality. I'm stuck between a rock and a hard place in terms of the required functionality. The scm:add command, just places a file under source control but does not check it in. Ie, svn add. However, under jazz SCM/RTC, I have two scm commands

maven-release pull request: MRELEASE-699 release:update-versions should support -DreleaseVersion too

2012-02-19 Thread Git at Apache
GitHub user ge0ffrey synchronized the pull request at https://github.com/apache/maven-release/pull/2 MRELEASE-699 release:update-versions should support -DreleaseVersion too MRELEASE-699 release:update-versions should support -DreleaseVersion too (not only -DdevelopmentVersion), so it also

maven-release pull request: fixes for branching submodules

2012-02-19 Thread Git at Apache
GitHub user lweller synchronized the pull request at https://github.com/apache/maven-release/pull/1 fixes for branching submodules fix for issue MRELEASE-672 You can merge this pull request into a Git repository by running $ git pull https://github.com/lweller/maven-release MRELEASE-67

maven-plugins pull request: Patch to address http://jira.codehaus.org/browse/MSHADE-96

2012-02-19 Thread Git at Apache
GitHub user ck1125 synchronized the pull request at https://github.com/apache/maven-plugins/pull/1 Patch to address http://jira.codehaus.org/browse/MSHADE-96 Instituted a cache so that a class isn't processed more than once during shading. You can merge this pull request into a Git re

maven-plugins pull request: MCHANGES-76 aggregated report

2012-02-19 Thread Git at Apache
GitHub user sody synchronized the pull request at https://github.com/apache/maven-plugins/pull/3 MCHANGES-76 aggregated report http://jira.codehaus.org/browse/MCHANGES-76 Added aggregated option to ChangesMojo to generate aggregated changes report You can merge this pull request into a