Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 11:01 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > As far as the reporting, I only have a generic declaration in reporting and > there is no reference to a version at all. > I also tried moving to 2.2 but I get the same error. When you do what, exactly? You've pasted config

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Dan Tran
You need to specify version=2.2 in both and sections putting 2.2 in pluginManagement is not good enought -D On Dec 28, 2007 10:01 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have 26 developers and moving to 2.0.8 right now is not possible. Maybe in > a month. > > As far as the reporting, I

Re: Maven2 + WLS - Exploded EAR

2007-12-28 Thread Haim Ashkenazi
On Dec 28, 2007 5:14 PM, amidrunk <[EMAIL PROTECTED]> wrote: > > [...] > I get the impression that the purpose of exploding an ear into a > deploy-dir > didn't really get communicated in that discussion. In my case, I can't > really point the server to the target-directories of individual projects

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
I have 26 developers and moving to 2.0.8 right now is not possible. Maybe in a month. As far as the reporting, I only have a generic declaration in reporting and there is no reference to a version at all. I also tried moving to 2.2 but I get the same error. On Dec 28, 2007 6:22 PM, Mick K

Re: maven2 way to hide transitive dependencies

2007-12-28 Thread Wendy Smoak
On Dec 26, 2007 6:25 AM, aldana <[EMAIL PROTECTED]> wrote: > Heinrich Nirschl wrote: > > > > No, the optional library may be needed for compiling. It can still be > > optional if it is never loaded at runtime for a certain use case. > > > but how should someone know if a certain use case is not ex

Re: maven-release-plugin with multi-project

2007-12-28 Thread Dan Tran
maven release works best if you have this structure: root pom.xml <-- parent common core framework web Note: you should eliminate your main and move its pom to root. Ofcourse you need to change all your module's pom accordingly. -D On Dec 28, 2007 3:59 PM, geirg

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 8:38 PM, amit kumar <[EMAIL PROTECTED]> wrote: > When I say mvn deploy the maven is throwing java exception. My > repository is actually a folder on a network pc, and the folder is > mapped to Apache Web Server and thus in the poms the repository is > mentioned as http://192.168.x.

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-28 Thread amit kumar
Hi, When I say mvn deploy the maven is throwing java exception. My repository is actually a folder on a network pc, and the folder is mapped to Apache Web Server and thus in the poms the repository is mentioned as http://192.168.x.x/repository , but deploy plug in expects scp: instead of http ( i g

Re: Notification on deployment of a new version of artifact

2007-12-28 Thread amit kumar
Thanks. Actually I want to have something similar for our company's repository which is lying on my LAN. The requirement is like, whenever a developer deploys a newer version, everyone must be notified. So I was wondering if Maven provides such a feature already. Regards, Hemant Malik On 12/29/07

Re: How to specify the plugin descriptor?

2007-12-28 Thread Stuart McCulloch
On 29/12/2007, Bernhard Huemer <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'd like to extend a mojo that is packaged within another maven plugin and > because the javadoc (and therefore the plugin metadata) isn't available to > plexus I thought of describing the plugin metadata manually. Is it > p

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
Hmm Here is my Surefire plugin: org.codehaus.mojo surefire-report-maven-plugin **/*.java

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 7:09 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > org.codehaus.mojo > cobertura-maven-plugin > 2.0 ... > Downloading: > http://snapshots.repository.codehaus.org//org/codehaus/mojo/cobertura-maven-plugin/2.2/cobertura

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
[WARNING] Error loading report org.codehaus.mojo.surefire.SurefireReportMojo- AbstractMethodError: canGenerateReport() [INFO] Skipped "About" report, file "index.html" already exists for the English version. [INFO] Generate "CPD Report" report. [INFO] Generate "PMD Report" report. [INFO] Generate "

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
[WARNING] Error loading report org.codehaus.mojo.surefire.SurefireReportMojo- AbstractMethodError: canGenerateReport() [INFO] Skipped "About" report, file "index.html" already exists for the English version. [INFO] Generate "CPD Report" report. [INFO] Generate "PMD Report" report. [INFO] Generate "

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
Nothing changed from my cobertura plugin. I was trying to do a org.codehaus.mojo cobertura-maven-plugin 2.0 xml

Re: [c-1.1] ORA-00910: specified length too long for its datatype

2007-12-28 Thread Wendy Smoak
On Dec 20, 2007 6:05 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > *I have looked at:* > http://jira.codehaus.org/browse/CONTINUUM-1189 > > *And I have the same error, but I can't find a resolution for version 1.1NOT > 1.1 alpha:* That issue was closed as a duplicate of CONTINUUM-961, which was su

Re: [m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 6:03 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I just started getting this error: > > [INFO] Error getting reports from the plugin ' > org.codehaus.mojo:cobertura-maven-plugin': Unable to find the mojo ' > org.codehaus.mojo:cobertura-maven-plugin: > 2.2:dump-datafile' in the plu

[m2] Unable to find the mojo 'org.codehaus.mojo:cobertura-maven-plugin:

2007-12-28 Thread Mick Knutson
I just started getting this error: [INFO] Error getting reports from the plugin ' org.codehaus.mojo:cobertura-maven-plugin': Unable to find the mojo ' org.codehaus.mojo:cobertura-maven-plugin: 2.2:dump-datafile' in the plugin 'org.codehaus.mojo:cobertura-maven-plugin' net/sourceforge/cobertura/co

Re: [c-1.1]Working copy delete error

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 5:38 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I just started getting this errror: > > org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error > executing action 'clean-working-directory' ... > Caused by: java.io.IOException: Unable to delete directory > /home/bui

Re: [m2] how do I specify the name of an assembly when there are several?

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 3:40 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I want to append "-${env}" to each of my assembly tar files. Here is what I > have so far: > > > maven-assembly-plugin > 2.2-beta-1 > >

[c-1.1]Working copy delete error

2007-12-28 Thread Mick Knutson
I just started getting this errror: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'clean-working-directory' at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434) at org.apache.m

maven-release-plugin with multi-project

2007-12-28 Thread geirgp
Does anyone know how to use release plugin together with multiper project/modules? I have the following 5 projects: * common (packaging=jar, parent project=main) * core (packaging=jar, parent roject=main) * framework (packaging=, parent parent project=main) * web (packaging=war, parent pro

Re: Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
Sorry. I figured it out. I was missing the "expression" option with the annotation. I thought that I had already tried that. This works: /** * @parameter expression="${planId}" default-value="plan1" */ private String planId; /** * @para

Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
I created a custom mojo that has a couple of attributes I'd like to optionally set from the command line. I assume this would be something like -Doverwrite=true when invoking the plugin (like Release plugin's -DdryRun=true). But, I can't figure out how to get it to work. I'm also having problem

[m2] how do I specify the name of an assembly when there are several?

2007-12-28 Thread Mick Knutson
I want to append "-${env}" to each of my assembly tar files. Here is what I have so far: maven-assembly-plugin 2.2-beta-1 src/assemble/assembly- descriptor-c2.xml

How to specify the plugin descriptor?

2007-12-28 Thread Bernhard Huemer
Hello, I'd like to extend a mojo that is packaged within another maven plugin and because the javadoc (and therefore the plugin metadata) isn't available to plexus I thought of describing the plugin metadata manually. Is it possible to specify this plugin descriptor somehow? regards, Bernhard Hu

Re: [Archiva] network proxy always used

2007-12-28 Thread Brett Porter
Yes, a file URL will work - but if those repositories are proxies themselves only the HTTP version will trigger a remote proxy. - Brett On 29/12/2007, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > I have a similar problem since I upgraded to 1.0. I can't proxy some local > repositories. > I'll try

Re: Notification on deployment of a new version of artifact

2007-12-28 Thread Wim Deblauwe
There is an RSS feed you can track on http://www.mvnrepository.com/ regards, Wim 2007/12/28, amit kumar <[EMAIL PROTECTED]>: > > HI, > Is it possible to notify ( via email may be ) whenever a newer version of > artifact is deployed into the remote maven repository? > Any ideas? > > Regards, > Am

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:40 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > SO I changed the version to 1.0-SNAPSHOT but now get this error with the > maven dashboard pluging: > > [INFO] > > [ERROR] BUILD FAILURE > [INFO] > --

Re: [m2] release snapshot errors

2007-12-28 Thread Mick Knutson
SO I changed the version to 1.0-SNAPSHOT but now get this error with the maven dashboard pluging: [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Can't relea

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:05 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My project version is *E1B-1.0-SNAPSHOT* > > Now I tried to just prepare each of my modules by themselves, and here is > what I get: > > [INFO] Unable to parse the version string: "*E1B-1.0-SNAPSHOT*" Since the version gets used

Re: [m2] release snapshot errors

2007-12-28 Thread Manos Batsis
Mick Knutson wrote: My project version is *E1B-1.0-SNAPSHOT* I suppose your version should just be "1.0-SNAPSHOT" (i.e. begin with a number) without the quotes. The "EJB" part should be the artifactId. hth, Manos - To unsu

Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 27, 2007 12:07 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am trying to just prepare a clearcase release. But I am using several > snapshot plugins. > > I also have all my modules as snapshots. How do I get maven to ignore the > plugin snapshots? ... > [INFO] Can't release project due t

Re: Strange behaviour with StarTeam

2007-12-28 Thread Dan Tran
this may be related to http://jira.codehaus.org/browse/CONTINUUM-1521 -D On Dec 28, 2007 7:38 AM, Ken Turner <[EMAIL PROTECTED]> wrote: > > http://www.nabble.com/file/p14527241/continuum.log continuum.log > > The attached log from Continuum 1.1 represents three consecutive builds of > exactly the

Re: [m2] release snapshot errors

2007-12-28 Thread Mick Knutson
My project version is *E1B-1.0-SNAPSHOT* Now I tried to just prepare each of my modules by themselves, and here is what I get: [INFO] [INFO] [release:prepare] [INFO] Resuming release from phase 'check-dependency-snapsh

Re: Not able to start with the basic program

2007-12-28 Thread Wendy Smoak
[moved from [EMAIL PROTECTED] On Dec 26, 2007 10:16 PM, Satya Prasad Sahu <[EMAIL PROTECTED]> wrote: > I am a new user to the Maven. > > I tried to write a sample program to start with. But failing with the > initial set up of Maven. > > I have gone through the SwiXAT user guide and I am trying t

Maven-war-plugin targetPath ignored?

2007-12-28 Thread brianjw
I'm currently building a module whose end result is an exploded war. However, I also want to include some other files to be deployed to the webappDirectory. For example, I have the plugin declared with: /home/brianjw/webapps/server In that directory I do get WEB-INF/classes/ and WEB-INF/lib/ wh

Re: maven-eclipse-plugin in online mode with downloadSources=true

2007-12-28 Thread Arnaud HERITIER
With which version of archiva is it ? With a version < 1.0 (I didn't test with 1.0) I have a similar problem for 2 reasons : - Some external repositories proxied by archiva were down and each time archiva tried to download a missing artifact it waited the http timeout (probably 1min) to try another

Re: [Archiva] network proxy always used

2007-12-28 Thread Arnaud HERITIER
I have a similar problem since I upgraded to 1.0. I can't proxy some local repositories. I'll try to make some tests to see if it can be related to proxy settings. Some of those repositories are on the same server. How can I access to them. Can I put an url for a remote repo like file:///some/where

Strange behaviour with StarTeam

2007-12-28 Thread Ken Turner
http://www.nabble.com/file/p14527241/continuum.log continuum.log The attached log from Continuum 1.1 represents three consecutive builds of exactly the same job. The first one terminates successfully at message ID 244653; the second one fails during StarTeam checkout at message 293524, and the

Re: Maven2 + WLS - Exploded EAR

2007-12-28 Thread amidrunk
Hi, thanks for responding! > Waouh, it may have taken some time :) You have no idea :) > See http://jira.codehaus.org/browse/MEAR-51 Looked good until I saw "Would be really great if you implement that." at the end :) I get the impression that the purpose of exploding an ear into a deploy-dir

Multiple artifacts using classifiers?

2007-12-28 Thread Bernhard Huemer
Hi, folks! I've got a rather simple maven project for which I'd like to build several "different" artifacts using classifiers. Actually I wouldn't say that these artifacts are really different as the most important difference is the Java source level being used (either 1.4 or 5.0, very much like

Re: Maven2 + WLS - Exploded EAR

2007-12-28 Thread Stephane Nicoll
On Dec 28, 2007 12:03 PM, amidrunk <[EMAIL PROTECTED]> wrote: > > Hi, > > I think I've looked through the entire Internet by now, Waouh, it may have taken some time :) > but I can't find any > way to explode ear:s using maven2. Does anyone know how to do this? I'm > using maven 2.0.6 and weblogic

Notification on deployment of a new version of artifact

2007-12-28 Thread amit kumar
HI, Is it possible to notify ( via email may be ) whenever a newer version of artifact is deployed into the remote maven repository? Any ideas? Regards, Amit

Maven2 + WLS - Exploded EAR

2007-12-28 Thread amidrunk
Hi, I think I've looked through the entire Internet by now, but I can't find any way to explode ear:s using maven2. Does anyone know how to do this? I'm using maven 2.0.6 and weblogic 9.2. Regards, Nille -- View this message in context: http://www.nabble.com/Maven2-%2B-WLS---Exploded-EAR-tp145

Re: Maven Variable to take the system date?

2007-12-28 Thread amit kumar
After using the buildnumber-maven-plugin I am seeing the an error while the Maven is assembling the jar. I had put the error trace below. _ \smslib>mvn package -e Error stacktraces are turned on. NFO] Scanning for projects... NFO] --

How to use the ?

2007-12-28 Thread Thomas Chang
Hi all, Normally the in the "pom.xml" looks as follow: ... junit junit 3.8.1 ... Now what I want to do is: I don't want to set the dependency version here but from a property file on the server maschine. And the "pom.xml" by local should look as follow: ... ...

Re: How to avoid CVS files being packaged?

2007-12-28 Thread amit kumar
Actually I am overriding the default maven directory structure. But similar is the case with jar applications. I guess when maven is supposed to package(web directory), then its putting the CVS files. I concluded this because in the classes folder inside WEB-INF there is no CVS file, probably becau

Re: Problem to send email (Validation user) with Continuum 1.1 final

2007-12-28 Thread Claudio Ranieri
Ok Wendy, Usualy I create the user because of the permission. I understood, thank you for return. - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2007 12:57 AM Subject: Re: Problem to send email (Validation user) with Con

Re: Problem by Using Mirrors for Repositories

2007-12-28 Thread Thomas Chang
You are right. Thanks! > Hi all, > > I set my "settings.xml" so it will download the dependencies not from the central (i.g. http://repo1.maven.org/maven2) but from my repository on the server maschine. > > The setting in my "settings.xml" looks as follow. > > Does someone kno

Re: Problem by Using Mirrors for Repositories

2007-12-28 Thread Heinrich Nirschl
On Dec 28, 2007 9:05 AM, Thomas Chang <[EMAIL PROTECTED]> wrote: > Hi all, > > I set my "settings.xml" so it will download the dependencies not from the > central (i.g. http://repo1.maven.org/maven2) but from my repository on the > server maschine. > > The setting in my "settings.xml" looks a

Re: How to avoid CVS files being packaged?

2007-12-28 Thread Tom Huybrechts
This explains how to include/exclude resources: http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html I thought CVS files where by default excluded in all plugins. Do you already override the includes/excludes in configuration ? Tom On Dec 28, 2007 7:11 AM

RE: Problem by Using Mirrors for Repositories

2007-12-28 Thread Adrian Shum
For me, I didn't use I simply defines available repositories and pluginRepositories. Well, it seems working fine as long as my repositories mirror is running correctly. bootstrap ...

Problem by Using Mirrors for Repositories

2007-12-28 Thread Thomas Chang
Hi all, I set my "settings.xml" so it will download the dependencies not from the central (i.g. http://repo1.maven.org/maven2) but from my repository on the server maschine. The setting in my "settings.xml" looks as follow. Does someone know what's wrong? Regards Th