Re: ssh extension in Apache parent pom

2011-04-18 Thread Brian Fox
On Sun, Apr 17, 2011 at 5:11 PM, Jochen Wiedmann wrote: > On Sun, Apr 17, 2011 at 9:50 PM, Olivier Lamy wrote: > >> AFAIK wagon ssh is included in site plugin 3.0-beta-3  dependencies. > > That's not the same than adding it to the pom as an extension, isn't it? > > > >> BTW there are still people

3.0.4 release ?

2011-04-18 Thread Arnaud HERITIER
Hi all, 3.0.3 was released a little bit more than 6 weeks ago but Benjamin doesn't have the time to work on a 3.0.4 for now. It was a good thing for our community to have regularly a bugfix release. Is there someone else in the team who may find some time to fix some issues and push a new re

Re: How to create a custom repository layout

2011-04-18 Thread Lucas Persson
Thanks Benjamin It works great! /Lucas On 04/18/2011 03:35 PM, Benjamin Bentmann wrote: Lucas Persson wrote: I got a tip that I can implement org.sonatype.aether.spi.connector.RepositoryConnectorFactory but I do

Maven ate my hard drive !

2011-04-18 Thread Julien Nicoulaud
Hi all, Maven can eat up a lot of disk space... I'm sharing those two Bash scripts I use for freeing some space: https://github.com/nicoulaj/dotfiles/blob/master/bin/mvn-clean-projects - Looks for Maven projects in $HOME and does a "mvn clean" https://github.com/nicoulaj/dotfiles/blob/master/bin/

Re: How to create a custom repository layout

2011-04-18 Thread Benjamin Bentmann
Lucas Persson wrote: I got a tip that I can implement org.sonatype.aether.spi.connector.RepositoryConnectorFactory but I do not really understand how to package that into a maven plugin, or it is simply to use the element in the pom.xml? Yes, just make sure your JAR has the META-INF/plexus/c

How to create a custom repository layout

2011-04-18 Thread Lucas Persson
Hi In Maven 2 I could define my own repository layout for remote repositories by implementing the org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout interface and drop the implementation in maven/lib. I understand that this i