Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ant task to sign and build the bundle.jar #144

Open
elharo opened this issue Apr 26, 2020 · 0 comments
Open

Ant task to sign and build the bundle.jar #144

elharo opened this issue Apr 26, 2020 · 0 comments

Comments

@elharo
Copy link
Owner

elharo commented Apr 26, 2020

git checkout master
git pull
ant clean
ant maven2
cd dist/maven2
Sign the files:

$ gpg -ab xom-1.3.3.pom
$ gpg -ab xom-1.3.3.jar
$ gpg -ab xom-1.3.3-javadoc.jar
$ gpg -ab xom-1.3.3-sources.jar

$ jar -cvf bundle.jar xom-1.3.3.pom xom-1.3.3.pom.asc xom-1.3.3.jar xom-1.3.3.jar.asc xom-1.3.3-javadoc.jar xom-1.3.3-javadoc.jar.asc xom-1.3.3-sources.jar xom-1.3.3-sources.jar.asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant