Re: What is going on with maven-javadoc-plugin?

2015-03-12 Thread Baptiste Mathus
Just ich scratching and limited time, that's how OSS works. Generally, if (like here) the code is moreover already committed, *kindly* asking for a release on the dev ML can do the trick. HTH 2015-03-13 2:38 GMT+01:00 Marcos Zolnowski < marcos.zolnow...@yahoo.com.invalid>: > From: > http://jira.

What is going on with maven-javadoc-plugin?

2015-03-12 Thread Marcos Zolnowski
From: http://jira.codehaus.org/browse/MJAVADOC-365?focusedCommentId=363324&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-363324"It has been about 6 months now since the last activity here. I wonder, what can be done with respect to getting a 2.11 or 2.10.2 version

Re: Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Stephen Connolly
asciidoc(tor) is the way of the future. On 13 March 2015 at 00:44, Barrie Treloar wrote: > On 13 March 2015 at 11:05, Kevin Burton wrote: > > Thanks. IF these are used in big projects like this I’ll probably just > > migrate. > > Wasn't there some talk about using reStructuredText at some stag

Re: Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Barrie Treloar
On 13 March 2015 at 11:05, Kevin Burton wrote: > Thanks. IF these are used in big projects like this I’ll probably just > migrate. Wasn't there some talk about using reStructuredText at some stage? I'm only just tinkering with that now on other projects so I have not investigated whether the Ma

Re: Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Kevin Burton
Thanks. IF these are used in big projects like this I’ll probably just migrate. It’s good to be pragmatic sometimes! KEvin On Thu, Mar 12, 2015 at 2:58 PM, Manfred Moser wrote: > I find markdown as a format just too restricted and painful to use. We had > good success with using asciidoc for

RE: asc missing ?

2015-03-12 Thread Martin Gainty
> Subject: Re: asc missing ? > From: manf...@mosabuam.com > To: users@maven.apache.org > Date: Thu, 12 Mar 2015 23:38:41 +0100 > > I can not find it on https://oss.sonatype.org/ or > https://repository

Re: asc missing ?

2015-03-12 Thread Manfred Moser
I can not find it on https://oss.sonatype.org/ or https://repository.sonatype.org/ even when logged in. Manfred Martin Gainty wrote on 12.03.2015 15:07: > flex-compiler-mojo identitifies dependency > >org.sonatype.flexmojos >asc >

Re: asc missing ?

2015-03-12 Thread Curtis Rueden
Hi Martin, > flex-compiler-mojo identitifies dependency > asc > which I cannot locate Which flex-compiler-mojo? This one? https://repository.sonatype.org/service/local/repositories/atlassian/content/info/flex-mojos/flex-compiler-mojo/2.0.3/flex-compiler-mojo-2.0.3.pom No "asc" in there as far a

Re: Does doxia site renderer have any feature to pick up and include artifacts from a pre-defined source folder/directory into output html?

2015-03-12 Thread Hervé BOUTEMY
Le jeudi 12 mars 2015 14:49:24 Krishnamurthy Nagarajan a écrit : > Hi Herve, > I am sorry; I have tried putting artifacts in src/site/resources earlier and > it automatically copies them to target/site. But it doesn't insert any > links to any of them in index.html, unlike it does it for 'reports'

asc missing ?

2015-03-12 Thread Martin Gainty
flex-compiler-mojo identitifies dependency org.sonatype.flexmojos asc 3.0 which I cannot locate any suggestions where to find this artifact would be GREATLY appreciated thanks/bedankt Martin __

Re: Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Manfred Moser
I find markdown as a format just too restricted and painful to use. We had good success with using asciidoc for the Android Maven Plugin for site generation. It uses the very active asciidoctor project for rendering in the site. http://simpligility.github.io/android-maven-plugin/ The Maven an

Do people actually use markdown or should I abandon it and migrate to xdocs?

2015-03-12 Thread Kevin Burton
I really wanted to live in the future but I think Markdown support in Maven is really lacking. 1. it’s super slow. I have a moderate sized project (10 small files) and it takes like 10 minutes to generate my site. 2. It’s buggy. If you have two projects and a multi-module build you can’t use t

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-12 Thread Mark Derricutt
On 11 Mar 2015, at 21:32, Karl Heinz Marbaise wrote: > I assume you are using a single local repository on your slave for all your > jenkins jobs? If so change the job configuration to use a repository localy > to the workspace of Jenkins... If you want to talk craziness - on my build server I

Re: Does doxia site renderer have any feature to pick up and include artifacts from a pre-defined source folder/directory into output html?

2015-03-12 Thread Krishnamurthy Nagarajan
Hi Herve, I am sorry; I have tried putting artifacts in src/site/resources earlier and it automatically copies them to target/site. But it doesn't insert any links to any of them in index.html, unlike it does it for 'reports' that are generated as per the specifications given in he pom.xml file.

Property substitution in /project/name?

2015-03-12 Thread Pop Qvarnström
Hi, In a multi module project, I want to reuse the project name from the parent pom as part of the project name for each module. It seemed reasonable to use ${project.parent.name}, but it seems that this property is never substituted, i.e. anything that refers to the project name gets the literal