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/12 22:20:19 UTC

svn commit: r528220 - /incubator/wicket/branches/wicket-1.x/pom.xml

Author: dashorst
Date: Thu Apr 12 13:20:18 2007
New Revision: 528220

URL: http://svn.apache.org/viewvc?view=rev&rev=528220
Log:
Fixed sources trouble that includes the whole disk volume. The LICENSE.txt and NOTICE.txt files referenced are obsolete: NOTICE has moved to src/main/resources/META-INF and license.txt has been replaced by the apache remote resources bundle

Modified:
    incubator/wicket/branches/wicket-1.x/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/pom.xml?view=diff&rev=528220&r1=528219&r2=528220
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Thu Apr 12 13:20:18 2007
@@ -372,15 +372,6 @@
 		<resources>
 			<resource>
 				<filtering>false</filtering>
-				<directory>${basedir}</directory>
-				<targetPath>META-INF</targetPath>
-				<includes>
-					<include>NOTICE.txt</include>
-					<include>LICENSE.txt</include>
-				</includes>
-			</resource>
-			<resource>
-				<filtering>false</filtering>
 				<directory>${basedir}/src/main/java</directory>
 				<includes>
 					<include>**/*</include>
@@ -423,6 +414,16 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
+				<inherited>true</inherited>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<inherited>true</inherited>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
 				<inherited>true</inherited>
 			</plugin>
 			<plugin>