Does anyone know of a statistics plugin

2006-05-03 Thread Roald Bankras
You could also try cobertura. Just add the maven-cobertura-plugin-SNAPSHOT to your local repo and add it to your pom. Roald Bankras Software Engineer JTeam b.v. M: +31 6 229 558 92 T: +31 20 48 62 036 -Original Message- From: Hurragutt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03

RE: [m2] download sources to local repo

2006-05-09 Thread Roald Bankras
from your final package? Finally I haven't been able to make the idea-plugin setup the classpath correctly for the modules. Instead of adding the source-jar as source to the binary jar, it adds it as just another jar. Does anybody know how the handle this? Any help is appreciated. Roald Bankra

[M2]How to compile with JDK 1.2

2006-05-09 Thread Roald Bankras
Java 1.4 is the minimum required version for use with maven 2. So I don't think it's going to work. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Tung Nguyen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 11:06 AM To: users@maven.apache.org Su

RE: First time

2006-05-09 Thread Roald Bankras
You should only add 3th party jars which aren't available on www.ibiblio.org/maven2. A lot of them you can link by specifying dependencies in your pom. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Chris Eidhof [mailto:[EMAIL PROTECTED] Sent: Tuesday, M

RE: Problems with javax.sql:jbdc-sqlext download

2006-05-10 Thread Roald Bankras
=jdbc2_0-stdext.jar Roald Bankras Software Engineer JTeam b.v. -Original Message- From: McGarr, Joseph M [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 5:40 PM To: users@maven.apache.org Subject: Problems with javax.sql:jbdc-sqlext download All: I cannot download the

RE: M2 Dependencies

2006-05-10 Thread Roald Bankras
I've read in some post that the new idea plugin supports idea:module. This goals should only update your module, hence running it would download the jar and update your classpath. I'm hoping it will be released soon. Roald Bankras Software Engineer JTeam b.v. -Original Message

RE: eclipse maven plugin heap size?

2006-05-19 Thread Roald Bankras
You can try to set the MAVEN_OPTS environment variable. On windows its set MAVEN_OPTS=-Xmx512m. There might be a way to give jetty in specific more memory, but I don't know how (yet). Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dan Adams [mailto:[EMAIL PROT

RE: Javadoc 2.0 Plugin and Aggregate

2006-05-19 Thread Roald Bankras
I did it by just specifying the artifactId and the configuration. It aggregated 5 modules, 1 level deep. Roald Bankras -Original Message- From: Daun DeFrance [mailto:[EMAIL PROTECTED] Sent: Fri 5/19/2006 3:38 PM To: Maven Users List Subject: Javadoc 2.0 Plugin and Aggregate Hi all

RE: The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist or no valid version could be found...

2006-05-22 Thread Roald Bankras
1 -DgeneratePom=true Roald Bankras Software Engineer JTeam b.v. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 2:15 PM To: users@maven.apache.org Subject: The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist

RE: [m2.0.4] Javadoc aggregate problems with multiple modules projects

2006-05-22 Thread Roald Bankras
true Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Daun DeFrance [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 5:51 PM To: Maven Users List Subject: RE: [m2.0.4] Javadoc aggregate problems with multiple modules projects Stefan, I am

cargo-maven-plugin

2006-05-23 Thread Roald Bankras
Hey Does anyone know where to find extensive documentation on how to configure the cargo-maven-plugin? I’m especially interrested in pointing to existing configuration files. Roald Bankras Software Engineer JTeam b.v. -- No virus found in this outgoing message. Checked by AVG Free

RE: cargo-maven-plugin

2006-05-23 Thread Roald Bankras
Hey Vincent Thanks for the info, but I already found that what I want is on your wishlist. CARGO-214 describes exactly what I want. Maybe I'll even start develop it. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED]

RE: maven 2 changelog plugin?

2006-05-26 Thread Roald Bankras
Try this. org.apache.maven.plugins maven-changelog-plugin 2.0-SNAPSHOT Roald Bankras Software Engineer JTeam b.v. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of teknokrat Sent: Friday, May 26

RE: maven 2 changelog plugin?

2006-05-26 Thread Roald Bankras
Although I'm not certain, I think you hit the nail on the head. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 4:45 PM To: Maven Users List Subject: Re: maven 2 changelog plugin? I believe many pl

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
Updating the version numbers in the pom files can be done by calling the release goal. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:30 PM To: Maven Users List Subject: RE: integration builds

RE: Directory structure

2006-06-14 Thread Roald Bankras
You can specify in your pom what the directory structure looks like. Inside , specify , , etc.. src test target/classes target/testclasses Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Jeff Mutonho [mailto:[EMAIL

RE: Directory structure

2006-06-14 Thread Roald Bankras
Furthermore, there might be some plugins which don't use the elements from and therefore might not work correctly with a different directory structure. Although I haven't encountered any yet, it might be another reason for following the maven directory structure. Roald Bankra

RE: Directory structure

2006-06-14 Thread Roald Bankras
Maybe, but I haven't encountered any problems yet. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: JeffM [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:19 AM To: Maven Users List Subject: Re: Directory structure On 6/14/06, Roald Bankras &l

RE: Directory structure

2006-06-14 Thread Roald Bankras
So have I. But as I have said, I haven't encountered any problems yet. So as long as that pattern continues, I don't think I need to convince them anyway. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: JeffM [mailto:[EMAIL PROTECTED] Sent: Wednesday, Jun

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
In chapter 7 of the 'better builds with maven' book (downloadable from www.mergere.com) there is a description on how to use the release plugin. The plugin website can be found at http://maven.apache.org/plugins/maven-release-plugin/ Roald Bankras Software Engineer JTeam b.v. ---

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
The website mentioned by Kieran Brady shows how you can store the scm passwords. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:40 PM To: Maven Users List Subject: RE: integration builds and

RE: [m2.0.4] possible problem with IDEA plugin?

2006-06-19 Thread Roald Bankras
Personally I don't have any problems with the IDEA plugin. Can you provide some of the poms that give you these problems? Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 4:10 AM To: Maven Users

RE: How to implement an organisational super pom ?

2006-06-19 Thread Roald Bankras
Nathan What kind of problems did you ran into? I'm currently working on a super pom for my company, but haven't seen any problems yet. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Beyer,Nathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 1

RE: How to implement an organisational super pom ?

2006-06-20 Thread Roald Bankras
- The release plugin issue, sounds to me like a bug. - For SCM I think that you can just override the scm configuration for the project. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dhananjay Nene [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 10:40 AM To

forking the report plugins

2006-06-20 Thread Roald Bankras
separate jvm. Roald Bankras Software Engineer JTeam b.v. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.9.1/369 - Release Date: 6/19/2006

RE: forking the report plugins

2006-06-20 Thread Roald Bankras
I knew that! I just forgot it and used JAVA_OPT :-( :-( Thx! Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Ian Springer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 4:23 PM To: Maven Users List Subject: RE: forking the report plugins I don't know

RE: Bug in IDEA plugin.

2006-06-21 Thread Roald Bankras
Which version of the idea plugin are you using? Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 12:01 PM To: Maven Users List Subject: Bug in IDEA plugin. Hi. In case of a multi module project

RE: Bug in IDEA plugin.

2006-06-21 Thread Roald Bankras
I just ran it for my own project, but it seems to work fine here. Maybe a glitch. You can try to delete the idea files and create them again. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Joern Huxhorn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:16

RE: [M2] site:deploy

2006-06-22 Thread Roald Bankras
Cygwin and openssh should be fairly easy to setup as there are a lot of tutorials on it. I installed it yesterday on my workstation for testing purposes and it works fine. Take a look here http://pigtail.net/LRP/printsrv/cygwin-sshd.html Roald Bankras Software Engineer JTeam b.v

RE: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Roald Bankras
Sounds very attractive, but through which repository is it available? BTW the source complains that it cannot find the parent pom. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: jean-laurent de morlhon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 5:08

RE: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Roald Bankras
:javancss-maven-plugin:2.0-beta-1:javancss-report' in the plugin 'org. codehaus.mojo:javancss-maven-plugin' org/apache/maven/reporting/AbstractMavenReport [INFO] -------- Roald Bankras Software Engineer JTeam b.v. -Or

RE: [m2.0.4] possible problem with IDEA plugin?

2006-06-22 Thread Roald Bankras
that your scoping is wrong. Extend your dependency like below, if that doesn't work I'm lost as well. com.xrite xrite-commons 1.7 compile jar Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dave Hoffer [mailto:[EM

RE: Project site generation

2006-06-30 Thread Roald Bankras
They are created in the target dir of the module. If you want to take a look at the working site, use mvn site-deploy or setup a staging environment. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006

RE: maven idea plugin source association problem

2006-06-30 Thread Roald Bankras
Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Ahmet Işık [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 12:41 PM To: users@maven.apache.org Subject: maven idea plugin source association problem hi, i'm trying to ma

RE: mvn idea:idea question

2006-07-27 Thread Roald Bankras
true true true Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 5:56 AM To: users@maven.apache.org Subject: Fwd: mvn idea:idea

RE: changes plugin and jira-report

2006-07-28 Thread Roald Bankras
configuration tag, the tags describes don't mean a thing. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 5:41 PM To: Maven Users List Subject: Re: changes plugin and jira-report juergen.schumach

RE: changes plugin and jira-report

2006-07-28 Thread Roald Bankras
Thx Denis I've created MCHANGES-54 Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Denis Cabasson [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 10:42 AM To: users@maven.apache.org Subject: RE: changes plugin and jira-report Roald Bankras wrote: >

RE: mvn idea bundles "provided" libraries

2006-07-30 Thread Roald Bankras
That’s a “bug” is the idea plugin. You can configure IDEA to not package the library on compilation. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] Sent: Saturday, July 29, 2006 7:57 AM To: Maven Users List Subject: mvn idea

RE: mvn idea bundles "provided" libraries

2006-07-31 Thread Roald Bankras
I've reported, and tried to fix it in MIDEA-62. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Roald Bankras [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 9:00 AM To: Maven Users List Subject: RE: mvn idea bundles "provided" libraries That’s

RE: svn check-in history report

2006-08-02 Thread Roald Bankras
Take a look at the maven changelog plugin Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 1:19 AM To: Maven Users List Subject: svn check-in history report Is there a report that lists the recent

RE: Maven downloading wrong JARS

2006-08-02 Thread Roald Bankras
Probably you have another dependency which still depends on 1.0.b2. Try running with the -X option Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Pintu Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 7:21 AM To: Maven Users List Subject: Maven

RE: svn check-in history report

2006-08-03 Thread Roald Bankras
Add this to your pom scm:svn{PUT YOUR SVN URL HERE} ... org.apache.maven.plugins maven-changelog-plugin Roald Bankras Software Engineer JTeam b.v. -Original

RE: IDEA plugin up-to-date?

2006-08-10 Thread Roald Bankras
true true The latest snapshot can be found here: http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin Roald Bankras Software Engineer JTeam b.v. -- No virus found in this outgoing message. Checked by AVG Free Edition. Ve

changelog and changes

2006-09-07 Thread Roald Bankras
Hi All What is needed for the changelog and changes plugins to get release? Roald Bankras Software Engineer JTeam b.v. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.1/440 - Release Date: 9/6/2006

deploy sources

2006-11-29 Thread Roald Bankras
Hi Can anyone point me to a description on how to install/deploy the sources-jar to my repositories Thx Roald Bankras Software Engineer JTeam b.v. The HYPERLINK "http://legal.jteam.nl/JTeamGeneralConditions.pdf"General Conditions JTeam B.V. apply to all proposals and

seperation of goals

2006-12-27 Thread Roald Bankras
called for each module at a time. Another situation where I definately want to seperate it, is when I call scm:tag. I want to be sure that the whole project builds before I tag any module. Thx in advance. Roald Bankras Software Engineer JTeam b.v. The HYPERLINK "http:/

Calling multiple phases

2006-12-27 Thread Roald Bankras
ppreciated. Roald Bankras Software Engineer JTeam b.v. The General Conditions JTeam B.V. apply to all proposals and deliveries made by JTeam B.V. The General Conditions JTeam B.V. are filed at the Chamber of Commerce in Amsterdam under number 204/2002 as well as with the clerk of t

RE: Calling multiple phases

2006-12-28 Thread Roald Bankras
Hey Franz Thx for your response. Seems to me that aggregation should be a configurable option on the scm plugin. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: franz see [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 1:25 PM To: users

RE: idea plugin question

2006-12-28 Thread Roald Bankras
First time I just run the idea:idea goal. After setting op my workspace in intellij, I only run idea:module to update the dependencies. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Christian Goetze [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 7

RE: idea plugin question

2007-01-01 Thread Roald Bankras
Hey Christian Best wishes! Sounds interesting. But what things are you refering too? For myself I can think of two: - copyright plugin - unittest plugin Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Christian Goetze [mailto:[EMAIL PROTECTED] Sent: Friday

configuring JDK

2007-01-23 Thread Roald Bankras
ure on the buildserver as well (somehow). This however is error prone. Therefore, I hope that some of you have a much more flexible sollution. thx. Regards Roald Bankras -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.6/646 -

RE: configuring JDK

2007-01-24 Thread Roald Bankras
ion results in activating the same jdk as maven is using. Any other ideas? Prefrebly I don't trigger the profile manually. regards Roald Bankras -Original Message- From: Massimiliano Amato [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:34 PM To: Maven Users List Subject:

RE: configuring JDK

2007-01-25 Thread Roald Bankras
Interesting approach. Do you know of some way to generify the maven.compile.runtime property? I think I can put it in settings for example. I'll definatly give this a try. Roald Bankras -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25,