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

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