How to release if using testng

2007-10-11 Thread Wim Deblauwe
Hi, how do other people release their maven project if they use TestNG? The only surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since it is a snapshot, I cannot release. I could try to give the snapshot jars a real release number, but I'd rather not do that because a) it feels like

Re: Maven good Design

2007-10-11 Thread Dan Tran
Wendy puts it right on the spot. "hazard pay" I also want to add: pay premium for extra health insurance b/c you will go insane. :-) like Wayne has suggested, do it on the branch and show your boss prototype before your proposal shows up on his desk. -D On 10/11/07, Wendy Smoak <[EMAIL PRO

Re: Maven good Design

2007-10-11 Thread Wendy Smoak
On 10/11/07, Saloucious <[EMAIL PROTECTED]> wrote: > Each Ant scripts creates one or more artifacts : jar , ejb, aar, sar (with > embeded artifacts) ... > As i can see in Maven : one pom.xml = one artifact (recommanded). > > I search a good design solution to convert these Ant's processes to Maven

Re: how to specify the eclipse code formatter profile

2007-10-11 Thread Dan Tran
put some thing like this in your root pom sothat you can setup code formater maven-eclipse-plugin 2.5-SNAPSHOT ${basedir} 1.5 http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclips

how to specify the eclipse code formatter profile

2007-10-11 Thread Leo Liang
Hi there, How can I specify the eclipse code formatter profile in POM file, so that the profile is activated in eclipse project generated by mvn eclipse:eclipse? I don't want to import the profile in Eclispe manually. I wish that everybody check out the code from SCM, and run mvn eclipse:eclipse,

The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-11 Thread Bill Brown
Greetings: I am trying to use continuum-1.1-beta-3 with jdk java-6-sun-1.6.0.03 on Ubuntu Linux. After adding a maven2 pom, I get the following error when trying to build: Provider message: The svn command failed. Command output: -

Re: [m2] SSL certificate name does not match

2007-10-11 Thread David Williams
Sorry it was late when I replied. = ) Here's the link http://blogs.sun.com/andreas/entry/no_more_unable_to_find On 10/11/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: > > Yeah... Where is the link :-)? > > I tried to play with the keytool program. I have imported the SSL > certificate into my key

Re: Maven good Design

2007-10-11 Thread Wayne Fay
If you are truly "converting" from Ant to Maven, the correct approach would be to "convert" the application structure into the suggested Maven layout. You should be able to do this in a branch in your SCM so as to not disturb the rest of your team until you are ready to finalize your changes. Way

Re: Maven good Design

2007-10-11 Thread Saloucious
Sorry for the really poor subject title, Ant to Maven : Best Practises would be better ... Saloucious wrote: > > Hi, > > i'm newbie with Maven and i'm in charge to convert application projects > from Ant to Maven > > Each Ant scripts creates one or more artifacts : jar , ejb, aar, sar (with

Maven good Design

2007-10-11 Thread Saloucious
Hi, i'm newbie with Maven and i'm in charge to convert application projects from Ant to Maven Each Ant scripts creates one or more artifacts : jar , ejb, aar, sar (with embeded artifacts) ... As i can see in Maven : one pom.xml = one artifact (recommanded). I search a good design solution to co

Re: [maven-site-plugin] skip subprojects

2007-10-11 Thread Dennis Lundberg
Did you try using the -N command line switch for Maven? mvn -N site:site Guillaume Boucherie wrote: Hi, Is there a way to skip subprojects in site generation. Let see an example: project |-- subproject1 | `-- pom.xml |-- subproject2 | |-- subproject21 | | `-- pom.xml |

generama:qdox

2007-10-11 Thread Enrique Gaona
Does anyone have a copy of qdox pom file that they can send me or a link where I can download the file? My build is failing several times a day because it can't download this pom file and for some reason it doesn't exist in any of the maven repository. [INFO] --

fatal error setDefaultRepositoryPermissions no such method

2007-10-11 Thread Jan Pittner
Hi, Maven will work and then something will happen (not sure what, I did install the Maven Eclipse plugin though) and then I get this out of the blue: (running, say, mvn at the command line) imac20:~ jan$ mvn [INFO] [

RE: list of companies using Maven 2.0.7

2007-10-11 Thread Siegmann Daniel, NY
> Can any one tell me which are the companies using Maven 2.0.7 > or Maven 2.x ? I work for FJA-US (http://www.fja-us.com/us/). It is the primary build tool at my company (the US branch at least, but it is used in other branches as well). There are a few older projects on Ant or Maven 1, but all

ear files and maven-eclipse-plugin

2007-10-11 Thread Adrian Gonzalez
Hello, A really noob question... (sorry !) I'm currently using maven-eclipse-plugin to build a web project with third party dependencies and a java project. I want now to use this plugin to add a ear project including the previous web project and java project (as utility jar). maven-eclipse-plu

RE: Has this bug been fixed/addressed?

2007-10-11 Thread EJ Ciramella
NVM - I can see this is a bug in javancss reporting, not maven and not the plugin. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:37 PM To: Maven Users List Subject: Has this bug been fixed/addressed? http://jira.codehaus.org/browse/MJ

Has this bug been fixed/addressed?

2007-10-11 Thread EJ Ciramella
http://jira.codehaus.org/browse/MJNCSS-16 We too are running into this issue...

Import a profile??

2007-10-11 Thread Yan Huang
Hello, Not sure if my question makes sense or not. In maven2, is there a way to import (or upload) a profile from a file rather than define all of them in the single pom file? I mean, I have several profiles that can be activated dependent on properties. Rather than define all of them in the singl

Re: using a parent pom my plugin is started twice

2007-10-11 Thread Wayne Fay
I'll assume you've declared the plugin in in the parent pom. Instead, try declaring it (and its config) in pluginManagement in the parent, and remove it from . Wayne On 10/11/07, DocJunioR <[EMAIL PROTECTED]> wrote: > > hi, > I use a parent pom, to pre-configure a self-programmed plugin for the

Re: number of people using Maven 2.0.7 Version

2007-10-11 Thread Nicky Sandhu
I think something like surveymonkey.com would be more suited to what you are trying to do. You can post the survey link back here and we could respond and then you can publish the results back here Nicky Habib wrote: > > Can any one tells me how many people are using Maven 2.0.7 or 2.x or where

Re: Maven Reporting Plugin's

2007-10-11 Thread Wayne Fay
Many plugins have a configuration. Check the docs to see if NCSS has such a config, and if not, file an RFE for it to be added and/or add it yourself. Not certain, but this would probably solve your problems. Wayne On 10/11/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: >

Re: [m2] plugin to combine other plugins?

2007-10-11 Thread rhyolight
Understood. That would be easy. I'm coming from a very ant-heavy environment, so I'm used to doing anything/everything with any. Just wondering if there was a Maven Way to do such a task. Thanks! Wayne Fay wrote: > > Most people just write a little batch file to do this kind of thing, > not

Re: [m2] plugin to combine other plugins?

2007-10-11 Thread Wayne Fay
Most people just write a little batch file to do this kind of thing, not a plugin. Wayne On 10/11/07, rhyolight <[EMAIL PROTECTED]> wrote: > > I'm new to Maven. I would like to call something like "mvn update-deploy" > from the command line that will resolve to "mvn scm:update clean > site-deplo

[m2] plugin to combine other plugins?

2007-10-11 Thread rhyolight
I'm new to Maven. I would like to call something like "mvn update-deploy" from the command line that will resolve to "mvn scm:update clean site-deploy". Is there an easy way to create a shortcut like this without writing a mojo? -- View this message in context: http://www.nabble.com/-m2--plug

RE: How to prevent "Checking for updates from..."

2007-10-11 Thread Graham Leggett
On Thu, October 11, 2007 6:00 pm, Holt, Jack C. wrote: > I'm just a newbie to maven, but I believe that is the point of > "SNAPSHOTS". By default, if you specify that you want the snapshot > version of a dependency, maven will check once a day for newer > snapshots. But that is configurable to ch

RE: How to prevent "Checking for updates from..."

2007-10-11 Thread Holt, Jack C.
I'm just a newbie to maven, but I believe that is the point of "SNAPSHOTS". By default, if you specify that you want the snapshot version of a dependency, maven will check once a day for newer snapshots. But that is configurable to check more or less frequently. -Original Message- From: [

RE: setting the version number in Maven

2007-10-11 Thread EJ Ciramella
No, not really, I want CC to specify the build number, not maven. -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 11:54 AM To: Maven Users List Cc: Maven Users List Subject: RE: setting the version number in Maven On Thu, October 11, 20

RE: number of people using Maven 2.0.7 Version

2007-10-11 Thread Holt, Jack C.
I don't know if you wanted to clutter up this mailing list with individual responses, but my dev team is using 2.0.7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Habib Sent: Thursday, October 11, 2007 5:28 AM To: users@maven.apache.org Subject: number

Re: list of companies using Maven 2.0.7

2007-10-11 Thread Wayne Fay
The answer is "lots" of companies. I don't think you'll ever see a "complete" list, or even a reasonably accurate partial one. Wayne On 10/11/07, Cla Monsch <[EMAIL PROTECTED]> wrote: > http://www.netcetera.ch > > > Quoting Vanja Petreski <[EMAIL PROTECTED]>: > > > One more vote for Antegra (http

RE: setting the version number in Maven

2007-10-11 Thread Graham Leggett
On Thu, October 11, 2007 5:38 pm, EJ Ciramella wrote: > Currently, we're using the deploy-file goal and specifying a build > number to that (even though internally, the poms list a snapshot > version). Additionally, when our larger parent/child combos branch, > there's the added effort to change

Re: What should i type to compile against a certain version of snapshot?

2007-10-11 Thread Wayne Fay
Good question(s). No idea about the answer(s). ;-) Wayne On 10/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 10/11/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > You can specify that version in the pom ie: > > 5.0-20070802.165005-1 > > I wonder... does Maven still "know" that's a snapshot? Wi

RE: setting the version number in Maven

2007-10-11 Thread EJ Ciramella
I'm confused (and intrigued)... We're also using cruise control and it'd be really nice to let CC supply maven with what it thinks the build number is for particular modules. Currently, we're using the deploy-file goal and specifying a build number to that (even though internally, the poms list a

Maven Reporting Plugin's

2007-10-11 Thread Morgovsky, Alexander (US - Glen Mills)
Hello. When JavaNCSS encounters a project which has no source code files, it renders the summary site to have all 0's for its entries. For example, if I have nine projects which have source code files in their src and one which does not, the summary page shows all 0's. Please advise on how to ma

Re: What should i type to compile against a certain version of snapshot?

2007-10-11 Thread Wendy Smoak
On 10/11/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > You can specify that version in the pom ie: > 5.0-20070802.165005-1 I wonder... does Maven still "know" that's a snapshot? Will it download that from a repository that has false ? Yet another of the experiments I never seem to have time to cons

Re: What should i type to compile against a certain version of snapshot?

2007-10-11 Thread Wayne Fay
You can specify that version in the pom ie: 5.0-20070802.165005-1 Wayne On 10/11/07, Baz <[EMAIL PROTECTED]> wrote: > When deploying snapshot version to remote repository. There are versioned > snapshots in the sub directories. For example, > > if i deploy 5.0-SNAPSHOT of ABC, then here is the di

Re: What should i type to compile against a certain version of snapshot?

2007-10-11 Thread Baz
When deploying snapshot version to remote repository. There are versioned snapshots in the sub directories. For example, if i deploy 5.0-SNAPSHOT of ABC, then here is the directory structure within the repo after deployment: com/123/ABC/5.0-SNAPSHOT/ ... ABC-5.0-20070802.165005-1.pom

Re: list of companies using Maven 2.0.7

2007-10-11 Thread Cla Monsch
http://www.netcetera.ch Quoting Vanja Petreski <[EMAIL PROTECTED]>: One more vote for Antegra (http://www.antegra.com/index.php?lang=2&menu=1). V > > Can any one tell me which are the companies using Maven 2.0.7 or Maven > 2.x? > > > > > > thanks in advance. > > -- ---

Re: Error doploying 3rd party jar

2007-10-11 Thread Borut Bolčina
Ok, I just succeeded. I had this problem a couple of months ago. I forgot how I solved it. I just put the pom.xml as described at http://maven.apache.org/archiva/guides/getting-started/maven-configuration.htmlinto the same directory as my 3rd party jar. As for the https://, what do you want to kno

Re: Continuum under Tomcat & CVS

2007-10-11 Thread Antonín Faltýnek
This is really funny, because I'm running on linux box, I'm not able to perform cvs login for 'ext' server and my repo is not run on pserver. So I tried connecting to cvs server through ssh using rsa key. When I configure (fresh install and upload of one POM) continuum, which was running as st

Error doploying 3rd party jar

2007-10-11 Thread Borut Bolčina
My sources deploy just fine on the company dav repo, but I am having difficulties deploying 3rd party jars. mvn deploy:deploy-file -DgroupId=de.nava -DartifactId=informa -Dversion= 0.6.5 -Dpackaging=jar -Dfile=informa.jar-DrepositoryId=mycompany-maven-repository -Durl=dav: https://maven.mycompany.

Re: Error doploying 3rd party jar

2007-10-11 Thread Wendy Smoak
On 10/11/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: > My sources deploy just fine on the company dav repo, but I am having > difficulties deploying 3rd party jars. Check the 'Deploying Third-Party Artifacts' section on this page: http://maven.apache.org/archiva/guides/maven-configuration.html

Re: A simple question

2007-10-11 Thread Ivo Limmen
Dear Thomas, This is really a question about Eclipse. ${basedir} is a maven specific property. You probably are looking for "${workspace_loc:}/src/main/java/com/mytest/deploy.wsdd" or something similar. Please refer to the Eclipse documentation if this does not answer your question (or solve your

How to prevent "Checking for updates from..."

2007-10-11 Thread Graham Leggett
Hi all, I have a large multi-module build, that from time to time wants to go off to the (in our case slow) internet to "check for updates". In the pom file, all our repositories but one (our local repo) are set to have snapshots disabled like below, this doesn't seem to change maven though: mave

Re: list of companies using Maven 2.0.7

2007-10-11 Thread Vanja Petreski
One more vote for Antegra (http://www.antegra.com/index.php?lang=2&menu=1). V > > > Can any one tell me which are the companies using Maven 2.0.7 or Maven > > 2.x? > > > > > > > > > thanks in advance. > > > -- > >

Re: list of companies using Maven 2.0.7

2007-10-11 Thread Adam Altemus
We use it at MobilVox on many of our projects. On 10/11/07, nicolas de loof <[EMAIL PROTECTED]> wrote: > > We are using it at capgemini on many projects, but it has not (yet ?) been > selected as a corporate tool. > > Nico. > > 2007/10/11, Habib <[EMAIL PROTECTED]>: > > > > > > Can any one tell me

Re: list of companies using Maven 2.0.7

2007-10-11 Thread nicolas de loof
We are using it at capgemini on many projects, but it has not (yet ?) been selected as a corporate tool. Nico. 2007/10/11, Habib <[EMAIL PROTECTED]>: > > > Can any one tell me which are the companies using Maven 2.0.7 or Maven 2.x? > > > thanks in advance. > -- > View this message in context: > h

number of people using Maven 2.0.7 Version

2007-10-11 Thread Habib
Can any one tells me how many people are using Maven 2.0.7 or 2.x or where I can find similiar information ? Thanks in advance. -- View this message in context: http://www.nabble.com/number-of-people-using-Maven-2.0.7-Version-tf4606910s177.html#a13154750 Sent from the Maven - Users mailing list

list of companies using Maven 2.0.7

2007-10-11 Thread Habib
Can any one tell me which are the companies using Maven 2.0.7 or Maven 2.x ? thanks in advance. -- View this message in context: http://www.nabble.com/list-of-companies-using-Maven-2.0.7-tf4606852s177.html#a13154575 Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Continuum under Tomcat & CVS

2007-10-11 Thread Antonín Faltýnek
Nope, I've tried to use Continuum configuration options 'SCM username' and 'SCM password'. Tonda Dne středa 10. října 2007 Emmanuel Venisse napsal(a): > Do you have a .cvspass file with your cvsroot declared in it? > > Emmanuel > > Antonín Faltýnek a écrit : > > I've tried but it was not functio

Is it possible to obtain invoked phase/goal from mojo?

2007-10-11 Thread Anders Blehr
Hi, The behaviour of a mojo I'm working on depends on whether the mojo was invoked standalone or as a phase in the lifecycle. More specifically, the behaviour depends on whether its associated phase is the last (i.e., invoked) phase in the current execution. Is it possible to obtain the lifecycl

Compilation error.

2007-10-11 Thread inime
I have set up multiproject maven project. There are two modules and parent. Client module compiles and produces jar artifact which is installed to repository(mvn install from parent). Then when it starts to compile web module than it throws me error, symbol cannot be found, constructor AppExceitio

using a parent pom my plugin is started twice

2007-10-11 Thread DocJunioR
hi, I use a parent pom, to pre-configure a self-programmed plugin for the whole company (e.g. executions, etc.) . Each project has to configure some details, so I bind this plugin in the child.pom this works but my plugin is called twice. can someone tell me what to do? -- View this message in

A simple question

2007-10-11 Thread Thomas Chang
Dear all, I use maven2 with eclipse3.3. Now I want to run an application (or a class with main-function) which needs a file as input. This file "deploy.wsdd" locateds in package com.mytest. I configure the the run in eclipse by entering "${basedir}/src/main/java/com/mytest/deploy.wsdd". But as

Please release wagon-ftp

2007-10-11 Thread Julien HENRY
Hi, Could you please release a new version of wagon-ftp. I really need WAGONFTP-7 for deploying site. Thanks Julien _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail -

Re: [m2] SSL certificate name does not match

2007-10-11 Thread Adrian Herscu
Yeah... Where is the link :-)? I tried to play with the keytool program. I have imported the SSL certificate into my key store; this creates a file named .keystore in C:\Documents and Settings\me. I tried to run Maven and DAVExplorer; their behavior did not change :-( Now the weird things: