diff --git a/pom.properties b/pom.properties new file mode 100644 index 0000000..951752f --- /dev/null +++ b/pom.properties @@ -0,0 +1,3 @@ +groupId=${project.groupId} +artifactId=${project.artifactId} +version=${project.version} diff --git a/src/assembly/jar.xml b/src/assembly/jar.xml index dcace80..b87ae7a 100644 --- a/src/assembly/jar.xml +++ b/src/assembly/jar.xml @@ -16,5 +16,15 @@ natives/linux-amd64 libjaggl_dri.so + + + pom.xml + META-INF/maven/${project.groupId}/${project.artifactId} + + + pom.properties + META-INF/maven/${project.groupId}/${project.artifactId} + true +