Add some repo info and plugins

This commit is contained in:
Carlos Sanchez 2006-04-25 16:32:04 +00:00
parent 465f76cb22
commit 662b680cb4
1 changed files with 9 additions and 5 deletions

14
pom.xml
View File

@ -69,13 +69,17 @@
<id>acegi-snapshot</id>
<name>Acegi snapshot repository</name>
<url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>apache-maven-snapshots</id>
<name>Apache snapshot repository</name>
<url>http://svn.apache.org/maven-snapshot-repository/</url>
<layout>default</layout>
<url>http://svn.apache.org/maven-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
@ -237,8 +241,8 @@
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>