use highest version available ? Version Ranges ?

2008-06-18 Thread SlinnHawkins, Jon (ELS-CAM)
Hi, Is there any way of forcing a dependency to use the highest version available ? For example : Does "[4.0,)" grab the highest version above 4.0, or does it still use a “best fit” with the other dependencies in the tree I’ve tried it and it appears to go for the highest versio

Profile activation in modules

2008-06-18 Thread SlinnHawkins, Jon (ELS-CAM)
Hi All, I have 3 profiles defined in the Parent Pom. The parent pom has 30 modules. Is there any way I can specify to run any combination of the 3 profiles (somehow defined in the module pom) as part of a reactor build from the parent. The activation by property does not work if the

RE: -U

2008-06-17 Thread SlinnHawkins, Jon (ELS-CAM)
builds in horrible, ugly, nasty, indeterminate ways. Unless you are talking about a new VERSION of a released artifact. Which is it? Wayne On 6/17/08, SlinnHawkins, Jon (ELS-CAM) <[EMAIL PROTECTED]> wrote: > Hi All, > > > > From the maven command line help : > >

-U

2008-06-17 Thread SlinnHawkins, Jon (ELS-CAM)
Hi All, >From the maven command line help : -U,--update-snapshots Forces a check for updated releases and snapshots on remote repositories Does this actually work with released artifacts ? I don't seem to be able to force an update of a released artefact. Thanks in advance

RE: Continuum 1.1 @ Tomcat 6

2008-02-06 Thread SlinnHawkins, Jon (ELS-CAM)
Hi Martin I successfully installed by following the instructions on : http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat HTH Jon -Original Message- From: Ritz, Martin [mailto:[EMAIL PROTECTED] Sent: 06 February 2008 12:15 To: [EMAIL PROTECTED] Subject: WG: Continuum 1.1 @

browse repository sort order

2008-02-05 Thread SlinnHawkins, Jon (ELS-CAM)
Hi I have successfully imported my Proximity repository into Archiva, When I browse the repository the versions listed for a specific artifact don't seem to be in any order : [top] / com / elsevier / elslon / common / components / HubLinking / HubLinking Versions * 1.1-20071011.14

RE: conditional dependencies

2008-02-05 Thread SlinnHawkins, Jon (ELS-CAM)
Hi Jorg Yeah just set up profiles for Java5 and java6 each specifying the unique dependencies for the jdk. Jon -Original Message- From: Joerg Hohwiller [mailto:[EMAIL PROTECTED] Sent: 04 February 2008 21:13 To: Maven Users List Subject: conditional dependencies Hi there, I am using

Re: Resource plugin copying files which end up not being binary compatible

2008-02-04 Thread Cam
Found out why - i had property filtering on over the entire directory. Disable for the specific binary file and all works. Is this something the resources plugin should check for? Is there any use case when binary files would be able to be filtered? Cam Cam wrote: Hi, I'm using the

Resource plugin copying files which end up not being binary compatible

2008-02-04 Thread Cam
nux... any help is much appreciated, cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple environment build; old story for new comer

2008-02-02 Thread Cam
he build profile can automatically create the user and database during the build - something you might not want happening for prod. Cam Arash Bizhan zadeh wrote: Hi all, I know it is a well known issue but I am really stuck! I am in the process of migrating some Java applications build system to

pom scripting tools?

2008-02-02 Thread Cam
vial i know, but i think it makes the properties a bit more intuitive. is there any way i can do boolean operators on properties, something like: !${init.database.user} thanks, cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mojos & Attaching Artifacts to Project for Install & Deploy

2008-02-02 Thread Cam
great - thanks for the links cam simon wrote: On Fri, 2008-02-01 at 17:15 -0700, Cam wrote: Hi, I'm looking for a way to attach an extra generated artifact to a project so it's installed and deployed in the standard project lifecycle, how can i do this? Do i need to write a m

Re: Lifecycle executions run twice?

2008-02-02 Thread Cam
install deploy" means run every stage in the lifecycle upto and including install, then run every stage in the lifecycle upto and including deploy so you are asking it to run twice! Since deploy is after install, you should not need to do "mvn install deploy", just "mvn deploy"

Mojos & Attaching Artifacts to Project for Install & Deploy

2008-02-01 Thread Cam
ble to create a mojo which defines a new project packaging? Thanks, Cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Distribution Repository Property Name

2008-02-01 Thread Cam
et in project.distributionManagementArtifactRepository but it's unresolved in the build. Cam Cam wrote: Hi, Does anyone know what the maven property id is for the activated distribution repository? I have a project which generates a non-standard artifact which i want to deploy into the distribution

Lifecycle executions run twice?

2008-02-01 Thread Cam
tall phase when it's bound to 'initialize'. Thanks, Cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven Distribution Repository Property Name

2008-02-01 Thread Cam
release repository using the same rules for normal project artifact. Also, does anyone knoe if there's a help commend or web site which documents all the maven properties which are available? I know about the standard ones like maven.scm.username but there must be loads more. Thanks

No run() method from SurefireBooter

2008-01-14 Thread Cam
Hi all, Just got this error from Surefire-booter-2.4-20071226.185718-30, quick look on google suggests it could be a version conflict. Has anyone seen this before or know how it could be resolved? Thanks, Cam [INFO

Upload distribution archive to a remote file system

2007-11-03 Thread Cam
server directory configuration. I've tried looking at using the wagon providers but it seems like it's more for use by other plugins as there's no documentation on how to use it in a build cycle. Any help is much appreciate

Deploying assembly artifacts for download

2007-11-01 Thread Cam
r is there another plugin which i should be using? Am i right to think that a maven repository is the wrong way to store these artifacts since they're not the module generated artifacts and more of a custom packaged distribution? Any suggestions would be really helpf

Re: Site Plugin Rewriting Explicit Urls

2007-10-31 Thread Cam
menus in child modules The site plugin's been a bit of a nightmare for me with a multi-module project... fix\work around one thing and it causes another issue... Cam Wayne Fay wrote: This reads like a bug report. This is not the correct place to file bugs. Please go file this in JIRA.

Site Plugin Rewriting Explicit Urls

2007-10-31 Thread Cam
ml I think this has something to do with the link generation as if i remove the project's url all links stay as what was specified in the properties. I'm guessing this is a bugi've included a simple pom.xml and site.xml which can be used to see the behavior. Thanks, Cam p

SVN Error Using ChangeLog Plugin with moved folders

2007-10-31 Thread Cam
e or know how i can resolve it? It's not too good as it means i can't generate the project site... Thanks, Cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Cam
bugger... i'm slightly reluctant to rename all my properties. It would also break the convention that maven currently uses as it's properties also use periods. That's really what i find surprising, if it can work for maven it must be possible for pom properties too? Cam Sean

Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Cam
his is resolved correctly: ${project.version} Seems like some strange behavior and it took me a while to nutt it out. Anyone else seen this, is it a valid bug for the component? Thanks, Cam - To unsubscribe, e-mail: [EMAIL PROTECTED