Add some repo info and plugins
This commit is contained in:
parent
465f76cb22
commit
662b680cb4
14
pom.xml
14
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue