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

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.

--
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


Back to the top