Of course, if anyone is working down stream of this, they will hate you, and it should be left as is.
On Sat, Jul 27, 2013 at 1:36 PM, Fred Cooke <fred.co...@gmail.com> wrote: > Yes, easily, if it's the HEAD just do a --amend on it and update it > yourself, Jason's name will be retained. If it's not HEAD then do rebase -i > <previous hash to the one of interest> then mark the one of interest for > comment edit and proceed. > > > On Sat, Jul 27, 2013 at 1:28 PM, Hervé BOUTEMY <herve.bout...@free.fr>wrote: > >> IIUC, this is a fix to https://jira.codehaus.org/browse/MNG-5499 >> >> I'm not a git blackbelt: can the comment be updated to add the classical >> [MNG-5499]? >> (and next time not be forgotten from initial comment :) ) >> >> I'm adding a reference to the commit in the Jira issue >> >> Regards, >> >> Hervé >> >> Le samedi 27 juillet 2013 01:45:44 jvan...@apache.org a écrit : >> > o change the scope of org.eclipse.sisu to test in the >> maven-aether-provider >> > to prevent it from leaking out to clients. >> > >> > >> > Project: http://git-wip-us.apache.org/repos/asf/maven/repo >> > Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e084ff3b >> > Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e084ff3b >> > Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e084ff3b >> > >> > Branch: refs/heads/master >> > Commit: e084ff3b8c04bdfdac62a28a1bef8ec87762d4dc >> > Parents: 0609504 >> > Author: Jason van Zyl <ja...@tesla.io> >> > Authored: Fri Jul 26 21:09:50 2013 -0400 >> > Committer: Jason van Zyl <ja...@tesla.io> >> > Committed: Fri Jul 26 21:09:50 2013 -0400 >> > >> > ---------------------------------------------------------------------- >> > maven-aether-provider/pom.xml | 30 ++++++++++++++++-------------- >> > 1 file changed, 16 insertions(+), 14 deletions(-) >> > ---------------------------------------------------------------------- >> > >> > >> > >> http://git-wip-us.apache.org/repos/asf/maven/blob/e084ff3b/maven-aether-prov >> > ider/pom.xml >> > ---------------------------------------------------------------------- >> diff >> > --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml >> index >> > 910fab6..9235f1c 100644 >> > --- a/maven-aether-provider/pom.xml >> > +++ b/maven-aether-provider/pom.xml >> > @@ -63,20 +63,6 @@ under the License. >> > <artifactId>aether-impl</artifactId> >> > </dependency> >> > <dependency> >> > - <groupId>org.eclipse.aether</groupId> >> > - <artifactId>aether-connector-wagon</artifactId> >> > - <scope>test</scope> >> > - </dependency> >> > - <dependency> >> > - <groupId>org.apache.maven.wagon</groupId> >> > - <artifactId>wagon-file</artifactId> >> > - <scope>test</scope> >> > - </dependency> >> > - <dependency> >> > - <groupId>org.eclipse.sisu</groupId> >> > - <artifactId>org.eclipse.sisu.plexus</artifactId> >> > - </dependency> >> > - <dependency> >> > <groupId>org.codehaus.plexus</groupId> >> > <artifactId>plexus-component-annotations</artifactId> >> > </dependency> >> > @@ -96,6 +82,22 @@ under the License. >> > </exclusion> >> > </exclusions> >> > </dependency> >> > + <!-- Testing --> >> > + <dependency> >> > + <groupId>org.eclipse.aether</groupId> >> > + <artifactId>aether-connector-wagon</artifactId> >> > + <scope>test</scope> >> > + </dependency> >> > + <dependency> >> > + <groupId>org.apache.maven.wagon</groupId> >> > + <artifactId>wagon-file</artifactId> >> > + <scope>test</scope> >> > + </dependency> >> > + <dependency> >> > + <groupId>org.eclipse.sisu</groupId> >> > + <artifactId>org.eclipse.sisu.plexus</artifactId> >> > + <scope>test</scope> >> > + </dependency> >> > </dependencies> >> > >> > <build> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org >> For additional commands, e-mail: dev-h...@maven.apache.org >> >> >