Jukka-
  Great, thanks.  Using this method, I get a file layout similar to:
  giraph-0.1-SNAPSHOT-bin.tar.gz
      NOTICE (without appended text for dep1 and dep2)
      LICENSE (without appended text for dep1 and dep2)
      bin/
      lib/
         dep1.jar
         dep2.jar
         giraph.jar
            META-INF/
               NOTICE (with appended text for dep1 and dep2)
               LICENSE (with appended text for dep1 and dep2)

This matches with what I see when I checkout the jackrabbit-standalone
code and do a package command from maven there.  I just want to verify
that this will past muster with incubator.  This configuration
satisfies the requirement for those notices/licenses to be included?
It seems so to me, but I've been wrong about these things many times.

Thank,
Jakob


On Sun, Jan 15, 2012 at 1:04 PM, Robert Burrell Donkin
<robertburrelldon...@gmail.com> wrote:
> On Fri, Jan 13, 2012 at 11:23 PM, Jukka Zitting <jukka.zitt...@gmail.com> 
> wrote:
>> Hi,
>>
>> On Fri, Jan 13, 2012 at 11:56 PM, Jakob Homan <jgho...@apache.org> wrote:
>>> What are the mechanics for having two NOTICE/LICENSE
>>> files for one release?
>>
>> If you're using Maven and the Apache parent POM, you can put any extra
>> LICENSE and NOTICE content into
>> src/main/appended-resources/META-INF/LICENSE and .../NOTICE files that
>> will automatically get appended to the standard Apache boilerplate.
>>
>> See [1] for an example of how this works in Apache Jackrabbit.
>>
>> [1] 
>> http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-standalone/src/main/appended-resources/META-INF/
>
> For more complex cases (for example, composing an application from
> hundreds of components) we're working on Whisker, a generative
> solution, as a peer to Rat and Tentacles...
>
> Robert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to