Re: How to create a site/doxia plugin?

2018-07-02 Thread Peter Nabbefeld
Thank You, this is really an interesting plugin. But I don't want to break site generation, as I'm using it for other reports like JavaDoc, too. I just want to write a doxia plugin, if possible, as all text-based documentation generators seem to be more or less broken or at least not able

Re: archetype:create-from-project and excluding files from to-be-created archetype

2018-07-02 Thread jtonic
Hi, I can't tell if the feature request has been implemented or not, but for me the only way of achieving some sort of archetype generation customisation is by using the *post generate processing groovy script*. It's obvious this is not the straightforward way of ignoring some folders/files

Re: Java 9 modules for Maven components for Java 9 based pluggins

2018-07-02 Thread Robert Scholte
On Mon, 02 Jul 2018 12:30:05 +0200, Andreas Sewe wrote: Robert Scholte wrote: If you still think there's a reliable solution to let Maven use Java Modules, I'd like to see your solution, there are probably more people interested. Let me just jump into the discussion at this point: For

Re: How to create a site/doxia plugin?

2018-07-02 Thread Mark Raynsford
On 2018-07-02T13:55:20 +0200 Peter Nabbefeld wrote: > Hello, > > I haven't ever written a maven plugin. But, as I'm not satisfied with > the doxia plugins available, I'd like to write my own. So, how would I > have to write a doxia plugin? Here's a plugin I wrote last year and still use to

How to create a site/doxia plugin?

2018-07-02 Thread Peter Nabbefeld
Hello, I haven't ever written a maven plugin. But, as I'm not satisfied with the doxia plugins available, I'd like to write my own. So, how would I have to write a doxia plugin? Kind regards Peter - To unsubscribe,

Re: Java 9 modules for Maven components for Java 9 based pluggins

2018-07-02 Thread Andreas Sewe
Robert Scholte wrote: > If you still think there's a reliable solution to let Maven use Java > Modules, I'd like to see your solution, there are probably more people > interested. Let me just jump into the discussion at this point: For all the reasons Robert mention, Maven plugins and the Core