
Author: seb Date: Mon Jan 29 11:58:00 2007 New Revision: 1286 Modified: logback/trunk/pom.xml Log: Now using the new version of the retrotranslator plugin. Since it's a snapshot version and needs a special repository (snapshots.repository.codehaus.org), the repository info was added in the profile element. Modified: logback/trunk/pom.xml ============================================================================== --- logback/trunk/pom.xml (original) +++ logback/trunk/pom.xml Mon Jan 29 11:58:00 2007 @@ -156,8 +156,10 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>retrotranslator-maven-plugin</artifactId> + <version>1.0-SNAPSHOT</version> <inherited>true</inherited> <configuration> + <advanced>true</advanced> <verifyClasspath> <element>${path.to.rt.jar}</element> </verifyClasspath> @@ -165,6 +167,19 @@ </plugin> </plugins> </build> + <pluginRepositories> + <pluginRepository> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + <id>snapshots.repository.codehaus.org</id> + <name>Retrotranslator-Snapshot-Repo</name> + <url>http://snapshots.repository.codehaus.org</url> + </pluginRepository> + </pluginRepositories> </profile> </profiles>
participants (1)
-
noreply.seb@qos.ch