I want to jar my program with all the dependencies. I have a dependency of hadoop. the log4j.properties is included in my application. how to exclude it? I have tried this but no luck
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/log4j.properties</exclude>
</excludes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
