I want the ability to turn off info logging once I have my project working with
one-jar.
To enable this, I have added a "files" property that lets me add a
one-jar.properties file to the root of the target one-jar.
The plugin configuration would look like this:
<configuration>
<files>
<file>${basedir}/onejar/one-jar.properties</file>
</files>
...
</configuration>
A patch is attached.
What is the expected output? What do you see instead?
The specified files are copied to the root of the target one-jar.
What version of onejar-maven-plugin are you using?
1.4.6
What is the output of "mvn -version" on your machine?
3.05
Please provide any additional information below.
Original issue reported on code.google.com by clark.da...@gmail.com on 8 Jan 2014 at 9:24
Original issue reported on code.google.com by
clark.da...@gmail.com
on 8 Jan 2014 at 9:24Attachments: