Re: changelog scm question

2007-06-06 Thread Seth Mason
Why don't you just define the correct SCM information in your parent? I did actually try that but I think the problem is that I'm using the parent as an include more than a true parent. (This is so I can have the plugin configuration for all my projects is centrally located.) My child pom isn't

changelog scm question

2007-06-05 Thread Seth Mason
Is there a way to configure the changelog plugin so it doesn't use the values form the scm element but rather from a plugin configuration element? I have a problem where my parent pom defines its own scm and changelog is using that to generate the changelog and failing because the repo doesn't

Re: maven 2 command

2007-05-25 Thread Seth Mason
I found this page really helpful when I was starting off with maven. http://maven.apache.org/plugins/ HTH, SETH On 5/25/07, xiaojie han [EMAIL PROTECTED] wrote: I am new to maven2 and is in the learning process. Is there any site that has list of all the maven commands, such as mvn compile,

Re: RE: test failures

2007-05-14 Thread Seth Mason
Just to clarify, the txt and xml report files are written out to ./target/surefire-reports/. SETH On 5/14/07, Thorsten Heit [EMAIL PROTECTED] wrote: Hi, I am still blocked, does anyone have any more ideas on this? I am running with the latest version of maven 2.0.6. The last time I used

OT: JAXWS Maven2 plugin

2007-05-02 Thread Seth Mason
Apologies if this is too off topic, but has anyone used the JAXWS maven2 plugin? I just downloaded the samples and those don't even run. I keep getting errors about the plugin not existing even though I've tried many different repos and many different versions. There doesn't seem to be any

Problem with mvn package

2007-04-25 Thread Seth Mason
When I run mvn package the jar file being generated doesn't have the version number in it (foo.jar instead of foo-1.0.jar). All my other projects generate jar files with the version so I'm at a loss. Anyone run into this problem? Thanks in advance, SETH

Re: Problem with mvn package

2007-04-25 Thread Seth Mason
finalName/ in the pom file, or something along those lines. Wayne On 4/25/07, Seth Mason [EMAIL PROTECTED] wrote: When I run mvn package the jar file being generated doesn't have the version number in it (foo.jar instead of foo-1.0.jar). All my other projects generate jar files with the version so

cygwin and settings.xml

2007-01-25 Thread Seth Mason
Maven isn't reading my settings file from /home/seth/.m2/settings.xml when I run it within cygwin. Instead it's using C:\documents and settings\seth\settings.xml even though my $HOME is set to /home/seth. I'm running 2.1-SNAPSHOT. Any help would be greatly appreciated. Thanks. seth