]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Authenticate SLC execution threads
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7a8c369b738f8a3cd6950d040fb7f4720a808b1c..ea34cd896c199cb3f5d8d7c76f9442bb88e22f14 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -151,100 +151,100 @@ limitations under the License.
                        <url>file://${site.repoBase}/${developmentCycle.slc}/</url>
                </site>
        </distributionManagement>
-       <reporting>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>2.3.1</version>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>index</report>
-                                                       <report>summary</report>
-                                                       <report>license</report>
-                                                       <report>scm</report>
-                                                       <report>issue-tracking</report>
-                                                       <report>dependencies</report>
-                                               </reports>
-                                       </reportSet>
-                                       <reportSet>
-                                               <inherited>false</inherited>
-                                               <reports>
-                                                       <report>project-team</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.7</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                                       <encoding>UTF-8</encoding>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jxr-plugin</artifactId>
-                               <version>2.2</version>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-report-plugin</artifactId>
-                               <version>2.7.1</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>taglist-maven-plugin</artifactId>
-                               <version>2.4</version>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                                       <tags>
-                                               <tag>TODO</tag>
-                                               <tag>FIXME</tag>
-                                               <tag>@deprecated</tag>
-                                       </tags>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-changelog-plugin</artifactId>
-                               <version>2.2</version>
-                               <inherited>false</inherited>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-pmd-plugin</artifactId>
-                               <version>2.3</version>
-                               <inherited>false</inherited>
-                               <configuration>
-                                       <linkXref>true</linkXref>
-                                       <targetJdk>1.5</targetJdk>
-                                       <aggregate>true</aggregate>
-                                       <excludes>
-                                               <exclude>**/springutil/*.java</exclude>
-                                       </excludes>
-                               </configuration>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>cpd</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-               </plugins>
-       </reporting>
+<!--   <reporting> -->
+<!--           <plugins> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-project-info-reports-plugin</artifactId> -->
+<!--                           <version>2.3.1</version> -->
+<!--                           <reportSets> -->
+<!--                                   <reportSet> -->
+<!--                                           <reports> -->
+<!--                                                   <report>index</report> -->
+<!--                                                   <report>summary</report> -->
+<!--                                                   <report>license</report> -->
+<!--                                                   <report>scm</report> -->
+<!--                                                   <report>issue-tracking</report> -->
+<!--                                                   <report>dependencies</report> -->
+<!--                                           </reports> -->
+<!--                                   </reportSet> -->
+<!--                                   <reportSet> -->
+<!--                                           <inherited>false</inherited> -->
+<!--                                           <reports> -->
+<!--                                                   <report>project-team</report> -->
+<!--                                           </reports> -->
+<!--                                   </reportSet> -->
+<!--                           </reportSets> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-javadoc-plugin</artifactId> -->
+<!--                           <version>2.7</version> -->
+<!--                           <inherited>false</inherited> -->
+<!--                           <configuration> -->
+<!--                                   <aggregate>true</aggregate> -->
+<!--                                   <encoding>UTF-8</encoding> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-jxr-plugin</artifactId> -->
+<!--                           <version>2.2</version> -->
+<!--                           <configuration> -->
+<!--                                   <aggregate>true</aggregate> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-surefire-report-plugin</artifactId> -->
+<!--                           <version>2.7.1</version> -->
+<!--                           <inherited>false</inherited> -->
+<!--                           <configuration> -->
+<!--                                   <aggregate>true</aggregate> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.codehaus.mojo</groupId> -->
+<!--                           <artifactId>taglist-maven-plugin</artifactId> -->
+<!--                           <version>2.4</version> -->
+<!--                           <configuration> -->
+<!--                                   <aggregate>true</aggregate> -->
+<!--                                   <tags> -->
+<!--                                           <tag>TODO</tag> -->
+<!--                                           <tag>FIXME</tag> -->
+<!--                                           <tag>@deprecated</tag> -->
+<!--                                   </tags> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-changelog-plugin</artifactId> -->
+<!--                           <version>2.2</version> -->
+<!--                           <inherited>false</inherited> -->
+<!--                   </plugin> -->
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-pmd-plugin</artifactId> -->
+<!--                           <version>2.3</version> -->
+<!--                           <inherited>false</inherited> -->
+<!--                           <configuration> -->
+<!--                                   <linkXref>true</linkXref> -->
+<!--                                   <targetJdk>1.5</targetJdk> -->
+<!--                                   <aggregate>true</aggregate> -->
+<!--                                   <excludes> -->
+<!--                                           <exclude>**/springutil/*.java</exclude> -->
+<!--                                   </excludes> -->
+<!--                           </configuration> -->
+<!--                           <reportSets> -->
+<!--                                   <reportSet> -->
+<!--                                           <reports> -->
+<!--                                                   <report>cpd</report> -->
+<!--                                           </reports> -->
+<!--                                   </reportSet> -->
+<!--                           </reportSets> -->
+<!--                   </plugin> -->
+<!--           </plugins> -->
+<!--   </reporting> -->
        <profiles>
                <profile>
                        <id>developer</id>