diff options
author | mark <[email protected]> | 2012-06-27 13:34:16 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-06 21:16:29 +0100 |
commit | a65336c822c567db869333340d6b75e8dff531b0 (patch) | |
tree | 4099487bf3093f97df015f4408af51fe0f281f9c | |
parent | 11b799660a264e323233d7b62842b291e8d112e2 (diff) |
Correct classifier
-rw-r--r-- | README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -195,7 +195,8 @@ files were deployed along with the main jar file for each project. Using do CLASS="natives-${PLATFORM}" mvn gpg:sign-and-deploy-file \ - -Dfile="gluegen-rt-${VERSION}-${CLASS}.jar" + -Dfile="gluegen-rt-${VERSION}-natives-${PLATFORM}.jar \ + -Dclassifier="natives-${PLATFORM}" done Assuming version 2.0-rc10, this results in: |