Hi Antonio, Thanks, I'll give it a try !
As a workaround I've currently just hardcoded the entire path to the target, but that is not a good solution. Thanks again! Regards Arne > > Hi Antonio > > I tried adding <version>2.2-SNAPSHOT</version> to the > module plugin, > > but it didn't find it. > > How should I og about getting the 2.2 version ? > > You have to add the snapshot repository to your pom, or to > your settings.xml: > > /* snip */ > <pluginRepositories> > <pluginRepository> > <id>apache.snapshots</id> > > <url>http://people.apache.org/repo/m2-snapshot-repository/</url> > <snapshots> > <enabled>true</enabled> > </snapshots> > <releases> > <enabled>false</enabled> > </releases> > </pluginRepository> > </pluginRepositories> > /* snap */ > > HTH > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
