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

set npm publishConfig registery in configuration #827

Open
iMilad opened this issue Jul 1, 2019 · 2 comments
Open

set npm publishConfig registery in configuration #827

iMilad opened this issue Jul 1, 2019 · 2 comments

Comments

@iMilad
Copy link

iMilad commented Jul 1, 2019

Hi,

Is it possible to set the "publishConfig" registry url for uploading artifact in pom.xml rather than in package.json?

I have two different which I want to set for each one of them different artifactory path to push/upload.

@eirslett
Copy link
Owner

eirslett commented Jul 2, 2019

I don't think so... or maybe you can do it with an --argument when running npm publish?
This plugin isn't really meant for publishing npm packages - if that's your use case, it's a special one!

@tripleplayj
Copy link

Hi,

I have a multi-module project which I am using this plugin to do npm publish, while specifying the "publishConfig" in the package.json. When running locally this works and publishes a package to npm, however, the status is [ERROR]. Is there any additional documentation on how to achieve this or why the [ERROR] would be showing? Also having issues with security while running this in a pipeline. Any feedback is appreciated.

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

3 participants