]> source.dussan.org Git - archiva.git/commitdiff
reduce number of reports included
authorBrett Porter <brett@apache.org>
Thu, 11 Feb 2010 02:32:53 +0000 (02:32 +0000)
committerBrett Porter <brett@apache.org>
Thu, 11 Feb 2010 02:32:53 +0000 (02:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908808 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/pom.xml
archiva-modules/src/site/site.xml

index 6420502b3b7e16e59f21fbae98f8e00c5bd1453f..20b0d1bf09ea17bb0685e9940eeb5eb6d614d318 100644 (file)
   </modules>
   <reporting>
     <plugins>
+      <!-- No need for the standard project reports -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <!-- Disabled - not working
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+      -->
+      <!-- Disabled - not currently being used to correct errors
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
           <configLocation>config/maven_checks.xml</configLocation>
-          <!-- TODO: enable when archiva-build-resources is active (released?)
+          <!- - TODO: enable when archiva-build-resources is active (released?)
           <configLocation>checkstyle.xml</configLocation>
           <headerLocation>header.txt</headerLocation>
-            -->
+            - ->
         </configuration>
       </plugin>
+      -->
 <!-- TODO: OOME
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <version>1.1.1</version>
       </plugin>
 -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.2</version>
-      </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.4</version>
             <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
           </links>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <!-- Don't need tests -->
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
+      <!-- TODO: choose appropriate rulesets
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <!-- TODO: choose appropriate rulesets -->
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
+      -->
+      <!-- Not being checked
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
       </plugin>
+      -->
     </plugins>
   </reporting>
   <profiles>
index 50be15ca79db8df415167411ecea35a819b2d9c4..8f7ecf05d245b470bccac9e0042d365b0a82918b 100644 (file)
 -->
     </breadcrumbs>
 
-    <menu name="Developers">
-      <item name="About" href="/index.html" />
-    </menu>
-
     <menu ref="modules" />
   </body>
 </project>