maven-jar-plugin excludes not working

2007-11-29 Thread pdelaney
Hello; I am building an executable jar file and I am trying to remove my database.properties file from the jar because I want to control the properties outside of the jar file. In my build I execute mvn package I have the maven-dependency-plugin part of the lifecycle to get all of my .class

Re: maven-jar-plugin excludes not working

2007-11-29 Thread Dennis Lundberg
It's here: http://jira.codehaus.org/browse/MJAR-30 pdelaney wrote: Hello; I am building an executable jar file and I am trying to remove my database.properties file from the jar because I want to control the properties outside of the jar file. In my build I execute mvn package I have the