diff --git a/pom.xml b/pom.xml index 6b3703c89..d45f4a413 100644 --- a/pom.xml +++ b/pom.xml @@ -511,6 +511,21 @@ + + link-binary-jar + + link + + none + + + + ${sting.basedir}/target/${sting.binary-dist.name}.${project.packaging} + ${project.build.directory}/${project.build.finalName}.${project.packaging} + + + + link-git-release diff --git a/public/gatk-package/pom.xml b/public/gatk-package/pom.xml index 1e9bb5bc9..881058949 100644 --- a/public/gatk-package/pom.xml +++ b/public/gatk-package/pom.xml @@ -170,6 +170,10 @@ com.pyx4j maven-junction-plugin + + link-binary-jar + ${sting.shade.phase} + link-git-release ${sting.shade.phase} diff --git a/public/queue-package/pom.xml b/public/queue-package/pom.xml index 790eeac72..eda2fd98f 100644 --- a/public/queue-package/pom.xml +++ b/public/queue-package/pom.xml @@ -208,6 +208,10 @@ com.pyx4j maven-junction-plugin + + link-binary-jar + ${sting.shade.phase} + link-git-release ${sting.shade.phase}