Jars for Struts are not being updated

2007-10-06 Thread Suneet Shah
Hello, I have a web application with pom that has the following dependencies for struts 1.3.8. However, maven is not bring these jars down into my local repository. I have tried the usual mvn clean, mvn install, and mvn –U –cpu package. None of them seem to help. However, if I try to use struts 1

Fw: Suggested best practice for arranging projects

2007-10-06 Thread Ian Rowlands
Ideas anybody? Surely this is a scenario that others have come across (keeping a file consistent across projects). Please help! - Forwarded by Ian Rowlands/SRO on 07/10/2007 01:41 PM - Ian Rowlan

RE: diff behavior switch version from SNAPSHOT to RELEASE ...

2007-10-06 Thread Giovanni Azua
Hi Wendy, Many thanks for your quick reply. Please find my comments below. > Consider using the release plugin to handle versioning and > tagging for you (assuming you're using a supported scm > system.) 'mvn release:prepare' and then 'mvn > release:perform' means you don't have to change th

Site generation with modello fails

2007-10-06 Thread Jörg Schaible
Hi folks, for whatever reason my site generation for a plugin with modello documentation fails. "install" works fine, so there is no general problem with the definitions in the mdo, but site generation is borked: %< == [EMAIL PROTECTED] ~/src/BerliOS/JsUnit/maven2 $ mvn -X site +

Re: Plugin to verify generated artifact structure?

2007-10-06 Thread Wendy Smoak
On 10/6/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > ... maybe based on an XML descriptor or something? Or even ideas on what > to reuse here? I really need this (I keep messing around with my builds, > breaking my distributions along the way) and will probably write it if > not available. Any su

Re: How to deploy to a snapshot site?

2007-10-06 Thread Wendy Smoak
On 10/6/07, Chuck Canning <[EMAIL PROTECTED]> wrote: > You could also have one profile for snapshots and another profile for > release. Also, since you have to update the POM for the release version vs > snapshot, couldn't you also change the url? The release plugin automates updating the versio

Re: How to deploy to a snapshot site?

2007-10-06 Thread Chuck Canning
You could also have one profile for snapshots and another profile for release. Also, since you have to update the POM for the release version vs snapshot, couldn't you also change the url? On 10/4/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 10/3/07, Chris Helck <[EMAIL PROTECTED]> wrote: >

Re: mvn site and multprojects

2007-10-06 Thread Chuck Canning
To get this to work for us, we needed to have a tag under in the parent pom and you need to explicitly do a mvn site:site site:deploy to properly get a site to work. Hope this helps. On 10/5/07, Holt, Jack C. <[EMAIL PROTECTED]> wrote: > > I tried using "mvn site:stage" and it placed the staged

Re: Maven Release --> Unable to enable editing on the POM - clearcase ucm

2007-10-06 Thread Wim Deblauwe
Is the cleartool command printed that is used? 2007/10/5, Hirn, Joseph <[EMAIL PROTECTED]>: > > Hello. > > I'm having a problem with the release:prepare goal in Linux environment. > It works fine in Windows. It is giving the following error: > > >> > [INFO] Checking out file: /

Re: [ANN] maven-jstools-plugin 0.2: JS packaging/dependency tools

2007-10-06 Thread Dan Tran
you want statistics as feedbacks or the actual questions asked in mailing list? :-) while wating for sourceforce to grant you request, why not submit a JIRA to upload directly to maven repo your self. This process is fast. -D On 10/6/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > Dan Tran wrote:

Plugin to verify generated artifact structure?

2007-10-06 Thread Manos Batsis
... maybe based on an XML descriptor or something? Or even ideas on what to reuse here? I really need this (I keep messing around with my builds, breaking my distributions along the way) and will probably write it if not available. Any suggestions welcome. Thanks in advance, Manos

Re: [ANN] maven-jstools-plugin 0.2: JS packaging/dependency tools

2007-10-06 Thread Manos Batsis
Dan Tran wrote: to get a wider audience, it is best that you file a JIRA to MAVENUPLOAD to get it to maven central. I've thought of that as well (most of our OS builds are M2 based now) but we dont want to loose the SF download statistics. I've filed a feature request there [1] but no respon

Re: How to Specify 'Links' In the Javadoc Plugin

2007-10-06 Thread -frank
Wendy Smoak-3 wrote: > > On 6/10/06, Lyndon Washington <[EMAIL PROTECTED]> wrote: > >> I saw from the javadoc-mojo page, >> http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html, >> that >> there is a links tag which takes an ArrayList. It also says that the >> Strings are com

Re: cobertura

2007-10-06 Thread mmistroni
Hello, found answer on this forum (hope you solved in meantimeO) FYI here's configuration you need in your pom.xml org.codehaus.mojo cobertura-maven-plugin true

Re: diff behavior switch version from SNAPSHOT to RELEASE ...

2007-10-06 Thread Wendy Smoak
On 10/6/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > Since I am happy with the current state of my proj I was about to release, > then renamed all version 1.0.0-SNAPSHOT ocurrences in my pom.xml files to > 1.0.0 Consider using the release plugin to handle versioning and tagging for you (assumin

diff behavior switch version from SNAPSHOT to RELEASE ...

2007-10-06 Thread Giovanni Azua
Hi all, Since I am happy with the current state of my proj I was about to release, then renamed all version 1.0.0-SNAPSHOT ocurrences in my pom.xml files to 1.0.0 I have the parent pom and: - module 1 - module 2 (that depends on module 1) Now module 2 does not build anymore complaining can not

Re: Fwd: maven cobertura errro

2007-10-06 Thread Marco Mistroni
Hello Stefan, thanks fo ryour reply... well, i'll need to investigate more, as i have a different app running on same machine in which i can successfully run cobertura report i think there *might* be issues with some jars i am including i'll investigate more and post here.. i just wi

Re: The skin does not exist: Unable to determine the release version

2007-10-06 Thread Graham Leggett
On Fri, October 5, 2007 7:12 pm, Dennis Lundberg wrote: > Judging by the error message, you have not specified a version for the > skin you are using. If you specify the version I think you will get > around this problem. I have already found this workaround, but this is not a solution. The defa