Surefire System Properties not set?

2007-11-26 Thread Jimbog
Hi, Im trying to pass a system property into surefire to override a coherence cluster address, I have my surefire plugin configured as per.. http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html build plugins

RE: Surefire System Properties not set?

2007-11-26 Thread Jimbog
: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId In your code: groupIdorg.codehaus.mojo/groupId artifactIdsurefire-report-maven-plugin/artifactId Hth, Nick Stolwijk -Original Message- From: Jimbog [mailto:[EMAIL PROTECTED] Sent: Mon

Maven 2 tomcat plugin fatal error java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64

2007-11-15 Thread Jimbog
Hi, I am trying to use the tomcat plugin to do a mvn tomcat:deploy, and get the below stack trace.. I notice this was rased a bug against version 1.0-20061203.210544-5. http://jira.codehaus.org/browse/MOJO-812 But has been marked as fixed in 1.0-alpha-1, I am using 1.0-alpha-1, and still

Re: Maven 2 tomcat plugin fatal error java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64

2007-11-15 Thread Jimbog
I extracted pom.xml from the jar file and renamed it to tomcat-maven-plugin-1.0-alpha-1.pom and put this file in .m2\repository\org\codehaus\mojo\tomcat-maven-plugin\1.0-alpha-1. That fixed that problem. I now get [INFO]

Re: Make a Codehaus plugin works on a local configuration

2007-09-26 Thread Jimbog
Hi Romain, I have finally got this to work, you have to call the dashboard plugin using mvn org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:dashboard As suggested by David Vicente here:- http://jira.codehaus.org/browse/MOJO-899 Then in your local repository you have to install the

Re: Make a Codehaus plugin works on a local configuration

2007-09-24 Thread Jimbog
Hi, I have exactly the same error on the same plugin, we are using artifactory locally and when the plugin is installed as a snapshot it frequently fails to download and fails the build. Running maven with a -U seems to fix the problem temporally. Did you ever find a solution to this? Did using

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-07 Thread Jimbog
the next week. Keep me informed Best regards David Jimbog wrote: Great, thanks, let me know if you need anymore information. dvicente wrote: no error in the log file. I will do new tests with clover and i keep you informed. Best regards David Jimbog wrote

Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Hi, I have an M2 multi project, with the dashboard plug-in amalgamating all of our clover, maven, checkstyle, pmd and cpd reports. The plug-in also persists all the data for these reports. However, when I generate the historic html, the clover chart contains no data, despite the data being

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
dvicente wrote: Hi, I'm the dashboard project leader. No, i haven't seen this error before. it must be a bug of dashboard plugin but could you do a mvn -e -X dashboard-report:dashboard and redirect the output to a log file and upload it as an attachment ? Jimbog wrote: Hi

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Great, thanks, let me know if you need anymore information. dvicente wrote: no error in the log file. I will do new tests with clover and i keep you informed. Best regards David Jimbog wrote: dvicente wrote: Hi, I'm the dashboard project leader. No, i haven't