javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Hi, I'd like to create API documentation for an eclipse RCP project. Therefore I use the javadoc:aggregate goal which nicely builds documentation for all my projects. Now I want to filter some of them. When building with tycho junit tests are typically kept in a separate project. Still the

RE: javadoc:aggregate project filter

2014-01-15 Thread Justin Georgeson
for the actual plugins that constitute the product). -Original Message- From: Christian Pontesegger [mailto:christian.ponteseg...@web.de] Sent: Wednesday, January 15, 2014 12:52 PM To: users@maven.apache.org Subject: javadoc:aggregate project filter Hi, I'd like to create API documentation

Re: javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Am 15.01.2014 20:07, schrieb Justin Georgeson: I'm in a similar environment and use profiles in my aggregator POM to specify different reactors for different things. I have a profile for a javadoc reactor which doesn't include any eclipse-feature, eclipse-test-plugin, or eclipse-repository

javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Hi, I'd like to create API documentation for an eclipse RCP project. Therefore I use the javadoc:aggregate goal which nicely builds documentation for all my projects. Now I want to filter some of them. When building with tycho junit tests are typically kept in a separate project. Still the