Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I've deployed filtering files named "filter.properties" in the filters directory. When I execute the command "process-resources", the console indicates that " Failed to execute goal org.apache.maven.plugins:maven-resources-plugin ", Error loading property file.
In the first place I presume it comes to the version issue, or the location of the default local repository, but I still could not make it.Three errors as follows:
1,Caused by: org.apache.maven.plugin.MojoExecutionException: Error loading propert
y file 'D:\my-ins\src\main\filters\filter.properties'
2,Caused by: org.apache.maven.shared.filtering.MavenFilteringException:
3,Caused by: java.io.FileNotFoundException: D:\my-ins\src\main\filters\filter.prop
erties
Any suggestions? Thanks a lot.
Can you please attach a small project that shows your problem.