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