I am trying to include next to **/*.java also **/*.properties to my .classpath in my Maven project but it is not working at all. I tried the tutorial on https://maven.apache.org/plugins/maven-eclipse-plugin/examples/specifying-source-path-inclusions-and-exclusions.html but it does not affect anything in my .classpath file at all. here is the relevant part of my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0"...> <build> <scriptSourceDirectory>F:\07 Krauck-Systems\Workspace\git\PCMS\KSFramework\src\main\scripts</scriptSourceDirectory> […]
The post maven classpathentry includes is ignoring pom.xml appeared first on BlogoSfera.