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

In NativeBundleIncludeFilesMojo.java, the following line always returns false

line 117:              if ( sources[i].isDeployable() )

No files are included.


The NativeSources.deployable seems to have another meaning than what is coded above:

public class NativeSources
{
    /**
     * Hint Maven to bundle up all file under 'directory' and deploy
     */
    private boolean deployable = false;
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