Preparing for two releases of Maven Site Plugin

2012-04-18 Thread Dennis Lundberg
Hi, Now that the Doxia releases are done, I'd like to focus on Maven Site Plugin. We have two pending releases; 2.4 which will be the last release of the 2.x series and then 3.1. Looking in JIRA, all the issues scheduled for 2.4 have been fixed and closed. Does anyone want to add anything more to

[ANN] Maven Doxia Sitetools 1.3 Released

2012-04-18 Thread Dennis Lundberg
The Doxia Sitetools team is pleased to announce the doxia-sitetools-1.3 release! Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia. http://maven.apache.org/doxia/doxia-sitetools/ Release Notes - Maven Doxia Sitetools - Version 1.3 ** Bug

Re: Maven Indexer, filter by period of time and classNames field

2012-04-18 Thread Laurent Pellegrino
Hi Tamás, Thanks for your answer. However, can you give me an example to use it with a nexus repository (I mean how to create the indexing context and which kind of URL to pass)? Is there a nexus repository available to do what I would like to do with Maven Central? Kind Regards, Laurent On Tu

Fw: Custom type converter for Mojo configuration?

2012-04-18 Thread Xie Jilei
(From: http://stackoverflow.com/questions/10188534/) I need to use custom type, e.g., `LunarDate`, in my Mojo object: class MyMojo extends AbstractMojo { /** @parameter */ LunarDate lunarDate; } And I want to configure the parameter in `` section in pom.xml.