Re: Errant failure notification

2006-10-07 Thread Richard Wallace
Ooops. My mistake. The server that was sending the error was the first server I had installed Continuum on. I didn't realize it was still running and didn't look closely enough at the error messages to realize until I just shut down my newest continuum install and continued to get the messages!

Re: Errant failure notification

2006-10-07 Thread Jesse McConnell
oh thats good to hear...I was a bit boggled there :) On 10/7/06, Richard Wallace [EMAIL PROTECTED] wrote: Ooops. My mistake. The server that was sending the error was the first server I had installed Continuum on. I didn't realize it was still running and didn't look closely enough at the

[ANN] Maven Clover Plugin 2.3 for Maven 2 Released

2006-10-07 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.3 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

Server certificate verification failed: issuer is not trusted

2006-10-07 Thread frenchm
Hi, I am try to get continuum to build my m2 multi project continously but get the following error whrn try in to check the code out from source forge: INFO | jvm 1| 2006/10/07 19:02:00 | 2006-10-07 19:02:00,034 [Thread-2] WARN ContinuumScm - Error while updating the

required artifacts missing: xdoclet-plugins:xdoclet-plugin-qtags:jar:${pom.currentVersion}

2006-10-07 Thread bhaskar ramasamy
Hi Maven users, While, Iam running the pom.xml file, Iam getting the following error. In fact I have manually downloaded and installed the missed artifacts/jar files using the below command. mvn install:install-file -Dfile=path-to-file -DgroupId=group-id \ -DartifactId=artifact-id

War without lib and classes maven 2.0.4

2006-10-07 Thread Neeraj Bisht
hi all i want the war file without lib and classes for this i write ant task and merze in my pom the ant task as follow plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution

Re: Server certificate verification failed: issuer is not trusted

2006-10-07 Thread Kenney Westerhof
Hi, You'll need to install the certificate for the website manually. See http://docs.codehaus.org/display/HAUSMATES/WebDAV#WebDAV-WebDAVInstallingtheAddTrustCAintotheJavaJDK for an example of how to do this. -- Kenney frenchm wrote: Hi, I am try to get continuum to build my m2 multi

Re: Getting started with archiva

2006-10-07 Thread Mike George
I agree with Dirk. New user's want to build things out of the box and if they run into too many annoyances they'll just quit. Being a new user to Archiva, I'm speaking from experience. As I understand it... The repository for the parent pom should be listed in the child pom unless it's

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread Marco Mistroni
hello, i suspect to have your war without lib you will need to define proper scope of your dependencies anyone pls correct me if i m wrong hth marco On 10/7/06, Neeraj Bisht [EMAIL PROTECTED] wrote: hi all i want the war file without lib and classes for this i write ant task and

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread dan tran
packaging of the war is at package phase. So you are out of luck to intercept it before the actual war file is built. -D On 10/7/06, Marco Mistroni [EMAIL PROTECTED] wrote: hello, i suspect to have your war without lib you will need to define proper scope of your dependencies anyone pls

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread neeraj daffodil
hi dan ,marco i already tried the package level but it did not work for me yes you are right that i have to insert it before war build but where i do not know in maven 1.X i did it calling prerequest=war:web then make my war but here in maven 2.X i did not find any kind of that

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread Marco Mistroni
Hello, well, afaik if you put java classes in your war project... they'll go into classes directory so, as far as i can see, your best bet is to create a jar project for your java classes and a war project that just include web contents.. .. hth marco On 10/7/06, neeraj daffodil [EMAIL

Re: Patching plugins

2006-10-07 Thread jan_bar
So I reply to myself (if somebody cares about the same problems as I do): 1. Comparing artifact versions: The Better Builds with Maven, p. 61 first para says, that A version that contains a qualifier is always considered newer than a version without a qualifier; for example, 1.2 is newer than

resources for learning maven

2006-10-07 Thread Nishant Mehta
Hi all, I was wondering if anyone has a comprehensive list of resources (books, tutorials, etc) for learning maven. I have the Better build with maven book but thought it was a bit superficial. Any input would be great. Thanks nmehta

Re: resources for learning maven

2006-10-07 Thread Wendy Smoak
On 10/7/06, Nishant Mehta [EMAIL PROTECTED] wrote: I was wondering if anyone has a comprehensive list of resources (books, tutorials, etc) for learning maven. I have the Better build with maven book but thought it was a bit superficial. Any input would be great. There's a link on the Maven

Re: Patching plugins

2006-10-07 Thread Wendy Smoak
On 10/7/06, jan_bar [EMAIL PROTECTED] wrote: 1. Comparing artifact versions: The Better Builds with Maven, p. 61 first para says, that A version that contains a qualifier is always considered newer than a version without a qualifier; for example, 1.2 is newer than 1.2-beta. This is in