Maven site JXR plugin

2009-08-03 Thread Julien Martelli
Hi all, I have a multi-module project and I want to deploy on the project's site an HTML version of my source code using the JXR maven plugin. The problem is that the JXR plugin runs well, the XREF folder is properly generated for each of my module, but when I use the mvn site:stage command

Matthieu Brouillard est absent(e).

2009-08-03 Thread matthieu . brouillard
Je serai absent(e) du 20/07/2009 au 10/08/2009. Je répondrai à votre message dès mon retour. I am actually out of office. I will answer you once I am back.

RE: Maven site JXR plugin

2009-08-03 Thread Julien Martelli
Ok got it! This was linked to the plugin configuration. Actually my configuration was extracted from an article on the Maven 2 site generation usage and the plugin groupId is wrong on this documentation (org.codehaus.mojo instead of org.apache.maven.plugins). Using the good plugin

Release plugin freezes in depednecy check

2009-08-03 Thread Jörg Schaible
Hi guys, did anyone of you encounter the problem, that the release-plugin freezes in preparation performing the dependency check for the snapshots? The project itself builds a plugin: == % $ mvn org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:prepare [INFO]

Sun Jar files.

2009-08-03 Thread Samir
I'm trying to compile one of the simpler projects I have which depends on log4j. As soon as I try to compile it, I get: Missing: -- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from: http://java.sun.com/products/jms/docs.html Then, install

Re: Sun Jar files.

2009-08-03 Thread Alexander
No, you need jar file. 2009/8/3 Samir n...@esamir.com I'm trying to compile one of the simpler projects I have which depends on log4j. As soon as I try to compile it, I get: Missing: -- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from:

Re: Sun Jar files.

2009-08-03 Thread Brett Randall
On Mon, Aug 3, 2009 at 11:51 PM, Samir n...@esamir.com wrote: I'm trying to compile one of the simpler projects I have which depends on log4j. As soon as I try to compile it, I get: Missing: -- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from:

Text documents from APT ?

2009-08-03 Thread David C. Hicks
Pardon my ignorance, please. Is there a way to generate a nice looking text document out of an APT file? Surely, there's a plugin for doing that. I'd love to publish my release notes as part of my project site but still retain the ability to produce a text document (for those who just can't

Re: Text documents from APT ?

2009-08-03 Thread Ryan Connolly
I use the maven-changes-plugin to manage release notes and to generate text-only announcement emails. This may help: http://maven.apache.org/plugins/maven-changes-plugin/ On Mon, Aug 3, 2009 at 12:01 PM, David C. Hicks dhi...@i-hicks.org wrote: Pardon my ignorance, please. Is there a way

Re: Sun Jar files.

2009-08-03 Thread Samir
Brett Randall wrote: On Mon, Aug 3, 2009 at 11:51 PM, Samir n...@esamir.com wrote: I'm trying to compile one of the simpler projects I have which depends on log4j. As soon as I try to compile it, I get: Missing: -- 1) javax.jms:jms:jar:1.1 Try downloading the file

Re: [ANN] Maven Javadoc Plugin 2.6 Released

2009-08-03 Thread Ravi Luthra
Any word on the release date of 2.6.1, all of our builds in Hudson failed this weekend upon the release of 2.6. Thank you though for your work on this, I know its terrible to put in all the effort improving all of our lives and get bitten by it by random people like me. Thanks, Ravi On Fri, Jul

Re: obtain artifact dependencies using Maven API

2009-08-03 Thread Miroslav Tichý
Thanks for the reply. I have heard about it. What is your advice? ...to look up what i need in source code of this plugin? Mirek Alexander napsal(a): Did you read about http://maven.apache.org/plugins/maven-dependency-plugin

Re: Text documents from APT ?

2009-08-03 Thread David C. Hicks
Thanks for the tip, Ryan. I like the announcement feature. However, I'd really like to publish my release notes on the project web site. I'll keep digging. Maybe there's something in the Doxia (etc) area that will help me out. Thanks again, Dave Ryan Connolly wrote: I use the

Re: Text documents from APT ?

2009-08-03 Thread Ryan Connolly
David: If the site is a maven-generated site, it is as easy as using the changes-report goal in your pom. If not, you could still copy/paste the generated document? reporting plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Text documents from APT ?

2009-08-03 Thread David C. Hicks
Yes, it is a Maven-generated site. I'll look closer at the changes-report goal. When I first looked at it, I didn't get the impression that it would create something that could be included in the web site. Thanks again! Ryan Connolly wrote: David: If the site is a maven-generated site, it is

Re: archetype plug-in vs custom plug-in

2009-08-03 Thread Murali Pottlapelli
Hi All, I see TBD next to Generate a sub module from an archetype at http://maven.apache.org/plugins/maven-archetype-plugin. Is TBD for implementation or documentation? Is it possible to control the files created in a sub-module? Is it also possible to sync the content in the files based on

Surefire: How to specify jar class loading order?

2009-08-03 Thread David Hoffer
I have found a case where mvn install deploy work fine but site-deploy does not. The reason is that during site-deploy the surefire plugin is building a class loading list in the surefirebooter jar's Manifest that is different. The reason this matters in my case is that I have some class

Re: Surefire: How to specify jar class loading order?

2009-08-03 Thread Stephen Connolly
I am going to guess that you are using a version of maven 2.0.9 if I am wrong, let us know Sent from my [rhymes with myPod] ;-) On 3 Aug 2009, at 23:04, David Hoffer dhoff...@gmail.com wrote: I have found a case where mvn install deploy work fine but site- deploy does not. The reason is

Re: Maven site JXR plugin

2009-08-03 Thread Dennis Lundberg
Julien Martelli wrote: Ok got it! This was linked to the plugin configuration. Actually my configuration was extracted from an article on the Maven 2 site generation usage and the plugin groupId is wrong on this documentation (org.codehaus.mojo instead of

Copy groups of dependencies with dependency plugin

2009-08-03 Thread Chris
I'm having a rough time finding the magic syntax to get maven-dependency-plugin to copy dependencies to the right places. What I want to do is: 1. Copy dependencies with common groupIds to particular subdirectories. 2. Copy the rest of the compile-scope dependencies to the main /lib

[PLEASE TEST] Maven 2.2.1-RC2

2009-08-03 Thread John Casey
Hi again, After Brett sorted out some issues that got lost in the source-control mess on my localhost, and I resolved a couple more stragglers that came up as a result of testing out RC1, I think we're in better shape to attempt a release again. Before we do, I'd like to get as many eyes as

Re: Surefire: How to specify jar class loading order?

2009-08-03 Thread David Hoffer
No, I'm using 2.1x. -Dave On Mon, Aug 3, 2009 at 4:22 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I am going to guess that you are using a version of maven 2.0.9 if I am wrong, let us know Sent from my [rhymes with myPod] ;-) On 3 Aug 2009, at 23:04, David Hoffer

Re: Surefire: How to specify jar class loading order?

2009-08-03 Thread David Hoffer
I just verified, all our builds are using 2.1.0. -Dave On Mon, Aug 3, 2009 at 7:18 PM, David Hoffer dhoff...@gmail.com wrote: No, I'm using 2.1x. -Dave On Mon, Aug 3, 2009 at 4:22 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I am going to guess that you are using a