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
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
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