You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Jesse Ramos (JIRA)" <ji...@apache.org> on 2009/10/09 18:25:31 UTC

[jira] Created: (WINK-215) Build fails with missing license header when checking out to eclipse directory

Build fails with missing license header when checking out to eclipse directory
------------------------------------------------------------------------------

                 Key: WINK-215
                 URL: https://issues.apache.org/jira/browse/WINK-215
             Project: Wink
          Issue Type: Bug
          Components: Build
    Affects Versions: 0.2
            Reporter: Jesse Ramos
            Assignee: Jesse Ramos
            Priority: Minor


Ran into a problem when refreshing my local wink repository.  I deleted the old wink code that I had which was out of date and which I had used eclipse on.  After deleting the code the eclipse .metadata directory still existed. I checked out the trunk and ran mvn install and received a build failure due to files missing the license header in the .metadata directory.  The fix is to change the includes for the maven-license-plugin plugin from **/*.xml to **/pom.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-215) Build fails with missing license header when checking out to eclipse directory

Posted by "Jesse Ramos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Ramos resolved WINK-215.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2

> Build fails with missing license header when checking out to eclipse directory
> ------------------------------------------------------------------------------
>
>                 Key: WINK-215
>                 URL: https://issues.apache.org/jira/browse/WINK-215
>             Project: Wink
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 0.2
>            Reporter: Jesse Ramos
>            Assignee: Jesse Ramos
>            Priority: Minor
>             Fix For: 0.2
>
>
> Ran into a problem when refreshing my local wink repository.  I deleted the old wink code that I had which was out of date and which I had used eclipse on.  After deleting the code the eclipse .metadata directory still existed. I checked out the trunk and ran mvn install and received a build failure due to files missing the license header in the .metadata directory.  The fix is to change the includes for the maven-license-plugin plugin from **/*.xml to **/pom.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.