Provide a native library, fixes #400

This commit is contained in:
Guillaume Nodet
2021-04-27 14:05:34 +02:00
parent a6457afff7
commit d03c143f94
36 changed files with 8217 additions and 1 deletions

11
pom.xml
View File

@@ -70,6 +70,7 @@
<modules>
<module>build-plugin</module>
<module>native</module>
<module>agent</module>
<module>helper</module>
<module>common</module>
@@ -173,6 +174,11 @@
<version>${assertj.version}</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-native</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
@@ -284,6 +290,11 @@ limitations under the License.</inlineHeader>
<exclude>mvnw</exclude>
<exclude>mvnw.cmd</exclude>
<exclude>pom.xml.versionsBackup</exclude>
<exclude>**/*.so</exclude>
<exclude>**/*.dll</exclude>
<exclude>**/*.jnilib</exclude>
<exclude>**/Makefile*</exclude>
<exclude>**/docker/*</exclude>
</excludes>
<mapping>
<bash>SCRIPT_STYLE</bash>