eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.26k stars 870 forks source link

Refer package.json from git repo #874

Closed TaniCool closed 4 years ago

TaniCool commented 4 years ago

Do you want to request a feature or report a bug? Ask a question/ Request feature

What is the current behavior? Location of package.json can be referred from workingDirectory tag If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior? With my use case I want to refer package.json from one of my Git repository. Is it possible? What would be workaround ?

Please mention your frontend-maven-plugin and operating system version.

eirslett commented 4 years ago

I guess you could git clone your repository into some folder, and use it from there?

TaniCool commented 4 years ago

Yeah, that's the possible thing I can do.