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>


Reply via email to