Add method to remove peer by identity
[jFCPlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5acb737..1555ce0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>${plugin.javadoc.version}</version>
+                               <configuration>
+                                       <detectLinks>true</detectLinks>
+                                       <links>
+                                               <link>http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/</link>
+                                       </links>
+                               </configuration>
                                <executions>
                                        <execution>
                                                <id>attach-javadocs</id>
                                                <goals>
                                                        <goal>check</goal>
                                                </goals>
-                                               <configuration>
-                                                       <rules>
-                                                               <!--  implmentation is needed only for Maven 2  -->
-                                                               <rule implementation="org.jacoco.maven.RuleConfiguration">
-                                                                       <element>BUNDLE</element>
-                                                                       <limits>
-                                                                               <!--  implmentation is needed only for Maven 2  -->
-                                                                               <limit implementation="org.jacoco.report.check.Limit">
-                                                                                       <counter>COMPLEXITY</counter>
-                                                                                       <value>COVEREDRATIO</value>
-                                                                                       <minimum>0.60</minimum>
-                                                                               </limit>
-                                                                       </limits>
-                                                               </rule>
-                                                       </rules>
-                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>