You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: