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

react spring data rest tutorial / the frontend plugin no working #948

Open
uliattiogbe opened this issue Dec 14, 2020 · 3 comments
Open

Comments

@uliattiogbe
Copy link

Do you want to request a feature or report a bug?

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior?

Please mention your frontend-maven-plugin and operating system version.

@uliattiogbe uliattiogbe changed the title react spring data rest tutorial react spring data rest tutorial / the frontend plugin no working Dec 14, 2020
@uliattiogbe
Copy link
Author

uliattiogbe commented Dec 14, 2020

I am new to the frontend maven plugin usage and react-spring application.
I follow the tutorial at https://spring.io/guides/tutorials/react-and-spring-data-rest/

I copy and paste the below plugin in the pom.xml of my springboot app but there is updated in my target follow as expected.
<plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> </plugin>

I have node already installed . I read about using the exec-plugin, but nothing:
<plugin><groupId>com.github.eirslett</groupId> <artifactId>exec-maven-plugin</artifactId> </plugin>

do I have to add execution and configuration tags and so on to the plugin?
Any direction or alternative to have the expected target folder structure I will really appreciate.

@uliattiogbe uliattiogbe reopened this Dec 14, 2020
@the-master
Copy link

Version needs to be included.

@UgmaDevelopment
Copy link

Hi @uliattiogbe,

I've also recently followed that tutorial. The necessary maven-frontend-plugin configuration went missing from the tutorial due to a mix-up.

I've submitted a pull request to get that configuration fixed.

Use this configuration from the tutorial source files and it should work for you, no problems.

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

No branches or pull requests

3 participants