From 5e7a4d70cd77805aef57c16115e06e06400ee1ec Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 6 Aug 2019 19:56:43 +0100 Subject: [PATCH] Move UNIX-specific flags to the unix profile --- gl-natives/pom.xml | 62 +++++++++++++++++++++++++++------------------- pom.xml | 19 ++++++-------- 2 files changed, 44 insertions(+), 37 deletions(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 2b36affd58..fb2d4c8e1b 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -13,30 +13,40 @@ OpenRS2 GL Natives - - - - com.github.maven-nar - nar-maven-plugin - - - - - shared - GL - - - shared - GLX - - - shared - jawt - - - - - - - + + + unix + + + unix + + + + + + com.github.maven-nar + nar-maven-plugin + + + + + shared + GL + + + shared + GLX + + + shared + jawt + + + + + + + + + diff --git a/pom.xml b/pom.xml index 3412a7cd43..f1f25d4b96 100644 --- a/pom.xml +++ b/pom.xml @@ -186,21 +186,10 @@ full - - - - - - true - - - - - @@ -302,6 +291,14 @@ com.github.maven-nar nar-maven-plugin + + + + + + + +