[ 
https://issues.apache.org/jira/browse/WINK-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727966#action_12727966
 ] 

Martin Snitkovsky edited comment on WINK-43 at 7/7/09 12:45 AM:
----------------------------------------------------------------

in main Wink pom.xml use ${module.relative.path}  property in 
maven-license-plugin definition 

<groupId>com.google.code.maven-license-plugin</groupId>
                                <artifactId>maven-license-plugin</artifactId>
                                <configuration>
                                        
<header>${module.relative.path}src/etc/header.txt</header>
                                        <quiet>false</quiet>

I will provide a fix 

      was (Author: martins):
    use ${module.relative.path}  property in maven-license-plugin definition 

{code}
<groupId>com.google.code.maven-license-plugin</groupId>
                                <artifactId>maven-license-plugin</artifactId>
                                <configuration>
                                        
<header>${module.relative.path}src/etc/header.txt</header>
                                        <quiet>false</quiet>
{code}
  
> Configure maven-license-plugin to run only during WInk release 
> ---------------------------------------------------------------
>
>                 Key: WINK-43
>                 URL: https://issues.apache.org/jira/browse/WINK-43
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>             Fix For: 0.1
>
>
> Currently ASF legal header will be validated during each maven install phase 
> which is kind of overhead.
> Once we have Hudson up and running, we should configure (by using maven 
> profiles) this plug-in to run only during release build

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

Reply via email to