You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2011/12/11 16:36:11 UTC

svn commit: r1213015 - in /cxf/trunk: parent/pom.xml src/site/site.xml

Author: bimargulies
Date: Sun Dec 11 15:36:10 2011
New Revision: 1213015

URL: http://svn.apache.org/viewvc?rev=1213015&view=rev
Log:
Stop trying to report surefire and checkstyle. Since we fail the build for test failures and checkstyle violations,
it makes the site build wildly slower to no purpose at all.

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/src/site/site.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1213015&r1=1213014&r2=1213015&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Sun Dec 11 15:36:10 2011
@@ -1411,41 +1411,6 @@
         </dependencies>
     </dependencyManagement>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.4</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.9</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.8</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.8</version>
-                <configuration>
-                    <encoding>UTF-8</encoding>
-                    <configLocation>cxf-checkstyle${cxf.checkstyle.extension}.xml</configLocation>
-                    <consoleOutput>true</consoleOutput>
-                    <failsOnError>true</failsOnError>
-                    <linkXRef>false</linkXRef>
-                    <suppressionsLocation>cxf-checkstyle-suppressions.xml</suppressionsLocation>
-                    <sourceDirectory>${basedir}/src</sourceDirectory>
-                    <excludes>**/archetype-resources/**/*.java</excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-
     <profiles>
         <profile>
             <id>jdk15</id>

Modified: cxf/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/src/site/site.xml?rev=1213015&r1=1213014&r2=1213015&view=diff
==============================================================================
--- cxf/trunk/src/site/site.xml (original)
+++ cxf/trunk/src/site/site.xml Sun Dec 11 15:36:10 2011
@@ -35,5 +35,10 @@ under the License.
       <!-- perhaps needs to point at just this part of the site -->
       <item name="Apache CXF"  href="http://cxf.apache.org/index.html" />
     </breadcrumbs>
+    <menu name="CXF">
+      <item name="Home" href="index.html" />
+    </menu>
+    <menu ref="modules" inherit="bottom" />
+    <menu ref="reports" inherit="bottom" />
   </body>
 </project>
\ No newline at end of file