You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/07/31 23:17:25 UTC

svn commit: r427279 - /cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml

Author: jheymans
Date: Mon Jul 31 14:17:25 2006
New Revision: 427279

URL: http://svn.apache.org/viewvc?rev=427279&view=rev
Log:
pom cleanup, preparing for block release

Modified:
    cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml

Modified: cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml?rev=427279&r1=427278&r2=427279&view=diff
==============================================================================
--- cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-core/pom.xml Mon Jul 31 14:17:25 2006
@@ -22,14 +22,13 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-deployer</artifactId>    
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
   
   <artifactId>cocoon-deployer-core</artifactId>
   <version>1.0.0-SNAPSHOT</version>
     
   <name>Cocoon Deployer - Core</name>
-  <url>http://cocoon.apache.org</url>
     
   <dependencies>
     <dependency>
@@ -105,82 +104,4 @@
       </plugin>
     </plugins>
   </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>     
-      </plugin>  
-      <!--plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0-beta-3-SNAPSHOT</version>
-      </plugin-->    
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin-->         
-      <!--plugin>
-        <artifactId>maven-clover-plugin</artifactId>
-        <configuration>
-          <jdk>1.5</jdk>
-          <licenseFile>${basedir}/tools/licenses/clover.license</licenseFile>    
-        </configuration>       
-      </plugin-->    
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.0-SNAPSHOT</version>       
-      </plugin-->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-1-SNAPSHOT</version>
-      </plugin>   
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <reportSets>
-          <reportSet>
-            <id>dual-report</id>
-            <configuration>
-              <type>range</type>
-              <range>30</range>
-            </configuration>
-            <reports>
-              <report>changelog</report>
-              <report>file-activity</report>
-              <report>dev-activity</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin-->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>simian-report-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </plugin>
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-      </plugin-->    
-    </plugins>   
-  </reporting>  
-  
-  <pluginRepositories>
-    <pluginRepository>
-      <id>Maven Codehaus Snapshots</id>
-      <url>http://snapshots.maven.codehaus.org/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>   
-  </pluginRepositories>  
-
 </project>