Browse Source

Add some repo info and plugins

Carlos Sanchez 19 năm trước cách đây
mục cha
commit
662b680cb4
1 tập tin đã thay đổi với 9 bổ sung5 xóa
  1. 9 5
      pom.xml

+ 9 - 5
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>