Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage of frontend-maven-plugin #1070

Open
0pdd opened this issue Jul 10, 2019 · 0 comments
Open

Document usage of frontend-maven-plugin #1070

0pdd opened this issue Jul 10, 2019 · 0 comments

Comments

@0pdd
Copy link

0pdd commented Jul 10, 2019

The puzzle 1060-542e4feb from #1060 has to be resolved:

mystamps/pom.xml

Line 1234 in 1dc70fd

<!-- @todo #1060 Document usage of frontend-maven-plugin -->

The puzzle was created by @php-coder on 10-Jul-19.

@0pdd 0pdd added the techdebt label Jul 10, 2019
0pdd referenced this issue Jul 10, 2019
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
@php-coder php-coder changed the title Document usage of frontend-maven-plugin --> Document usage of frontend-maven-plugin Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants