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.2k stars 867 forks source link

Cloning frontend source from git before running "frontend-maven-plugin" #1091

Closed maku closed 1 year ago

maku commented 1 year ago

I have a java backend project and would like to integrate a frontend project which is located in a different git repository.

So I would like to clone the frontend project before the "magic" of the "frontend-maven-plugin" happens.

Is there a way to do this?

eirslett commented 1 year ago

I would try to find some Maven plugin that does git clone.