-
Notifications
You must be signed in to change notification settings - Fork 877
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
Method buildPath not found in jsp #1139
Comments
That Just remove it. Do something like this instead:
and
|
Hi, Ok but i have no lines link or script in my JSP. Why would my application generate this buildPath method? Thanks for your help Best regards |
It is my pom.xml com.github.eirslett frontend-maven-plugin 1.15.0 v21.6.1 ${project.build.directory} install node and npm install-node-and-npm generate-resources npm install npm generate-resources install https://nexus.nouveauxterritoires.fr/repository/npm-group/
|
If you look at the source code for this plugin, and do a code search: You will see that there is not a single mention of anything called Probably somebody else, who worked on your application, wrote the buildPath stuff. |
Hi,
I execute the frontend-maven-plugin on my project.
All is ok and in war, webpack compress all js and css in a separate file.
In my jsp, i have two lignes for js and css
But in these lines, i have a method buildPath
But this method not found anywhere
Can you help me to import the good classe for this method ?
Thanks by advance
Best regards
The text was updated successfully, but these errors were encountered: