You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/11/24 04:09:54 UTC

svn commit: r478755 - /tapestry/tapestry4/trunk/pom.xml

Author: jkuhnert
Date: Thu Nov 23 19:09:54 2006
New Revision: 478755

URL: http://svn.apache.org/viewvc?view=rev&rev=478755
Log:
Cobetura plugin is b0rken, commenting out.

Modified:
    tapestry/tapestry4/trunk/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=478755&r1=478754&r2=478755
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Thu Nov 23 19:09:54 2006
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
@@ -31,9 +30,7 @@
 
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry4/trunk</connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/
-        </developerConnection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/</developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/tapestry/tapestry4/trunk</url>
     </scm>
 
@@ -218,7 +215,7 @@
                 <artifactId>selenium-java-client-driver</artifactId>
                 <version>0.8.1</version>
                 <scope>test</scope>
-            </dependency>   
+            </dependency>
             <dependency>
                 <groupId>org.openqa.selenium.server</groupId>
                 <artifactId>selenium-server</artifactId>
@@ -229,6 +226,21 @@
     </dependencyManagement>
 
     <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <inherited>true</inherited>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -333,11 +345,13 @@
                 <version>2.1-SNAPSHOT</version>
                 <inherited>true</inherited>
             </plugin>
+            <!--
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
                 <version>2.1-SNAPSHOT</version>
             </plugin>
+             -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
@@ -377,6 +391,7 @@
                 <configuration>
                     <linksource>true</linksource>
                     <aggregate>true</aggregate>
+                    <excludePackageNames>org.apache.tapestry.timetracker.*:org.apache.tapestry.workbench.*:org.apache.tapestry.vlib.*:org.apache.tapestry.wap.*</excludePackageNames>
                     <tags>
                         <tag>
                             <name>todo</name>
@@ -393,9 +408,7 @@
                         <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
                         <link>http://www.ognl.org/2.6.9/Documentation/javadoc/</link>
                     </links>
-                    <stylesheetfile>
-                        ${basedir}/src/site/resources/css/jdstyle.css
-                    </stylesheetfile>
+                    <stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
                 </configuration>
             </plugin>
             <plugin>
@@ -431,9 +444,9 @@
             <url>http://howardlewisship.com/repository</url>
         </repository>
         <repository>
-            <id>openqa</id> 
-            <name>OpenQA Maven Repository</name> 
-            <url>http://maven.openqa.org/</url> 
+            <id>openqa</id>
+            <name>OpenQA Maven Repository</name>
+            <url>http://maven.openqa.org/</url>
         </repository>
     </repositories>