I'm using the appassembler plugin in my project like in the simple example here: http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/usage-program.html The page says : "All dependencies and the artifact itself are placed in the defined assemble directory" Appassembler copies every dependency needed and creates the batch file but the artifact itself is not copied. I can see a classpath entry in the batch file pointing to the repo dir but it's not in it. What could go wrong here ? Is something missing in the configuration ?
Bart
