finn-no / maven-deploy

A simple NodeJS module to create a war/jar package and install to a local Maven repository or deploy to a remote one
20 stars 25 forks source link

How to pass extra config options #34

Open sathwik opened 8 years ago

sathwik commented 8 years ago

Hi,

http://stackoverflow.com/questions/39517599/how-to-pass-extra-config-options-to-maven-deploy-npm-package

regards, sathwik

micha149 commented 8 years ago

I just looked into the code, but there seems currently to be no way. I'm sorry.

blackat commented 7 years ago

Hi @micha149 , is it possible to add this feature like in the grunt-maven-tasks?

It is really cool pass a UserSettings.xml especially when the build automation is run by a CI system.

Thanks a lot for your attention :wink:

P.S.: this is something that prevent us to use your gulp-maven-plugin.

micha149 commented 7 years ago

@blackat Would you like to send a PR?! 😉

micha149 commented 7 years ago

Stop. Are talking about a config file or the extra config options? For the config file, there seem a pull request already exist…