Re: svn commit: r1293991 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2012-02-27 Thread Lukas Theussl
Salut Herve, Just a comment: my IDE (netbeans) now shows a javadoc error because the {@inheritDoc} doesn't pick up the description of the corresponding parameter. Could the parameter name be changed in the interface as well? -Lukas hbout...@apache.org wrote: Author: hboutemy Date: Mon

Re: Intent to release Doxia and Site Plugin

2012-02-27 Thread Dennis Lundberg
On 2012-02-26 21:56, Robert Scholte wrote: Yes, great idea. Although, looking at Jenkins[1] we still have some trouble with both m-site-p's. m-site-p-2.x has trouble with MSITE-507 for all OS. This one should be fixed with http://svn.apache.org/viewvc?view=revisionrevision=1294312 Olivier,

Re: svn commit: r1293991 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2012-02-27 Thread Hervé BOUTEMY
done thanks for the report Hervé Le lundi 27 février 2012 09:33:11 Lukas Theussl a écrit : Salut Herve, Just a comment: my IDE (netbeans) now shows a javadoc error because the {@inheritDoc} doesn't pick up the description of the corresponding parameter. Could the parameter name be changed

Re: Intent to release Doxia and Site Plugin

2012-02-27 Thread Hervé BOUTEMY
anybody interested in adding Markdown to modules map [1]? Regards, Hervé [1] http://maven.apache.org/doxia/doxia/index.html Le dimanche 26 février 2012 00:47:19 Dennis Lundberg a écrit : Hi I've started planning for a release of Doxia and the Site Plugin. If anyone has issues they'd like

Artifact.isSnapshot definition

2012-02-27 Thread Robert Scholte
A couple of issues of the release-plugin have to do with SNAPSHOTs, because it uses its own definition, borrowed from (an old) DefaultArtifact. However, it seems like there are 2 definitions: In DefaultArtifact: public boolean isSnapshot() { return getBaseVersion() != null