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
Using version 1.10.0 Running mvn -Pprod package is generating an error in the Grunt Test phase for a dependency on 'sigmund'
>> Error: Cannot find module 'sigmund'
After reading the yeoman-maven-plugin's xml I determined there was a parameter available for 'skipTests' ... after adding that parameter to the plugin's configuration block the build completed. However, the dep on sigmund fails on a vanilla package command for the prod profile....
I've cleaned npm cache, reinstalled the grunt modules and still the problem persists...
The text was updated successfully, but these errors were encountered:
Using version 1.10.0 Running mvn -Pprod package is generating an error in the Grunt Test phase for a dependency on 'sigmund'
After reading the yeoman-maven-plugin's xml I determined there was a parameter available for 'skipTests' ... after adding that parameter to the plugin's configuration block the build completed. However, the dep on sigmund fails on a vanilla package command for the prod profile....
I've cleaned npm cache, reinstalled the grunt modules and still the problem persists...
The text was updated successfully, but these errors were encountered: