Inclusion of NOTICE/LICENSE on artifacts
----------------------------------------

                 Key: AMDATUOPENSOCIAL-75
                 URL: http://jira.amdatu.org/jira/browse/AMDATUOPENSOCIAL-75
             Project: Amdatu OpenSocial
          Issue Type: Improvement
          Components: Shindig
    Affects Versions: 0.1.1
            Reporter: Bram de Kruijff


Just noticed that the NOTICE/LICENSE are not included on all artifacts (ie. 
org.amdatu.opensocial.example.friends.gadget-0.2.0-SNAPSHOT). This is caused by 
the fact that the pom overrides the default includions behavior as defined in 
amdatu parent and does not consider the files itself. Adding the snippet below 
to the resources definition would resolve it.

      <resource>
        <directory>.</directory>
        <targetPath>META-INF</targetPath>
        <includes>
          <include>LICENSE*</include>
          <include>NOTICE*</include>
        </includes>
      </resource>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to