Modified: openjpa/trunk/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=779191&r1=779190&r2=779191&view=diff ============================================================================== --- openjpa/trunk/pom.xml (original) +++ openjpa/trunk/pom.xml Wed May 27 14:43:00 2009 @@ -114,7 +114,7 @@ </modules> <build> <plugins> - <plugin> + <plugin> <!-- javadoc plugin doesn't copy resources like the normal jar plugin. Unzip license,etc from normal jar and add to javadoc jar. @@ -510,21 +510,6 @@ </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> @@ -651,6 +636,23 @@ <version>2.3</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.0</version> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>ianal-maven-plugin</artifactId> <version>1.0-alpha-1</version> @@ -678,6 +680,10 @@ <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>ianal-maven-plugin</artifactId> <executions>
