Re: Full migration to Git

2015-10-02 Thread Behrooz Nobakht
We have also used Subgit[1] to do a one-time migration to Git from a large SVN. We also needed to use specific branch/tag filtering for which Subgit took around 5 days to complete. Hope this helps. Regards, Behrooz [1]: http://www.subgit.com/ On Fri, Oct 2, 2015 at 11:37 PM, Jörg Schaible wro

[GitHub] maven pull request: MNG-5899 Reactor should use reduced dependency...

2015-10-02 Thread trask
GitHub user trask opened a pull request: https://github.com/apache/maven/pull/69 MNG-5899 Reactor should use reduced dependency pom You can merge this pull request into a Git repository by running: $ git pull https://github.com/trask/maven MNG-5899 Alternatively you can revie

Re: Full migration to Git

2015-10-02 Thread Jörg Schaible
Kristian Rosenvold wrote: > This did not go well. I was able to get a full backup of asf svn up on > my server, but unfortunately git-svn barfed on it. So I suppose some > heavy filter-branching over the current git-svn clones is the only way > to go, Never tried myself, but reposurgeon is suppos

Re: Full migration to Git

2015-10-02 Thread Kristian Rosenvold
This did not go well. I was able to get a full backup of asf svn up on my server, but unfortunately git-svn barfed on it. So I suppose some heavy filter-branching over the current git-svn clones is the only way to go, Kristian 2015-09-30 2:28 GMT+02:00 Barrie Treloar : > On 3 June 2015 at 18:14,

Re: How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
Thanks, Igor! On Fri, Oct 2, 2015 at 3:03 PM, Igor Fedorenko wrote: > @Component > private ResourceManager locator; > > -- > Regards, > Igor > > On Fri, Oct 2, 2015, at 06:31 AM, Jochen Wiedmann wrote: >> Hi, >> >> I am trying to migrate a plugin from XDoclet to Annotations. In my new >> Mojo, I

Re: How to inject a ResourceManager?

2015-10-02 Thread Igor Fedorenko
@Component private ResourceManager locator; -- Regards, Igor On Fri, Oct 2, 2015, at 06:31 AM, Jochen Wiedmann wrote: > Hi, > > I am trying to migrate a plugin from XDoclet to Annotations. In my new > Mojo, I have a parameter declared like this: > > /** > * Plexus resource manager use

[GitHub] maven pull request: MNG-3092: Filter Version Range Result

2015-10-02 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/68#issuecomment-144997575 Only b6d72699c8b0089351f797e217d635424c1ae5a2 contains the enhancements. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] maven pull request: MNG-3092: Filter Version Range Result

2015-10-02 Thread barthel
GitHub user barthel opened a pull request: https://github.com/apache/maven/pull/68 MNG-3092: Filter Version Range Result The discussion on issue [MNG-3092](https://issues.apache.org/jira/browse/MNG-3092) shows the seriously needs of different kinds of version range resolving in Mav

Releasing the assembly plugin

2015-10-02 Thread Benson Margulies
Could we do this? I'm waiting on the 'snappy' support. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[GitHub] maven pull request: MNG-3092: Add strategy based version range res...

2015-10-02 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/57#issuecomment-144993151 I closed this pull request and I come back soon with a less invasive filter solution. --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] maven pull request: MNG-3092: Add strategy based version range res...

2015-10-02 Thread barthel
Github user barthel closed the pull request at: https://github.com/apache/maven/pull/57 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
Hi, I am trying to migrate a plugin from XDoclet to Annotations. In my new Mojo, I have a parameter declared like this: /** * Plexus resource manager used to obtain XSL. */ @Parameter(required=true, readonly=true) private ResourceManager locator; This used to work perfectly