Installing new plugins

2007-03-18 Thread Or_Daniel
Hi. I wish to work with a plugin from codehaus. I added the required repository and pluginRepository to my pom as stated in the codehaus site. Still when I try to run it I get a plugin does not exist or no valid version could be found. The plugin I tried to use is minijar and I tried both

Re: Mvn clean issue

2007-03-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try to install the artifact so that if it is referenced as a dependency, it will be found. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended

Mojo Execution Issue

2007-03-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I try to run my custom plugin xyz from the pom.xml which defines it, I get the following error. Could someone help me please? If so, please let me know what this error means. Thank you. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'xyz'. [INFO]

Re: Mvn clean issue

2007-03-18 Thread Wayne Fay
Maven has to resolve all dependencies in the very first phase so it can discover (by reading the artifact jars) when to automatically execute various plugins etc. So if A isn't installed, and B depends on it, then B won't clean. Wayne On 3/18/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL

Re: Assembly id parameter

2007-03-18 Thread Stephane Nicoll
final name is not honored when deploying anyway. I don't think you can customize this, the classifier (e.g. assembly Id) is always a suffix of the main artifact. HTH, Stéphane On 3/18/07, Jean-Luc Wasmer [EMAIL PROTECTED] wrote: Hi, I'm trying to customize the of the assembled distribution

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Jerome Lacoste
On 3/18/07, Adam Hardy [EMAIL PROTECTED] wrote: I want the software house where I work to go to the next level with maven from where we are at the moment, which is a case of gross under-utilisation. We use maven as a glorified ant script to run tests and build jars. There are several other

Re: Assembly id parameter

2007-03-18 Thread Jean-Luc Wasmer
how can I deploy the assembly? I'm using a multimodule project so the only thing that gets deployed is the pom. Jean-Luc Stephane Nicoll wrote: final name is not honored when deploying anyway. I don't think you can customize this, the classifier (e.g. assembly Id) is always a suffix of the

Maven-Idea-Plugin - questions

2007-03-18 Thread uma_rk
The Maben Idea Plugin works great - except when I have to add a new dependency to the project after I have regenerated the idea project. It appears that I must regenerate the idea project file everytime the dependencies change. Is this correct? This is very painful - I hope there is a way to

Re: Maven-Idea-Plugin - questions

2007-03-18 Thread Dennis Lundberg
[EMAIL PROTECTED] wrote: The Maben Idea Plugin works great - except when I have to add a new dependency to the project after I have regenerated the idea project. It appears that I must regenerate the idea project file everytime the dependencies change. Is this correct? This is very painful - I

[ANN] jaxws-maven-plugin relocation

2007-03-18 Thread Dan Tran
Per agreement between org.codehaus.mojo and jax*-ws-commons.dev.java.net* jaxws-maven-plugin has been transferred to https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ and version 1.0 is officially released. -Dan

Re: Mojo Execution Issue

2007-03-18 Thread Wayne Fay
Try mvn -X and see the full stack trace. Usually it helps identify problems. Wayne On 3/18/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: When I try to run my custom plugin xyz from the pom.xml which defines it, I get the following error. Could someone help me please? If

Re: Installing new plugins

2007-03-18 Thread Wayne Fay
As far as I can see, you've misspelled ueberjar: http://mojo.codehaus.org/minijar-maven-plugin/plugin-info.html But I don't use this plugin myself, so I'm not entirely positive this is the problem. Run mvn -X for more error details. Wayne On 3/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Error with JPOX when trying to build on Windows XP

2007-03-18 Thread Olivier Dehon
Hi, I am trying to build continuum from a checkout from the trunk on WinXP. I am getting this error from the JPOX Enhancer tool (in the continuum-model project): JPOX Enhancer completed with success for 19 classes. Consult the log for full details [DEBUG] [INFO]

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Adam Hardy
Jerome Lacoste on 18/03/07 19:13, wrote: On 3/18/07, Adam Hardy [EMAIL PROTECTED] wrote: I want the software house where I work to go to the next level with maven from where we are at the moment, which is a case of gross under-utilisation. We use maven as a glorified ant script to run tests

Re: [ANN] jaxws-maven-plugin relocation

2007-03-18 Thread Tony Ambrozie
+1 On 3/18/07, Dan Tran [EMAIL PROTECTED] wrote: Per agreement between org.codehaus.mojo and jax*-ws-commons.dev.java.net* jaxws-maven-plugin has been transferred to https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ and version 1.0 is officially released. -Dan

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Eric Redmond
Send them to the Philly Emerging Tech conference in two weeks - I'm giving a talk on the management track about the glorious benefits of managing/automating parts of your development process with Maven. http://www.phillyemergingtech.com/schedule.php Eric On 3/18/07, Adam Hardy [EMAIL

Re: Handling non-jar artifacts

2007-03-18 Thread Henry S. Isidro
On Saturday, March 17, 2007 22:19, Alessandro Di Bella wrote: Hi, I'm new to maven 2 and I'm trying to write a project descriptor for a web application. I have a dependency on an artifact of type tgz. The file gets downloaded without a problem but I need to unpack it into

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Barrie Treloar
On 3/19/07, Eric Redmond [EMAIL PROTECTED] wrote: Send them to the Philly Emerging Tech conference in two weeks - I'm giving a talk on the management track about the glorious benefits of managing/automating parts of your development process with Maven.

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Barrie Treloar
On 3/19/07, Barrie Treloar [EMAIL PROTECTED] wrote: On 3/19/07, Eric Redmond [EMAIL PROTECTED] wrote: Send them to the Philly Emerging Tech conference in two weeks - I'm giving a talk on the management track about the glorious benefits of managing/automating parts of your development process

Re: Mojo Execution Issue

2007-03-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
I tried this, but I am not able to understand the meaning of a project referencing itself. Please let me know what this means. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you

Re: Pass params from command line to Junit test

2007-03-18 Thread Tony Ambrozie
You may want to have a look at maven-surefire-plugin: http://maven.apache.org/plugins/maven-surefire-plugin/index.html You can also pass the desired string as a system property in the cmd line, and your test class can retrieve it in setUp. On 3/16/07, lanchez [EMAIL PROTECTED] wrote: How

Re: Maven-Idea-Plugin - questions

2007-03-18 Thread uma_rk
Hello... I am revamping our build environment with Maven. And am meeting with stiff resistance from the group, despite its obvious advantages. In that context: From: Dennis Lundberg [EMAIL PROTECTED] What is painful about it? We are dealing with the problem of 'hot deployment' -

Using Maven without an intyernet connection

2007-03-18 Thread Ivan Biddles
Hi, I am integrating several open source projects into an application and some of these projects are built with Maven, which I have not used to date. I have read the FAQs etc. but I could not find a mention of being able to do a Maven build on a machine that is not directly connected to the

Re: Using Maven without an intyernet connection

2007-03-18 Thread Henry S. Isidro
On Monday, March 19, 2007 15:17, Ivan Biddles wrote: Hi, I am integrating several open source projects into an application and some of these projects are built with Maven, which I have not used to date. I have read the FAQs etc. but I could not find a mention of being able to do a Maven