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

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

-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: -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,--update-snapshots Forces

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 @

RE: Achiva and Proximity

2008-02-05 Thread SlinnHawkins, Jon (ELS-CAM)
and indexed after they are added. Archiva doesn't however have an option for importing configuration from Proximity. Cheers, Brett On 04/02/2008, SlinnHawkins, Jon (ELS-CAM) [EMAIL PROTECTED] wrote: Hi All, Is it possible to migrate an existing Proximity repository to use Archiva

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

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 *

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 maven

Resource plugin copying files which end up not being binary compatible

2008-02-04 Thread Cam
appreciated, cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lifecycle executions run twice?

2008-02-02 Thread Cam
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 -Stephen On Feb 1, 2008 10:45 PM, Cam [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 mojo or can

pom scripting tools?

2008-02-02 Thread Cam
. is there any way i can do boolean operators on properties, something like: init.database.user.skip!${init.database.user}/init.database.user.skip thanks, cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Multiple environment build; old story for new comer

2008-02-02 Thread Cam
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 Maven 2. developers need to build the applications for different environment like local/staging/QA/prod. in the old build

Maven Distribution Repository Property Name

2008-02-01 Thread Cam
or 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, Cam

Lifecycle executions run twice?

2008-02-01 Thread Cam
to 'initialize'. 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
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 repository

Mojos Attaching Artifacts to Project for Install Deploy

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

Re: Install Problem on 1.1 - NoClassDefFoundError: IfAuthorizedTag

2008-01-27 Thread Cam
i think that was exactly it. must have had an old version of the jsp page in the tomcat cache or something. reinstalled everything and it's all working great now, thanks for the help. cam Jesse McConnell wrote: what page was that? looks like its using an old tag, that class package

Install Problem on 1.1 - NoClassDefFoundError: IfAuthorizedTag

2008-01-24 Thread Cam
. any help much appreciated. Thanks, Cam 182251 [http-8080-5] INFO com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging - Error ocurred during execution org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/codehaus/plexus/security

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 appreciated. Thanks, Cam

Deploying assembly artifacts for download

2007-11-01 Thread Cam
this or 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 helpful. Thanks, Cam

SVN Error Using ChangeLog Plugin with moved folders

2007-10-31 Thread Cam
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]

Site Plugin Rewriting Explicit Urls

2007-10-31 Thread Cam
. 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 pom.xml === ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

Re: Site Plugin Rewriting Explicit Urls

2007-10-31 Thread Cam
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. Wayne On 10/31/07

Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Cam
: ${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] For additional commands

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 Hennessy wrote