Quantcast
Channel: Maven - exclude folder from build - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Israel Perales for Maven - exclude folder from build

It's so very simple and you not need add other...

View Article



Answer by kumar for Maven - exclude folder from build

<profiles><profile><id>readBuild</id><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin<...

View Article

Answer by codemonkey for Maven - exclude folder from build

I had a similar problem and found the following issues:You may have a parent pom which already defines a configuration for the maven-compiler-plugin. For this, add combine.self="override" to the...

View Article

Answer by Robert Scholte for Maven - exclude folder from build

Instead try:<exclude>scripts/**</exclude>The exclude is based on directory, so your construction would exclude src/main/resources/src/main/resources/scripts

View Article

Maven - exclude folder from build

Trying to exlcude a folder src/main/resources/scripts/ from my build but the following does not...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images