Author: chirino
Date: Fri Nov 13 06:29:51 2009
New Revision: 835755
URL: http://svn.apache.org/viewvc?rev=835755&view=rev
Log:
tweaking pom.
Modified:
activemq/sandbox/activemq-apollo/activemq-syscall/pom.xml
Modified: activemq/sandbox/activemq-apollo/activemq-syscall/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo/activemq-syscall/pom.xml?rev=835755&r1=835754&r2=835755&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo/activemq-syscall/pom.xml (original)
+++ activemq/sandbox/activemq-apollo/activemq-syscall/pom.xml Fri Nov 13
06:29:51 2009
@@ -104,13 +104,33 @@
<version>2.3</version>
</plugin>
+ <!-- We want to package up license resources in the JARs produced -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-license-to-native-jar</id>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+
<outputDirectory>${project.build.directory}/generated-sources/hawtjni/lib</outputDirectory>
+ <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>
<configuration>
<searchPaths>
<searchPath>META-INF</searchPath>
-
<searchPath>${project.artifactId}-${project.version}-native-src${test}</searchPath>
+
<searchPath>${project.artifactId}-${project.version}-native-src</searchPath>
</searchPaths>
</configuration>
</plugin>