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

2015-03-13 Thread Marcos Zolnowski
Thank you for this enlightening response. On Friday, March 13, 2015 2:55 AM, Baptiste Mathus bmat...@batmat.net wrote: 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

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

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, On 3/13/15 2:38 AM, Marcos Zolnowski wrote: From: http://jira.codehaus.org/browse/MJAVADOC-365?focusedCommentId=363324page=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

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

2015-03-13 Thread Marcos Zolnowski
Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html, there seems to be an army of developers. Now I am aware of the reality of Maven, but I do not understand why a fixed bug needs votes. Bug was fixed 09/Oct/14, 6 months holding

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

2015-03-13 Thread Barrie Treloar
Hervé thanks for spotting someone had problems that may be un-addressed, I completely missed following that through. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail:

RE: artifactasc/artifactId missing ?

2015-03-13 Thread Martin Gainty
MGi d/l http://search.maven.org/#artifactdetails|net.flexmojos.oss|flexmojos-flex-compiler|7.0.1|jar pom/src when I compile 7.0.1 version i get a raft of unresolved artifacts: ... 22 more Caused by: org.eclipse.aether.resolution.DependencyResolutionException: The foll owing artifacts

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

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, now i would suggest to subscribe on the DEV mailing list and become an active member of the community and check the VOTEd release and see if it works for you...and please give feedback about it... Kind regards Karl Heinz Marbaise On 3/13/15 10:27 PM, Marcos Zolnowski wrote:

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

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, On 3/13/15 10:27 PM, Marcos Zolnowski wrote: Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html, there seems to be an army of developers. Now I am aware of the reality of Maven, Not really ...Okhere is the

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
I tried moving myproject/myproject-api-impl/src/test to myproject/src/test. But the tests are not found ([INFO] No tests to run.). The reason could be that there is no source folder indented in the root project folder, I had to create it. The failsave tests, though, are configured in the root

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
The failsave integration tests do not run. They should be applied to the whole service (war). But they are defined within a module (myproject-api-impl) and are therefore skipped. I could not figure out how to configure this. Martin Am 13.03.2015 um 09:00 schrieb Hervé BOUTEMY: sorry, can't

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

2015-03-13 Thread Hervé BOUTEMY
community is large: a lot of people use a lot of formats with maven-site- plugin and a lot of people have their own opinion about the format for the future :) That's the first time I hear about 10 minutes to generate the hand-written markup (whatever the format is or the number of files): what

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Hervé BOUTEMY
sorry, can't understand the case: problem when building the archetype? with project generated from archetype? Regards, Hervé Le vendredi 13 mars 2015 08:54:06 Martin Gütlein a écrit : Anyone? Where could I get some help on this issue (already tried stackoverflow as well)? Martin Am

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Sandra Parsick
I would move the integration tests from myproject-api-impl to the war module Regards, Sandra Am 13.03.2015 um 09:18 schrieb Martin Gütlein: The failsave integration tests do not run. They should be applied to the whole service (war). But they are defined within a module (myproject-api-impl)

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
Anyone? Where could I get some help on this issue (already tried stackoverflow as well)? Martin Am 10.03.2015 um 19:59 schrieb Martin Gütlein: Hi, I would like to run integration tests on my project, performing and testing rest-calls to my server. I have a maven project layout like with

[ANN] Apache Maven Archetype 2.3 Released

2015-03-13 Thread Benson Margulies
The Apache Maven team is pleased to announce the release of Apache Maven Archetype 2.3. Archetype is a tool for setting up new Maven projects. This is the last release intended to provide support for Maven 2.2.x. Release notes:

RE: artifactasc/artifactId missing ?

2015-03-13 Thread Martin Gainty
asc (mxml compiler) project is buried in flexover-sdk (last touched in 2007) https://code.google.com/p/flexcover-sdk/source/checkout here are the dependencies from build.xml property name=mxmlc.classpath value=xercesPatch.jar asc.jar xercesImpl.jar xmlParserAPIs.jar afe.jar aglj32.jar

Re: artifactasc/artifactId missing ?

2015-03-13 Thread Curtis Rueden
Hi Martin, org.sonatype.flexmojos:flexmojos-flex-compiler:3.8-SNAPSHOT is ancient. There are several new major versions, including a groupId change to net.flexmojos.oss: https://repository.sonatype.org/#nexus-search;quick~flexmojos-flex-compiler The latest on Maven Central is: