deploy:deploy-file using Snapshots - timestamp/version issue

2010-04-09 Thread James Clinton
I'm have a problem using deploy:deploy-file with snapshots I'd like some advice on please. I have 2 projects; 1) Ant based and 2) Maven based that consumes the jars of the other project via Archiva. I've added a target to the Ant project to deploy snapshots on every successful build during our

Re: deploy:deploy-file using Snapshots - timestamp/version issue

2010-04-09 Thread James Clinton
Solved my issue, if your interested see StackOverFlow: http://stackoverflow.com/questions/2606106/maven-deploydeploy-file-not-found-due-to-version-timestamp-appended-to-jar Regards. On 9 April 2010 09:36, James Clinton james.clin...@avexa.co.uk wrote: I'm have a problem using deploy:deploy

Archiva Deployment Problem...

2008-04-16 Thread James Clinton
Why can I deploy to the pre-configured internal repository OK, but not my identical custom repository? INTERNAL mvn deploy:deploy-file -Dfile=commons-logging-1.1.1.jar -DgroupId=commons-logging -DartifactId=commons-logging -Dversion=1.1.1 -DrepositoryId=internal

Deploying Libs to Archiva

2008-04-15 Thread James Clinton
Is there a way where I can upload my entire local repository into Archiva as a Managed Repository in one hit, or do I need to use the mvn deploy:deploy-file command for each file? Regards.

RE: Deploying Libs to Archiva

2008-04-15 Thread James Clinton
Subject: Re: Deploying Libs to Archiva En l'instant précis du 15/04/08 13:26, James Clinton s'exprimait en ces termes: Is there a way where I can upload my entire local repository into Archiva as a Managed Repository in one hit, or do I need to use the mvn deploy:deploy-file command for each file

Packaging of test-jar

2008-04-14 Thread James Clinton
A module (B) isn't compiling because maven is skipping the packaging of test-jar in a dependant module (A). goaltest-jar/goal The goal above if declared as part of the profile in the module (A) but Skipping packaging of the test-jar is always outputted. Advice appreciated. J

eclipse classpath

2008-03-20 Thread James Clinton
I'd like to change the output directory of the eclipse classpath. mvn eclipse:eclipse defaults to project/target/classes Is this possible? DISCLAIMER: This e-mail is confidential and may also be legally privileged. If you are not the intended recipient, use of the information contained

assembly beta 2.2

2008-03-12 Thread James Clinton
Having problems with sub-modules being included. Followed this example but my child modules are simply ignored? http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodu le/module-binary-inclusion-simple.html Has anyone had this working successful? (descriptor snippet

Suppress Warnings

2008-03-11 Thread James Clinton
Is it possible to suppress warnings like the following? [WARNING] Entry: Project-1.3- SomeFile.java longer than 100 characters. AFAIK these are produced by the assembler plug-in right?

RE: Strange - Success icon shown and no emails sent in case of bu ild-failure

2007-09-03 Thread James Clinton
This is a KI. Use this script to fix. The fixed script for maven 2.0.7 is : https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven -core/src/bin/mvn.bat -Original Message- From: mfs [mailto:[EMAIL PROTECTED] Sent: 31 August 2007 00:02 To:

RE: Continuum version 103 (maven2)

2007-08-28 Thread James Clinton
Subject: Re: Continuum version 103 (maven2) We don't have an entry in the faq about the bug in mvn.bat from maven 2.0.7 (http://jira.codehaus.org/browse/MNG-3084 ) James Clinton a écrit : Opps - should of read my original post!. Anwser is for Windows the mvn.bat file needs to be altered...I

RE: Continuum version 103 (maven2)

2007-08-28 Thread James Clinton
version The fixed script for maven 2.0.7 is : https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven -core/src/bin/mvn.bat Emmanuel James Clinton a écrit : See http://maven.apache.org/continuum/faqs.html##how-does-continuum-detect -a-suc cessful-build Sounds like

RE: Continuum version 103 (maven2)

2007-08-28 Thread James Clinton
Venisse [mailto:[EMAIL PROTECTED] Sent: 28 August 2007 16:48 To: [EMAIL PROTECTED] Subject: Re: Continuum version 103 (maven2) Do you use maven 2.0.7? James Clinton a écrit : Hello, I have a project structure like so: - parent - child - child Parent pom is them loaded into CI

Continuum version 103 (maven2)

2007-08-24 Thread James Clinton
Hello, I have a project structure like so: - parent - child - child Parent pom is them loaded into CI and the projects are detected. It builds fine, but if there is a compilation error, the status of the build is still 'success'. Is this a known issue? James DISCLAIMER: This

FW: Maven Multi-Project - Modules are Numbers when checked out

2007-08-23 Thread James Clinton
( apoligies if you received this twice ) Hello, Setting up Continuum for the first time using Maven2 for our builds. (which is a Multi-Project). Pointed Continuum to the parent POM and this loaded in the projects. When running the parent the build fails because it cannot find the child POM