Re: Not run maven-antrun-plugin task with file present?

2007-12-16 Thread Steinar Bang
Wendy Smoak [EMAIL PROTECTED]: On Dec 15, 2007 2:19 PM, Steinar Bang [EMAIL PROTECTED] wrote: Platform: Ubuntu 7.10, Intel Pentium M, maven 2.0.4 How does one avoid doing a maven-antrun-task when a file is present? Try wrapping the execution in a profile, and activating that profile on

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread dvicente
Hi, the probelm is : Cobertura maven plugin in 2.2 version uses the 1.9 Cobertura runtime. The dashboard plugin uses the 1.7 Cobertura runtime. see the JIRA issue : http://jira.codehaus.org/browse/MOJO-910 http://jira.codehaus.org/browse/MOJO-910 I'm making tests to use 1.9 cobertura

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread Erez Nahir
Thanks for prompt reply David, Any estimation when a fix will be available (or should I rollback to v2.1for now?). Thanks, Erez. On Dec 16, 2007 11:14 AM, dvicente [EMAIL PROTECTED] wrote: Hi, the probelm is : Cobertura maven plugin in 2.2 version uses the 1.9 Cobertura runtime. The

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread dvicente
Hi, the better is to rollback to 2.1 because, due time constraint with my job and the robbery of my personal computer, i can do a new snapshot release before the next month. Best regards David EN wrote: Thanks for prompt reply David, Any estimation when a fix will be available (or

Re: Not run maven-antrun-plugin task with file present?

2007-12-16 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Wendy Smoak [EMAIL PROTECTED]: [snip!] But actually it sounds like you may want to just activate the profile if one of the files that would be created is _missing_. Yes. The marker file I create with touch in a maven-antrun-plugin task. There's an

eclipse plugin doesn't work

2007-12-16 Thread Sebastian Stein
Hi, I'm trying to issue the following command on a maven project: mvn eclipse:eclipse But I get the following error message: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO]

Re: eclipse plugin doesn't work

2007-12-16 Thread Marat Radchenko
try invoking mvn -U eclipse:eclipse 2007/12/16, Sebastian Stein [EMAIL PROTECTED]: Hi, I'm trying to issue the following command on a maven project: mvn eclipse:eclipse But I get the following error message: [INFO] Scanning for projects... [INFO] Searching repository for plugin with

Custom classpath for maven-surefire-plugin?

2007-12-16 Thread Steinar Bang
I would like to limit the classpath for a maven-surefire-plugin to something other than what comes from the dependencies. Is that possible? How does one do it? I would like the classpath to contain three things: - the target/classes/ directory - the target/test-classes/ directory - the JAR

Re: eclipse plugin doesn't work

2007-12-16 Thread Sebastian Stein
Marat Radchenko [EMAIL PROTECTED] [071216 16:23]: try invoking mvn -U eclipse:eclipse Thanks, that worked! Sebastian -- http://www.halle-ist-schoen.de/ Bilddokumentation der schoensten Saalestadt - To unsubscribe, e-mail:

RE: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread Brian E. Fox
Yes, it is known that Cobertura 2.2 is essentially completely broken. -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Saturday, December 15, 2007 3:06 PM To: Maven Users List Subject: dashboard - code coverage not not included with cobertura 2.2 Hi, After moving to

Re: eclipse plugin doesn't work

2007-12-16 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marat Radchenko wrote: try invoking mvn -U eclipse:eclipse mvn at the command line reports ... -U,--update-snapshots Update all snapshots regardless of repository policies ... [INFO] The plugin

Re: Using componentDescriptors with a multi-module assembly

2007-12-16 Thread Westfall, Eric Curtis
I'm using 2.2-beta-2.nrm.1 from http://mavenversionedsnapshots.googlecode.com/svn/trunk/ because of another bug which was only allowing the first exclude in the list to work ;) If this is a bug, do you know if it's a known issue or is it something that I should report? Thanks for the

webdav protocol for distributionManagement?

2007-12-16 Thread maarten roosendaal
Hi, Is it still necessary to add 'wedav' as a protocol to the url of distributionManagement in the pom.xml. When i remove it things work fine, so i assumed the http wagon implementation has been improved. What i'm also curious about is the number of repositories between the

assembly plugin builds again

2007-12-16 Thread Sonar, Nishant
I am using assembly plugin to generate a jar/zip. Why is this plugin compiling again the stuffs it wants to pack in the assembly? I want to created zip containing some properties file and the jar created, but I cant understand why it recompiles retests again and again. Is there a way to stop