Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] A little status report

On Sat, Sep 3, 2011 at 9:12 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> I'd rather keep plugins grouped by their logical components, as they are
> today. For example, all code related to testing currently lives under
> tycho-surefire folder, which makes it easier to both see the code
> together and to rebuild just the testing support. This also provides
> natural place where to split the code to separate git repositories, when
> we decide to do so.

My real goal here is to have one place to run 'mvn site' that will
build a multi-module site of the public side of tycho. Is there a way
to do this compatible with the above? If not, then the next best thing
is to set up the sites of all the public components to be relatively
independent of each other.


>
> --
> Regards,
> Igor
>
> On 11-09-02 7:35 PM, Benson Margulies wrote:
>>
>> The problem with the tycho-maven-plugin is fixed in
>> maven-plugin-plugin version 2.9, currently being voted on at Maven.
>>
>> I have a little proposal. Move all the actual documentable plugins
>> under one directory. Then we can run mvn site and publish from there,
>> and not spend time on the integration tests.
>> _______________________________________________
>> tycho-dev mailing list
>> tycho-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tycho-dev
>
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-dev
>


Back to the top