Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Cannot resolve plugin com.github.eirslett:frontend-maven-plugin:<unknown> #137

Open
Elm1r999 opened this issue Jan 29, 2022 · 2 comments
Open

Comments

@Elm1r999
Copy link

com.github.eirslett frontend-maven-plugin

I am not able to configure the React part.
The development environment I used: Intellij IDEA 2021.3 (Ultimate Edition).

@theCoder2504
Copy link

I had the same issue. You can solve it buy adding the latest version of the plugin which can be found under: https://mvnrepository.com/artifact/com.github.eirslett/frontend-maven-plugin
Just add a version tag: LATEST_VERSION and replace the uppercase letters with the number.

@ArkFreestyle
Copy link

Just to make future readers' life easier:

<dependency>
    <groupId>com.github.eirslett</groupId>
    <artifactId>frontend-maven-plugin</artifactId>
    <version>1.12.1</version>
</dependency>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants