We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quick test: run mvn clean test and you'll see that ${project.build.directory} is all messed up.
mvn clean test
${project.build.directory}
Updating maven-resources-plugin (https://github.com/entando/entando-archetype-portal-generic/blob/master/src/main/resources/archetype-resources/pom.xml#L224) to version 2.5 seemed to fix the issue.
maven-resources-plugin
Btw, it needs further testing to be sure the update doesn't bring new problems.
The text was updated successfully, but these errors were encountered:
artifactId is maven-resources-plugin without final char 's'
Sorry, something went wrong.
yes, it was a typo in the issue, the pom.xml is as correct now as before :)
No branches or pull requests
Quick test: run
mvn clean test
and you'll see that${project.build.directory}
is all messed up.Updating
maven-resources-plugin
(https://github.com/entando/entando-archetype-portal-generic/blob/master/src/main/resources/archetype-resources/pom.xml#L224) to version 2.5 seemed to fix the issue.Btw, it needs further testing to be sure the update doesn't bring new problems.
The text was updated successfully, but these errors were encountered: