You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
I have a working configuration of the plugin with create-resources npm and grunt which works fine in maven CLI.
When I try to run this in Eclipse Luna 4.4.1 with M2Eclipse 1.6 the npm task prevents mvn clean install from finish. It stops after npm install and never executes the next tasks. After pressing ENTER the execution resumes and the build succeeds.
I tried npm-offline, but the problem is the same. Unfortunately there's no error, even when I run mvn clean install -X. If the node_modules folder doesn't exists, the console on Eclipse shows how the required packages are downloaded and installed, but the task never terminates without pressing ENTER.
Any ideas how this could be solved?
The text was updated successfully, but these errors were encountered:
I haven't used Eclipse for few years now, as far as i remember integration with maven was always a bit problematic - i won't be much help here, but maybe someone else had this issue?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a working configuration of the plugin with
create-resources
npm
andgrunt
which works fine in maven CLI.When I try to run this in Eclipse Luna 4.4.1 with M2Eclipse 1.6 the
npm
task preventsmvn clean install
from finish. It stops afternpm install
and never executes the next tasks. After pressingENTER
the execution resumes and the build succeeds.I tried
npm-offline
, but the problem is the same. Unfortunately there's no error, even when I runmvn clean install -X
. If the node_modules folder doesn't exists, the console on Eclipse shows how the required packages are downloaded and installed, but the task never terminates without pressingENTER
.Any ideas how this could be solved?
The text was updated successfully, but these errors were encountered: