-
Notifications
You must be signed in to change notification settings - Fork 870
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
Yarn 1.0.0 has moved it's executable path from yarn/dist/bin/yarn to yarn/yarn-<version>/bin/yarn #647
Comments
By the way, here's the new yarn structure using v1.0.1... it applies to v1.0.0 too:-
|
Sad! |
I would be open for a PR to this project that changes the path to yarn, and also a note in the CHANGELOG that the plugin only supports yarn >= 1.0.0. |
I can probably put that together. Just realized I was incorrect with my initial bug report. The new structure is actually |
Any chance we can get this merged soonish ? :) please! |
Looks like Travis is still failing on the build... :-( |
Could be related to Travis' issues with MacOS. https://www.traviscistatus.com/ Kind of weird, the build shows:
|
Should this be working on 1.5 with #648 merged? I am still getting:
|
It's not released yet. |
Any eta on the release? |
Whenever I have time... (releasing to maven central is a chore, takes half an hour, and it makes my blood pressure rise to dangerous levels) |
Hi, To ease the process of maven deployment, you can use a combination of maven scm-wagon configuration and transport, release-plugin, and pgp-maven: once configured correctly, it takes less than a minute to release on central (just release:prepare, release:perform and accept the staging);-). Regards, |
Yes that's what I'm doing, but there's always something like GPG acting up (" Inappropriate ioctl for device"), tests failing, or I forget something in sonatype and the release is dropped :-P |
Sorry to bother you, but many people would really appreciate it if you could find the time to release on central.. Anything we can do to help? |
I would really love it if somebody could help me set up auto-publishing to some maven repository hosting, every time we git push with a release tag! Something automated, which means the project can be released much more often. I'd be happy to share credentials or whatever would be needed. |
do this:
put it in a profile in your POM, say -Psonatype and then type mvn -Psonatype --batch-mode release:prepare release:perform and it will automatically build it and push it to Sonatype and release it to Central. Then you just have to push it to your Github repo if it works. Change 'sonatype-nexus-staging' to whatever you are using as your serverId for sonatype. |
Ok, I finally got time to release it now! I just had to tweak some environment variables related to som TTY in order to make the GPG sign command work. Should be synced to Central soon. |
Hi there any chance of seeing this issue released in v1.7? I see no activity since november. Lack of support or time? :) |
@ecostanzi , this issue is resolved... |
it does not seem to work for me still, I am using version 1.6 of the plugin |
1. eirslett#504: Let user specify a custom location of yarn dist tar ball. 2. eirslett#647: copy installed /node/yarn/yarn-<version> to /node/yarn/dist for execution path.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Fails to execute.
target/node/yarn/dist/bin/yarn
doesn't exist and the following maven error appears.If the current behavior is a bug, please provide the steps to reproduce.
yarnVersion
tov1.0.0
in configurationyarn
goaltarget/node/yarn
directory fordist/bin/yarn
bin/yarn
What is the expected behavior?
Runs
yarn
executable correctly (maybe through user config or version matching).Please mention your frontend-maven-plugin and operating system version.
Plugin version: 1.3
Linux Mint 18.3
The text was updated successfully, but these errors were encountered: