Hi,
On 20.07.2010, at 22:34, Karl Pauls wrote:
> +1
>
> The dependencies seems to be missing in the -source.jar
>
Arf, I forgot to override our parent configuration for resources:
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
<include>NOTICE*</include>
<include>DEPENDENCIES*</include> <!-- Must be added -->
</includes>
</resource>
</resources>
I did that only for the bundles...
So we definitely need to update our parent pom.
Regards,
Clement
> regards,
>
> Karl
>
> On Tue, Jul 20, 2010 at 3:24 PM, Richard S. Hall <[email protected]> wrote:
>> +1
>>
>> -> richard
>>
>>
>> On 7/18/10 12:18, Clement Escoffier wrote:
>>>
>>> Hi,
>>>
>>> I would like to call a vote for a new iPOJO subproject : iPOJO Arch
>>> command for Gogo. This project is just the port of the Arch command
>>> (initially developed for the Felix Shell) for Gogo. I've used the new
>>> NOTICE/DEPENDENCIES model so please carefully check those files.
>>>
>>> Staging repository:
>>> https://repository.apache.org/content/repositories/orgapachefelix-016/
>>>
>>> You can use this UNIX script to download the release and verify the
>>> signatures:
>>> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>>>
>>> Usage:
>>> sh check_staged_release.sh 016 /tmp/felix-staging
>>>
>>> Please vote to approve this release:
>>>
>>> [ ] +1 Approve the release
>>> [ ] -1 Veto the release (please provide specific comments)
>>>
>>> Regards,
>>>
>>> Clement
>>>
>>>
>>
>
>
>
> --
> Karl Pauls
> [email protected]