CodingRepository | CodingRepository
kandi X-RAY | CodingRepository Summary
kandi X-RAY | CodingRepository Summary
CodingRepository
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CodingRepository
CodingRepository Key Features
CodingRepository Examples and Code Snippets
Community Discussions
Trending Discussions on CodingRepository
QUESTION
I am getting below exception while compiling my project(on java6) with maven 3.2.5 and local repository and have all required jars downloaded. The project builds fine with maven2.0 and we are upgrading to 3.2.5. Have all required dependency jars downloaded, but it still complains with below error even when I see maven-filtering jar present in repository.
Also, I tried below options but still the error is same. Is there any other place or setting I am missing here?
- copied maven-filtering 1.1 in repository-new\org\apache\maven\shared
- copied maven-filtering 3.1.1 in repository-new\org\apache\maven\shared
- cleaned up .m2 local cache
- copied maven-filtering 1.1 in repository-new\org\apache\maven\maven-filtering
- copied maven-filtering 3.1.1 in repository-new\org\apache\maven\maven-filtering
Error stack trace:
...ANSWER
Answered 2017-Nov-11 at 15:32Looks like the maven-resource-plugin version being used in the project is not matching with the resources used by the maven version you are using. Try maven-resource-plugin version 2.4 in the project if the plugin is not already there in the project pom. Add it as below inside the build -> plugins section.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install CodingRepository
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page