________________________________________ >From: Benson Margulies [[email protected]] >From the following spec, I get two behaviors that I need to fix somehow: >(1) I get an extra level of directory named after the > artifact in spite of the empty outputDirectory element. You might want to check if the artifact you're unpacking has that "extra" directory inside of it. If it's in the tarball, then maven can't do anything about it automatically.
>(2) the excludes are apparently completely ignored. Can anyone assist? No idea about getting the excludes working. The way I've handled this in my projects is by unpacking everything, then using the maven-ant-plugin to copy the things I need to a more convenient place (i.e. w/o the extra directory), and then writing the rest of the maven build to use the files from the copied location. eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
