jhsuwm / onejar-maven-plugin

Automatically exported from code.google.com/p/onejar-maven-plugin
0 stars 0 forks source link

Enhanchment - support adding one-jar.properties to the target one-jar #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: