You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/02/20 09:32:14 UTC

svn commit: r509481 - /incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml

Author: matzew
Date: Tue Feb 20 01:32:14 2007
New Revision: 509481

URL: http://svn.apache.org/viewvc?view=rev&rev=509481
Log:
some plugin works (source and javadoc jar overhaulment)

Modified:
    incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml

Modified: incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml?view=diff&rev=509481&r1=509480&r2=509481
==============================================================================
--- incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml (original)
+++ incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/pom.xml Tue Feb 20 01:32:14 2007
@@ -163,24 +163,6 @@
       <timezone>-5</timezone>
     </developer>
   </developers>
-  
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-      </resource>
-      <!-- also include license and notice files in all the jars -->
-      <resource>
-        <directory>${basedir}/</directory>
-        <includes>
-          <include>NOTICE.txt</include>
-          <include>LICENSE.txt</include>
-          <include>INCUBATOR_NOTICE.txt</include>
-        </includes>
-        <targetPath>META-INF</targetPath>
-      </resource>
-    </resources>
-  </build>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating</connection>
@@ -226,21 +208,6 @@
     <profile>
       <id>staging</id>
       <build>
-        <resources>
-          <resource>
-            <directory>src/main/resources</directory>
-          </resource>
-          <!-- also include license and notice files in all the jars -->
-          <resource>
-            <directory>${basedir}/</directory>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-              <include>INCUBATOR_NOTICE.txt</include>
-            </includes>
-            <targetPath>META-INF</targetPath>
-          </resource>
-        </resources>
       
         <plugins>
           <!-- We want to deploy the artifact to a staging location for perusal