Signed jars in the repository

2007-05-06 Thread DavidCorbin
We're building a webstart application. For this, we have to sign jars. We use the webstart-maven-plugin, and it does the job well enough. However, we spend a lot of time re-signing the same unchanged jars (various third-party dependencies). They get resigned as a consequence of a clean. Thi

Re: [Spam] Re: release plugin (scm via cvs)

2007-05-06 Thread David Corbin
On Friday 04 May 2007 14:43, Roland Asmann wrote: > On Friday 04 May 2007 20:16, David Corbin wrote: > > On Friday 04 May 2007 13:56, Emmanuel Venisse wrote: > > > Flat directories aren't supported. > > > > Right. Unfortunately, Eclipse *only* supports flat directories. > > That depends. It is pos

Re: [Spam] Re: release plugin (scm via cvs)

2007-05-06 Thread David Corbin
On Friday 04 May 2007 14:24, Stephane Nicoll wrote: > On 5/4/07, David Corbin <[EMAIL PROTECTED]> wrote: > > On Friday 04 May 2007 13:56, Emmanuel Venisse wrote: > > > What is your directory structure? > > > > inventory.ws > > com.enttek.concessions-master > > com.enttek.concessions

Re: Integration tests in Maven 2

2007-05-06 Thread Wendy Smoak
On 5/6/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: May someone please tell me what I need to add to the POM to run integration tests? In which element do I need to declare the location of the integration test .java files? Which plugin do I need to add to the section

Integration tests in Maven 2

2007-05-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
May someone please tell me what I need to add to the POM to run integration tests? In which element do I need to declare the location of the integration test .java files? Which plugin do I need to add to the section to run the integration tests? Thanks. This message (including any attachment

RE: Passing in maven_opts at run time?

2007-05-06 Thread Murugan, Vellaichamy
We can add it in the mvn.bat file. -Original Message- From: Jared Blitzstein [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 7:54 PM To: Maven Users List Subject: Passing in maven_opts at run time? Is there a way to pass in maven_opts at run time? I have the environment variable s

Please help - why doesn't my index.html get generated when generating my site?

2007-05-06 Thread Ian Rowlands
I'm using Maven 2.0.5. My sites have no customisation (which I won't do until I get this to work). I am getting the following generated: Apart from subdirectories, I get: checkstyle.html (plus checkstyle.rss) cpd.html and cpd.xml dependencies.html integration.h

Re: Eclipse RCP/PDE building and Maven

2007-05-06 Thread Barrie Treloar
On 5/6/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: I think we need an Eclipse section in the wiki and put all the pages under that Yes please. I created http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration to start hanging all this together. Also another thing I wanted to do is c

Re: Version number propogation

2007-05-06 Thread Wendy Smoak
On 5/6/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: tapestry-core jar 5.0.5-SNAPSHOT org.apache.tapestry tapestry-project 5.0.5-

RE: Version number propogation

2007-05-06 Thread Bryan Loofbourrow
I believe that you are correct about not being able to parameterize the project parent tag, or so a co-worker tells me. He conjectures that the parent resolution is required before resolution of property names. That makes sense, since, in general, the value you're looking for could be defined in th

Re: Version number propogation

2007-05-06 Thread Kalle Korhonen
You can also declare your own properties in a properties section, for example: 1.2.14 That you can then refer to with ${log4j.version} anywhere in your poms, including the child poms. But there's no way to include a properties file and read the information from there. Kalle PS. Note it's us

Re: Version number propogation

2007-05-06 Thread Wendy Smoak
On 5/6/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: tapestry-core jar 5.0.5-SNAPSHOT org.apache.tapestry tapestry-project 5.0.5

Re: Checksum failed on download

2007-05-06 Thread Borut Bolčina
I figured that http://snapshots.repository.codehaus.org/org/apache/maven/maven/2.0.6/maven-2.0.6.pomis not available. I had a codehaus-snapshots http://snapshots.repository.codehaus.org section in my pom. After replacing the to http://repo1.maven.org/maven2 where I

Re: Checksum failed on download

2007-05-06 Thread Wayne Fay
Is it possible that the maven.interseek.com binary jar files are simply corrupted? Does this happen when you download directly from Central or ibilio? Wayne On 5/6/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: Hello, even after removing whole local repository and company's maven proxy director

Re: Version number propogation

2007-05-06 Thread Martin Gilday
You can use ${pom.version} in some circumstances. I think a parent tag might be a case where you can't though. - Original message - From: "Howard Lewis Ship" <[EMAIL PROTECTED]> To: "Maven Users List" Date: Sun, 6 May 2007 08:30:45 -0700 Subject: Version number propogation I have a pro

Version number propogation

2007-05-06 Thread Howard Lewis Ship
I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: tapestry-core jar 5.0.5-SNAPSHOT org.apache.tapestry tapestry-project 5.0.5-SNAPSHOT ../tapestry-project/pom.xml Worse yet, those sam

Checksum failed on download

2007-05-06 Thread Borut Bolčina
Hello, even after removing whole local repository and company's maven proxy directory org/apache/maven the mvn clean install fails! It worked a few days ago just fine, but after some artifacts got updated the checksum error appeared. Please help! [INFO] Building jar: c:\Documents and Settings