You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/04/22 19:59:54 UTC

svn commit: r531240 - /incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml

Author: dashorst
Date: Sun Apr 22 10:59:53 2007
New Revision: 531240

URL: http://svn.apache.org/viewvc?view=rev&rev=531240
Log:
pom cleanup

Modified:
    incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml

Modified: incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml?view=diff&rev=531240&r1=531239&r2=531240
==============================================================================
--- incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.6/wicket/pom.xml Sun Apr 22 10:59:53 2007
@@ -61,63 +61,20 @@
 
 		<plugins>
 			<plugin>
-				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-assembly-plugin</artifactId>
-<!--
-				<configuration>
-					<appendAssemblyId>false</appendAssemblyId>
-					<descriptors>
-						<descriptor>src/assembly/bin.xml</descriptor>
-					</descriptors>
-					<finalName>${artifactId}-${version}</finalName>
-					<outputDirectory>target/distributions</outputDirectory>
-					<workDirectory>target/assembly/work</workDirectory>
-				</configuration>
--->
 			</plugin>
 			<plugin>
-				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<minmemory>128m</minmemory>
-					<maxmemory>256m</maxmemory>
-				</configuration>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<plugin>
-				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<includes>
-						<include>**/*Test.java</include>
-					</includes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>surefire-report-maven-plugin</artifactId>
 			</plugin>
 		</plugins>
 	</build>
@@ -142,10 +99,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>surefire-report-maven-plugin</artifactId>
 			</plugin>
 		</plugins>
 	</reporting>