Author: mprudhom
Date: Mon Nov 20 17:30:01 2006
New Revision: 477459

URL: http://svn.apache.org/viewvc?view=rev&rev=477459
Log:
Added DISCLAIMER.txt to the built jar files along with NOTICE.txt and 
LICENSE.txt.

Modified:
    incubator/openjpa/branches/0.9.6-incubating/pom.xml

Modified: incubator/openjpa/branches/0.9.6-incubating/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.6-incubating/pom.xml?view=diff&rev=477459&r1=477458&r2=477459
==============================================================================
--- incubator/openjpa/branches/0.9.6-incubating/pom.xml (original)
+++ incubator/openjpa/branches/0.9.6-incubating/pom.xml Mon Nov 20 17:30:01 2006
@@ -194,6 +194,21 @@
         </dependency>
     </dependencies>
     <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+            <!-- also include license and notice files in all the jars -->
+            <resource>
+                <directory>${basedir}/../openjpa-project/</directory>
+                <includes>
+                    <include>NOTICE.txt</include>
+                    <include>LICENSE.txt</include>
+                    <include>DISCLAIMER.txt</include>
+                </includes>
+                <targetPath>META-INF</targetPath>
+            </resource>
+        </resources>
         <pluginManagement>
             <plugins>
                 <plugin>


Reply via email to