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

onejar-maven-plugin no longer at googlecode.com #1

Open
randykerber opened this issue Jan 31, 2017 · 1 comment
Open

onejar-maven-plugin no longer at googlecode.com #1

randykerber opened this issue Jan 31, 2017 · 1 comment

Comments

@randykerber
Copy link
Member

maven fails because it looks for the onejar plugin in GoogleCode repo. GoogleCode is now dead.

A new version of the plugin appears to be available in standard maven repository. When change the groudId from "org.dstovall" to "com.jolira" the 'mvn install' will succeed.

Is the 'onejar' plugin even used or needed? Should I fix the 'groupId' or just get rid of the plugin?

@stain
Copy link
Contributor

stain commented Feb 1, 2017

It is used only to make the JAR executable, which I think is only needed for the queryExpander.jar to do the loading.

But use of onejar-maven-plugin is now largely replaced by appassembler-maven-plugin and/or maven-shade-plugin.

See also bridgedb/BridgeDb#32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants