Issue Type: Bug Bug
Affects Versions: native-maven-plugin-1.0-alpha-7
Assignee: Unassigned
Components: native
Created: 03/Sep/13 6:55 PM
Description:

${project.build.finalName} already contains the ${project.version}. The default value repeats it.

The parameter should read "incZipFile", not "inZipFile". This would be consistent with all other occurrences of "inczip".

public class NativeBundleIncludeFilesMojo extends AbstractNativeMojo {
    /**
     * Archive file to bundle all enable NativeSources
     * @parameter default-value="${project.build.directory}/${project.build.finalName}-${project.version}.inczip"
     * @required
     * @since 1.0-alpha-4
     */
    private File inZipFile;
Project: Mojo
Priority: Major Major
Reporter: Leo Breuss
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to