<enabled>false</enabled>\r
</snapshots>\r
</repository>\r
- <repository>\r
+<!-- <repository>\r
<id>maven1-repository.dev.java.net</id>\r
<name>Java.net Maven 1 Repository</name>\r
<url>http://download.java.net/maven/1</url>\r
<snapshots>\r
<enabled>false</enabled>\r
</snapshots>\r
- </repository>\r
+ </repository>-->\r
\r
<repository>\r
<id>maven-restlet</id>\r
<plugin>\r
<groupId>org.apache.maven.plugins</groupId>\r
<artifactId>maven-project-info-reports-plugin</artifactId>\r
+ <version>2.3.1</version>\r
<configuration> </configuration>\r
<reportSets>\r
<reportSet>\r
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.7.1</version>
<configuration>
<systemProperties>
<property>
</systemProperties>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jboss-maven-plugin</artifactId>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.7.3</version>
<executions>
<execution>
<goals>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
+ <artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>