Re: Multimodule, multilevel project

2009-02-04 Thread Czollli
Geoffrey Wiseman wrote: parent (pom, multi-module; any common dependencies or dependency management, plugin management, etc.) - common (common source code; jar) - dev1 (depends on common; adds config; can overlay/flatten/shade jar if you like) - dev2 (same as dev1, but with its own

Re: Multimodule, multilevel project

2009-02-04 Thread Czollli
Wayne Fay wrote: The source code must be common, dev1, dev2 etc. are different environments differs only in configuration files. In that case, I would probably use profiles (which were designed for this purpose exactly) and structure the project as follows: no dev1, dev2 directories

Custom plugin ClassCastException: BasicComponentConfigurator

2009-02-04 Thread Winterflood, Jonathan
Hi list, The project I'm working on uses a custom made plugin to download and run specific versions of artefacts, using their POMs to get their dependencies. In-house, this works fine, and for our user on the clients machines (SunOs 5.9, not that it should matter?), also. However, a

Re: Multimodule, multilevel project

2009-02-04 Thread Nick Stolwijk
I think you missed the comment about overlay/flatten/shade the dev1 and dev2 modules. What are you going to do with the jars of dev1 and dev2? 1) Use it as dependencies for other maven modules In this case you don't need to do anything special, the common modules will end up as a transitive

selenium-maven-plugin howto specifie multiple browsers

2009-02-04 Thread kukudas
hi, how can i run selenese command with more than one browser ? Atm i use browser*opera/browser for example. I couldn't find any hint in the documentation i hope somebody can help me. Thanks kukudas -- View this message in context:

ANN rpm-maven-plugin 2.0-beta-2 Released

2009-02-04 Thread Brett Okken
The Mojo team is pleased to announce the release of the rpm maven plugin version 2.0-beta-2. http://mojo.codehaus.org/rpm-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: plugin groupIdorg.codehaus.mojo/groupId

Archiva and Assembly Artifact

2009-02-04 Thread Salgar, Mehmet (external)
Hi everybody, we are trying to upload an artifact that is created from the maven assembly plugin to archiva...(as zip and also jar) Upload process functions but we are not able to see the artifact later in the archiva... Weird thing about it if the same artifact is installed in a local

Re: [jena-dev] SDB maven depends

2009-02-04 Thread Paolo Castagna
Taylor Cowan wrote: I have maven'ized my builds on jena, putting away my long time friend ant, and as far as jena proper, all is well, however, when I use SDB like this: dependency groupIdcom.hp.hpl.jena/groupId artifactIdsdb/artifactId version1.2.0/version /dependency Maven only

Maven with a Proxy Server

2009-02-04 Thread Horton, Anne B
Users, I just downloaded Maven and tried to run mvn compile. I see it Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-p lugin/2.2/maven-resources-plugin-2.2 And it tries to do this twice. It returns BUILD ERROR with Reason: POM

Re: Multimodule, multilevel project

2009-02-04 Thread Geoffrey Wiseman
On Wed, Feb 4, 2009 at 6:20 AM, Nick Stolwijk nick.stolw...@gmail.comwrote: I think you missed the comment about overlay/flatten/shade the dev1 and dev2 modules. What are you going to do with the jars of dev1 and dev2? 1) Use it as dependencies for other maven modules In this case you

Re: Maven with a Proxy Server

2009-02-04 Thread Antonio Petrelli
2009/2/4 Horton, Anne B anne.b.hor...@lmco.com: Users, I just downloaded Maven and tried to run mvn compile. I see it Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-p lugin/2.2/maven-resources-plugin-2.2 And it tries to do this twice. It returns

RE: Maven with a Proxy Server

2009-02-04 Thread Horton, Anne B
Antonio, Thank you for trying to help me. I believe our proxy requires no authentication so that would rule out being NTLM -right??? Any other ideas? Thank you very much in advance, Anne -Original Message- From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] Sent: Wednesday,

Re: [jena-dev] SDB maven depends

2009-02-04 Thread Taylor Cowan
Paolo, I believe this isn't related to your pom setup in the repo, things work fine with regular java builds, jar packaging, etc it has something to do with maven's webapp packaging, which isn't following tansitive dependencies.  I'll report back when I've figured out what I'm doing wrong.

Re: Maven with a Proxy Server

2009-02-04 Thread Nick Stolwijk
Maybe this is a stupid idea, but you didn't forget to uncomment the proxy settings in the conf.xml file? Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Feb 4, 2009 at 5:46 PM, Horton, Anne B anne.b.hor...@lmco.com wrote: Antonio,

Re: Maven with a Proxy Server

2009-02-04 Thread Antonio Petrelli
2009/2/4 Horton, Anne B anne.b.hor...@lmco.com: Antonio, Thank you for trying to help me. I believe our proxy requires no authentication so that would rule out being NTLM -right??? Not necessarily. Do you use Windows and login in a domain? In this case, most probably the proxy server will

Mutliple instance of Mule

2009-02-04 Thread vka
Hello: I have 2 versions of an app running on a server, which uses mule to monitor a folder. I would like both of them to run simulataneoulsy they both monitor different folders. I am trying to create a service for this 2 instances, but I am running into port issues as both the instance is using

Jar Aggregate javadoc

2009-02-04 Thread Todd Thiessen
I have benn looking through the archives but can't find out how to generate a jar of the aggregate javadoc in a multi-module project. It seems this is a limitation. Is there any way at all to do this? --- Todd Thiessen - To

Re: Jar Aggregate javadoc

2009-02-04 Thread Antonio Petrelli
2009/2/4 Todd Thiessen thies...@nortel.com: I have benn looking through the archives but can't find out how to generate a jar of the aggregate javadoc in a multi-module project. It seems this is a limitation. Is there any way at all to do this?

RE: Jar Aggregate javadoc

2009-02-04 Thread Todd Thiessen
I am looking to jar the aggregated javadoc. Thanks though. --- Todd Thiessen -Original Message- From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] Sent: Wednesday, February 04, 2009 12:13 PM To: Maven Users List Subject: Re: Jar Aggregate javadoc 2009/2/4 Todd

Re: Mutliple instance of Mule

2009-02-04 Thread Nick Stolwijk
I think this is better asked on the mule mailinglists. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Feb 4, 2009 at 6:05 PM, vka vka...@gmail.com wrote: Hello: I have 2 versions of an app running on a server, which uses mule to

Re: Jar Aggregate javadoc

2009-02-04 Thread Nick Stolwijk
It seems there is no aggregate-jar goal, and I couldn't find any requests for this in the Jira [1] Long term solution: Add a feature request in Jira (and maybe start coding it. ;) ) Short term solution: Use Maven Assembly Plugin to jar the files in the target/apidocs Or do both. :) Hth, [1]

RE: Maven with a Proxy Server

2009-02-04 Thread Horton, Anne B
Oh my gosh, one of the responders WAS CORRECT!!! The proxy has this nasty comment all around it!! GOOD JOB TEAM!!! YOU HAD THE ANSWER!!! Delete that comment and settings works!!! -Original Message- From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] Sent: Wednesday, February 04,

RE: Jar Aggregate javadoc

2009-02-04 Thread Todd Thiessen
Thanks Nick. I am starting to look at the assembly plugin to do the work. I will also look into creating a Jira. --- Todd Thiessen -Original Message- From: Nick Stolwijk [mailto:nick.stolw...@gmail.com] Sent: Wednesday, February 04, 2009 12:47 PM To: Maven Users List Subject:

RE: Jar Aggregate javadoc

2009-02-04 Thread Todd Thiessen
Jira create. Please vote... ;-) http://jira.codehaus.org/browse/MJAVADOC-225 --- Todd Thiessen -Original Message- From: Thiessen, Todd (BVW:9T16) Sent: Wednesday, February 04, 2009 12:49 PM To: Maven Users List Subject: RE: Jar Aggregate javadoc Thanks Nick. I am starting to

Re: Archiva and Assembly Artifact

2009-02-04 Thread Wendy Smoak
On Wed, Feb 4, 2009 at 8:46 AM, Salgar, Mehmet (external) mehmet.sal...@external.t-mobile.de wrote: Upload process functions but we are not able to see the artifact later in the archiva... Please ask on the Archiva users list. (Archiva is a separate project and has its own mailing lists.)

recommendation for separation of unit, integration tests

2009-02-04 Thread John Cartwright
Hello All, could someone suggest a recommendation or best practice for configuring the pom.xml to separate the unit and integration tests? I'd like to be able to run the unit tests independently of the integration tests. Thanks! --john

Re: recommendation for separation of unit, integration tests

2009-02-04 Thread Nick Stolwijk
See this document: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Feb 4, 2009 at 7:46 PM, John Cartwright john.c.cartwri...@noaa.gov wrote: Hello All, could

Re: recommendation for separation of unit, integration tests

2009-02-04 Thread Geoffrey Wiseman
On Wed, Feb 4, 2009 at 1:46 PM, John Cartwright john.c.cartwri...@noaa.govwrote: Hello All, could someone suggest a recommendation or best practice for configuring the pom.xml to separate the unit and integration tests? I'd like to be able to run the unit tests independently of the

Execution sequence of three plugins on the same phase: process-classes

2009-02-04 Thread Thiago Moreira (timba)
Hi there, I have three plugins that must be executed on the same phase (process-classes). How can I set the sequence on each one will be executed? Thanks in advance! Thiago Moreira

Customizing manifest with ear-plugin

2009-02-04 Thread Dave Rathnow
Could someone explain, or point me to a place that documents, how to customize the manifest using the Maven2 ear-plugin? Thanks Dave

Error using ftp ant task from antrun

2009-02-04 Thread Mickler, Tosh (MS)
I have a solaris build machine that ftp's the artifacts to a central location on another computer. It works when using maven 2.0.8. When we upgraded to maven 2.0.9, it stopped working. The error that I am getting is: [11:00:41]: [ERROR] BUILD ERROR [11:00:41]: [INFO]

RE: Jar Aggregate javadoc

2009-02-04 Thread Todd Thiessen
I have figured out how to do this using the assembly plugin and have added the procedure to the JIRA. --- Todd Thiessen -Original Message- From: Thiessen, Todd (BVW:9T16) Sent: Wednesday, February 04, 2009 1:12 PM To: Maven Users List Subject: RE: Jar Aggregate javadoc Jira

Webstart plugin, with no main class

2009-02-04 Thread Brian Leathem
Hello Maven list, I'm trying to use the Webstart plugin to build a jnlp file that has no main class. This jnlp has mail.jar as a sole resource, and is referred to by other jnlp files. The reson for this is that Sun sign's mail.jar, and I can't include it as a resource in the same jnlp that

Source plugin and removing jar from lifecycle

2009-02-04 Thread Todd Thiessen
I have been looking through the archives regarding why, when the source plugin is attached to the a phase, project builds start producing this warning. [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. Since it is a warning, I'd like to think that Maven is trying to

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Kalle Korhonen
This can be accomplished with a Doxia snippet macro ( http://maven.apache.org/guides/mini/guide-snippet-macro.html) and a little bit of creative Ant scripting. Might be too custom of a use case to make it a plugin. Kalle On Tue, Feb 3, 2009 at 11:00 PM, Kalle Korhonen

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Dennis Lundberg
You should be able to use the available ${project.*} properties in your index.apt.vm file to add the *current* release. You would still need to manually add the *previous* releases before you start the release process though. Kalle Korhonen wrote: As part of our release process we create a

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Dennis Lundberg
Kalle Korhonen wrote: On Wed, Feb 4, 2009 at 2:32 PM, Dennis Lundberg denn...@apache.org wrote: You should be able to use the available ${project.*} properties in your index.apt.vm file to add the *current* release. You would still need to manually add the *previous* releases before you

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Kalle Korhonen
On Wed, Feb 4, 2009 at 3:19 PM, Dennis Lundberg denn...@apache.org wrote: Kalle Korhonen wrote: On Wed, Feb 4, 2009 at 2:32 PM, Dennis Lundberg denn...@apache.org wrote: You should be able to use the available ${project.*} properties in your index.apt.vm file to add the *current*

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Wendy Smoak
On Wed, Feb 4, 2009 at 4:34 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: The whole point of this thread was to automate it. How about... - write a plugin to modify the text of the file. - use the scm plugin to commit the change. -- Wendy

Re: Automate modifying Maven site index when releasing

2009-02-04 Thread Kalle Korhonen
On Wed, Feb 4, 2009 at 3:39 PM, Wendy Smoak wsm...@gmail.com wrote: On Wed, Feb 4, 2009 at 4:34 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: The whole point of this thread was to automate it. How about... - write a plugin to modify the text of the file. - use the scm plugin to

maven 2.1 or maven 3.0

2009-02-04 Thread Jason Chaffee
Is there a timeline for a release and there anywhere I can find documentation on the new features/improvements/changes in said release? regards, Jason - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

RE: maven 2.1 or maven 3.0

2009-02-04 Thread Jason Chaffee
Actually, I found this page: http://docs.codehaus.org/display/MAVEN/Maven+3.0.x I cannot tell you how happy I am to hear about the rewriting of the artifact handling. It is the main part of maven that I think has major architectural issues. I very glad to see that Maven developers have

[Please Test] 2.0.10-RC8

2009-02-04 Thread Brian E. Fox
The previous regressions have been fixed. Here's the list of issues fixed in 2.0.10: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112styleName =HtmlprojectId=10500Create=Create Staged at (self-signed cert for now)