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

Danger: handle Babel errors from frontend-maven-plugin #1071

Closed
0pdd opened this issue Jul 10, 2019 · 1 comment
Closed

Danger: handle Babel errors from frontend-maven-plugin #1071

0pdd opened this issue Jul 10, 2019 · 1 comment

Comments

@0pdd
Copy link

0pdd commented Jul 10, 2019

The puzzle 1060-a747d278 from #1060 has to be resolved:

# @todo #1060 Danger: handle Babel errors from 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 self-assigned this Dec 4, 2022
@php-coder php-coder added this to the 0.4.7 milestone Dec 4, 2022
@php-coder
Copy link
Owner

I have decided discontinue usage of Danger (see #1600).

@php-coder php-coder closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2022
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