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
As "frontend" plugin gets activated before executing any goals, this
leads to a non obvious outcome that "mvn clean <some goal>" command
doesn't regenerate JS-files. It happens because "frontent" plugin
doesn't get activated as the target/classes/js/components directory
exists in the begginning and hasn't been removed yet.
As a workaround you might use:
- mvn -Pfrontend clean <some goal>
- mvn clean; mvn <some goal>
Addressed to #1060 and (a little bit to) #1057
The puzzle
1060-542e4feb
from #1060 has to be resolved:mystamps/pom.xml
Line 1234 in 1dc70fd
The puzzle was created by @php-coder on 10-Jul-19.
The text was updated successfully, but these errors were encountered: