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
npm-maven-plugin doesn't currently support git or github based URLs in dependencies. Hopefully this shouldn't be too hard to implement using something like jgit.
The commit-ish can be any tag, sha, or branch which can be supplied as an argument to git checkout. The default is master.
GitHub URLs
As of version 1.1.65, you can refer to GitHub urls as just "foo": "user/foo-project". Just as with git URLs, a commit-ish suffix can be included. For example:
npm-maven-plugin
doesn't currently support git or github based URLs in dependencies. Hopefully this shouldn't be too hard to implement using something like jgit.from
package.json
documentation:Git URLs as Dependencies
Git urls can be of the form:
The commit-ish can be any tag, sha, or branch which can be supplied as an argument to git checkout. The default is master.
GitHub URLs
As of version 1.1.65, you can refer to GitHub urls as just "foo": "user/foo-project". Just as with git URLs, a commit-ish suffix can be included. For example:
The text was updated successfully, but these errors were encountered: