Maven Firewall Proxy

2005-10-10 Thread Pilgrim, Peter
I am unable to get maven working though a firewall. I tried setting the proxy settings from the FAQ in my ${user.home}/build.properties maven.proxy.host = ocs-ca-http.csfb.net maven.proxy.port = 8080 And I ran maven, it simply cannot find www.ibiblio.org at all [DEBUG] Adding reference: maven

RE: Maven Firewall Proxy [SOLVED]

2005-10-10 Thread Pilgrim, Peter
ginal Message- > From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] > Sent: 10 October 2005 11:53 > To: 'users@maven.apache.org' > Subject: Maven Firewall Proxy > > > > I am unable to get maven working though a firewall. > > I tried setting the proxy setting

Running the test plugin

2005-10-10 Thread Pilgrim, Peter
Hi I am running the test plugin with ``maven test'' and I am getting a problem. I have unit test that open configuration files. e.g. to set up IoC container or specific mock connections to database or other J2EE resources. How can tell maven run the unit test from a specific folder? How can I sp

RE: Running the test plugin

2005-10-10 Thread Pilgrim, Peter
u have scores of unit tests? It would be silly to have to reedit all the codebase just to make this change. > > Pilgrim, Peter wrote: > > >Hi > > > >I am running the test plugin with ``maven test'' and I am > getting a problem. > >I have unit test that

RE: Running the test plugin

2005-10-10 Thread Pilgrim, Peter
isse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 > -Original Message- > From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] > Sent: 10 October 2005 14:40 > To: 'Maven Users List' > Subject: RE: Running the test plugin &g

RE: Which Maven to use when starting a new project?

2005-10-11 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: 11 October 2005 05:55 > To: Maven Users List > Subject: Re: Which Maven to use when starting a new project? > > > From: "Gregory Gerard" <[EMAIL PROTECTED]> > > > If you were to start a new project today (or refa

RE: Which Maven to use when starting a new project?

2005-10-13 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > From: "Pilgrim, Peter" <[EMAIL PROTECTED]> > > > Being new to Maven and with a copy of the O'Reilly book in front > > me I am looking at the Maven 1.0.2 relea

transitive dependencies? [ dueme Frage]

2005-10-17 Thread Pilgrim, Peter
What are transitive dependencies ? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 == Please

RE: transitive dependencies? [ dueme Frage]

2005-10-17 Thread Pilgrim, Peter
. so for example if you need EasyMock and EasyMock needs CGLib then CGLib is a transitive dependency of your project and M2 will go get it for you. Kind regards, Dave Sag "Pilgrim, Peter" <[EMAIL PROTECTED]> wrote on 17/10/2005 11:18:59 AM: > > What

Digester File DTD and Maven

2005-10-17 Thread Pilgrim, Peter
Hi I got a ``special.dtd'' DTD file under say the Java Package ``com.csfb.goldeneye.app'' and I want the Apache Digester to read. How do I tell maven to copy the DTD file under ``com\csfb\goldeneye\app'' in the target folder ``\target\classes'' ? So what I need is ``http://www.csfb.com/legal_

RE: Suggestion: Seperate list for M2?

2005-10-17 Thread Pilgrim, Peter
-1 What happens when M3 or M4 arrive? Do you really keep creating a maven list for each development release for now and forever? Not to mention the headache it would cause admins how would the mindgroup and knowledge for M1 users increase when suddenly M2 whizbang innovation or discovery is dis

RE: Digester File DTD and Maven

2005-10-17 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: 17 October 2005 15:01 > To: Maven Users List > Subject: Re: Digester File DTD and Maven > > > From: "Pilgrim, Peter" <[EMAIL PROTECTED]> > > > How do I te

RE: [m102] Digester File DTD and Maven

2005-10-18 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > > From: "Pilgrim, Peter" <[EMAIL PROTECTED]> > > > Ok suppose I hafe a file like > > src/conf/com/csfb/xrocket/trading/config.dtd > > I would expect

RE: sun jars

2005-10-18 Thread Pilgrim, Peter
> -Original Message- > From: Lukas Theussl [mailto:[EMAIL PROTECTED] ==== > > > You have to download these jars yourself (due to license > issues) and put > them in your local repo by hand: > > http://maven.apache.org/reference/standard-sun-jar-names.html > Does the licence restr

RE: sun jars

2005-10-18 Thread Pilgrim, Peter
buting the download script? > On 10/18/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > > From: Lukas Theussl [mailto:[EMAIL PROTECTED] > > ==== > > > > > > > > > You have to download th

RE: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] ===== > > We are pleased to announce that Maven 2.0 has been released, and is > available for download from > http://maven.apache.org/maven2/download.html > > Maven is a build system that provides software project

[m2] How do you use maven2 inside a corporate firewall?

2005-10-21 Thread Pilgrim, Peter
Does ``mvn'' still respect the proxy settings in ``${user.home}/build.properties'' ? How do get maven2 to work with a HTTP proxy? TIA -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(

RE: [m2] How do you use maven2 inside a corporate firewall?

2005-10-21 Thread Pilgrim, Peter
> Best Regards / Cordialement, > Fabrice BELLINGARD > DINQ/DSIN/INSI/EATE/IDVS/AIDV > (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] > > > > >

RE: [m2] How do you use maven2 inside a corporate firewall?

2005-10-21 Thread Pilgrim, Peter
l users > - /.m2/ : the settings will be available only for you > > > Best Regards / Cordialement, > Fabrice BELLINGARD > DINQ/DSIN/INSI/EATE/IDVS/AIDV > (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] > > >

RE: [m2] How do you use maven2 inside a corporate firewall? [SOLV ED]

2005-10-21 Thread Pilgrim, Peter
gt; Best Regards / Cordialement, > Fabrice BELLINGARD > DINQ/DSIN/INSI/EATE/IDVS/AIDV > (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] > > > >

MyEclipse 4 and Maven 2

2005-10-21 Thread Pilgrim, Peter
I have noticed that MyEclipse XML Edit flags the getting started guid pom.xml as invalid Does Maven2 has a valid DOCTYPE definition? http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.

RE: MyEclipse 4 and Maven 2

2005-10-21 Thread Pilgrim, Peter
> -Original Message- > From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] ==== The actual error from the ``Eclipse Problems'' is cvc-elt.1: Cannot find the declaration of element 'project'. s > > I have noticed that MyEclipse XML Edit flags the getting &

RE: MyEclipse 4 and Maven 2 [SOLVED]

2005-10-21 Thread Pilgrim, Peter
yEclipse -> Internet Tools -> Internet Proxy 2. On the ``pom.xml'' in the ``Package Explorer' right click on the icon and select ``Validate XML File'', the error should disappear because the plug-in can then finally download the Maven V4 XSD. > -Original

RE: [m2] surefire - xml reports ?

2005-10-24 Thread Pilgrim, Peter
Yes I would like to know to get also the XML in order to XSLT it and get reports. In Maven 1 you wrote something like this ... maven-junit-report-plugin maven-jxr-plugin ... ... How do also get the equivalent of junit reports generated with ``m

Installing Commercial Jars and missing POM XML files

2005-10-24 Thread Pilgrim, Peter
http://maven.apache.org/general.html I looked at the FAQ and understand how to install third party JARs into maven repository with ``mvn install:install''? My question is, how do I tell maven not to going looking remotely for POM XML files for the commercial jars since I installed them locally

RE: Installing Commercial Jars and missing POM XML files

2005-10-24 Thread Pilgrim, Peter
> -Original Message- > From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] ==== > > http://maven.apache.org/general.html > > I looked at the FAQ and understand how to install third party JARs > into maven repository with ``mvn install:install''? > >

RE: Installing Commercial Jars and missing POM XML files

2005-10-24 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > From: "Pilgrim, Peter" <[EMAIL PROTECTED]> > > > My question is, how do I tell maven not to going looking remotely > > for POM XML files for the commercial ja

RE: Installing Commercial Jars and missing POM XML files

2005-10-24 Thread Pilgrim, Peter
- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 09:43 > To: Maven Users List > Subject: Re: Installing Commercial Jars and missing POM XML files > > > From: "Pilgrim, Peter" <[EMAIL PROTECTED]> > > > My question

RE: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released

2005-10-25 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 24 October 2005 21:43 > To: users@maven.apache.org; Maven Developers List > Subject: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released > > > The Project Reporting plugin has been released. This release

[m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
In Maven 1.0 you wrote this in your project.xml CSFB (c) 2005 http://www.csfb.net/ http://www.csfb.net/images/standardmaessig.gif 2005 com.csfb.csar.private.internal.it http://private-details.internal.foo.csfb.net/images/project_logo.gif What d

RE: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
part on creating the site "descriptor". > > David > > On 10/25/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > > > > In Maven 1.0 you wrote this in your project.xml > > > > > > CSFB (c) 2005 > > http://www.csfb.net/ &g

RE: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-25 Thread Pilgrim, Peter
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 25 October 2005 16:07 > To: Maven Users List > Subject: RE: [m2] What is the Maven 2 equivalent for site logos etc? > > > On Tue, 2005-10-25 at 15:33 +0100, Pilgrim, Peter wrote: >

[M2] Multi project documentation

2005-10-25 Thread Pilgrim, Peter
Hi Is there any documentation available that explains how to create a multi-project under Maven2? "Guide to creating a multi module build" is empty page. ;-( http://maven.apache.org/guides/mini/guide-multi-module.html -- Peter Pilgrim Organiser / Founder ( JAVAWUG http://developers.

RE: New JIRA project for the Maven 2.x plug-in for Eclipse

2005-10-26 Thread Pilgrim, Peter
Is this plug-in for Mevenide or is it generating eclipse project file e.g `maven eclipse:eclipse' ? > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 25 October 2005 20:36 > To: Maven Users List > Subject: New JIRA project for the Maven 2.x plug-in for Eclipse >

RE: New JIRA project for the Maven 2.x plug-in for Eclipse

2005-10-26 Thread Pilgrim, Peter
> -Original Message- > From: Tomasz Pik [mailto:[EMAIL PROTECTED] > Sent: 26 October 2005 10:58 > To: Maven Users List > Subject: Re: New JIRA project for the Maven 2.x plug-in for Eclipse > > > On 26/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > &

RE: [m2] How to add Javadoc Report(s) ?

2005-10-26 Thread Pilgrim, Peter
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] ==== > > On Tue, 2005-10-25 at 19:16 +0200, Christian Schulte wrote: > > Hi, > > > > I have setup a simple multi module project by looking at the maven > > sources on how it is done in maven itself. Everything is

RE: [m2] Unit test report in website

2005-10-28 Thread Pilgrim, Peter
... ... org.codehaus.mojo surefire-report-maven-plugin 2.0-beta-1-SNAPSHOT ... ... Ok I just add this to my pom.xml I am get an error [INFO] --

RE: [m2] Unit test report in website

2005-10-28 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ==== > > Wim, > > Maven plugins have their own release cycle. This means that > even if Maven > 2.0 (Core) has been released, some plugins have not been > finalised yet. > This is the case of the maven-surefir

RE: M2 from behind a proxy

2005-10-28 Thread Pilgrim, Peter
Double checking filenames settings.xml etc. Proxy firewall settings. Blow away the folder `~/.m2/repository' as well, and try again. > -Original Message- > From: Luca Gmail [mailto:[EMAIL PROTECTED] ==== > I executed the same command on my pc, and works fine. > > See attach for deta

Understanding Multi-modules ( was RE: [m2] Eclipse webapp lib )

2005-11-01 Thread Pilgrim, Peter
I am trying to understand the multi-module in m2. In the the sub module how does m2 actually know about the parent module. I see in the pom.xml that there is a parent XML tag element, but it does not have a reference back direct to the parent, that I can see. How does it actually work? e.g h

RE: Understanding Multi-modules ( was RE: [m2] Eclipse webapp lib )

2005-11-01 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > On 11/1/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > > > > I am trying to understand the multi-module in m2. > > In the the sub module how does m2 actually know

RE: Installing Commercial Jars and missing POM XML files

2005-11-02 Thread Pilgrim, Peter
pwriter.println(""+groupId+""); > pwriter.println(" > "+artifactId+""); > pwriter.println(""+oneFile+""); > pwriter.println(""); > pwriter.close(); >

[M2] javadoc definining group packagings

2005-11-03 Thread Pilgrim, Peter
Hi I am converting M1 to M2 and I trying set up the javadoc groups for packages. What is the correct format for in the javadoc:javadoc plugin? I would like `com.csfb.foo.bar.dao' to fall under DAO and `com.csfb.foo.bar.ui' to fall under `UI' ...

RE: [M2] javadoc definining group packagings

2005-11-07 Thread Pilgrim, Peter
ing these strings to the Java doclet generator, or those it expecting a specific format in order to translate to the proper javadoc -group format? The m2 debug does not really reveal what the fault is. Any help appreciated. > -Original Message- > From: Pilgrim, Peter [mailto:[E

[m2] Maven Source Zip File

2005-11-08 Thread Pilgrim, Peter
Can I download the Maven 2 source code as a zip file anywhere? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497

RE: [m2] How do you use maven2 inside a corporate firewall?

2005-11-09 Thread Pilgrim, Peter
I deleted the entire contents of the local cache repository folder `${user.home}/.m2/repository'. I checked the proxy firewall definitions in `${user.home}/.m2/settings.xml' . Spell checked the filename is actually "settings.xml" not "setting.xml" Run with "mvn -X compile" or just "mvn -X",

RE: Multiple source directories (again)

2005-11-10 Thread Pilgrim, Peter
+1 I'd be interested in this too! -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 > -Original Message- > From: Ruel Loehr [mailto:[EMAIL PROTECTED] > Sent: 10 No

Where is the source code for Maven?

2005-11-10 Thread Pilgrim, Peter
>From the Maven page, there is no link to source code? Why not? Every other OSS project that I remember has an easy way to navigate to the source code distribution. Does Maven has a source zip or gzip file that people can download? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Cre

[OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread Pilgrim, Peter
.html > Thanks Does anyone know how to configure JavaSVN for a firewall proxy? http://tmate.org/svn/kb/index.html JavaSVN does not appear to obey over even read the Subversion settings under %APPDATA%. > David > > On 11/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: >

RE: [OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread Pilgrim, Peter
amp;client=firefox-a&rls= > org.mozilla%3Afr%3Aofficial&q=javasvn+proxy&btnG=Rechercher&meta= > > > Pilgrim, Peter a écrit : > >>-Original Message- > >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > >>Of David H. > >&g

RE: [SOLVED][OT] Proxy Access with JavaSVN (RE: Where is the sour ce code for Maven?)

2005-11-11 Thread Pilgrim, Peter
does do the business, whilst ``JavaSVN'' does not handle the problem of unrecognised server keys. It does offer the same choice to (a)ccept the key (t)emporarily, (r)eject it or (p)ermanently. Thanks all the same ==== > > Pilgrim, Peter wrote: > | I set it up as reques

RE: [m2] How to reference environment variables?

2005-11-11 Thread Pilgrim, Peter
> -Original Message- > From: Richard Allen [mailto:[EMAIL PROTECTED] ====== > > > Thanks for the reply. > > When you say "system properties" I think Java System > properties, but I'm > going to assume you mean operating system environment variables. > > Actually, I have been usin

[ANN] [JAVAWUG] BOF XIV / Monday / 5th December 2005 / Waxy O'Co nnors / 19:15

2005-11-11 Thread Pilgrim, Peter
The ``JAVA Web User Group'' is pleased to announce. Please join us for the BOF XIV London / Pre-Javapolis meet-up at the ``Waxy O'Connor'' Bar at 19:15M on Monday, 5th December, 2005. Waxy O'Connors 14 - 16 Rupert Street Leicester Square London W1D 6DD England http://www.waxyoconnors.co.uk/lo

[m2] Howto Hack JavadocReport.java

2005-11-16 Thread Pilgrim, Peter
Hi I have got the source code for maven 2 now, and I am trying to debug the -group property of the maven-javadoc-plugin. I understand to compile the plugin, I ran ``mvn install'' from C:\Projects\maven-site\maven-plugins\maven-javadoc-plugin WHen I tried to run the mvn javadoc:javadoc I stil

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Pilgrim, Peter
addArgIfNotEmpty( arguments, "-helpfile", > quotedPathArgument( > helpfile ) ); > > You could test it with the test project: > maven-javadoc-plugin\src\test\projects\javadoc-plugin-test1 > > You need to add quote on your group element, eg: > "Unit Test

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Pilgrim, Peter
> -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] ==== > > > Thanks for the information. I just apply the patch and > > ran `mvn compile install'. I get these errors. > > Best call for the build: > $mvn clean install > > Install phase will compile, test, package

RE: [m2] Howto Hack JavadocReport.java

2005-11-17 Thread Pilgrim, Peter
> addArgIfNotEmpty( arguments, "-header", > quotedArgument( header > ) ); > addArgIfNotEmpty( arguments, "-helpfile", > quotedPathArgument( > helpfile ) ); > > You could test it with the test project: > maven-javadoc-plugin\

RE: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] ==== > > > Odd... > > can you edit the BootstrapInstaller.java and add "-X" as an optional > in runMaven() ? > > I'd like to know what the plexus dependencies are when these > tests are run. > > - Brett I will d

RE: confusing maven 2 dependency behavior

2005-11-22 Thread Pilgrim, Peter
I also created a program for this called `MvnCreateLocalPom' and send it to the mailing list. Check the archives. -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 > -

Maven 2.2.1 and NTLM Proxy

2009-08-12 Thread Pilgrim, Peter
Hi I am back on the Maven 2.2.1 list after several years. I would like to know how to configure Maven with my corporate firewall. I tried several things already in the 24hrs CNTLM, Artifactory, JDK http.httpProxy etc. How come Apache Ivy can do this and M2.2.1 cannot? -- Peter Pilgr

[SOLVED] RE: Maven 2.2.1 and NTLM Proxy

2009-08-12 Thread Pilgrim, Peter
el...@mtvstaff.com] > Sent: 12 August 2009 18:37 > To: Maven Users List > Subject: RE: Maven 2.2.1 and NTLM Proxy > > http://maven.apache.org/guides/mini/guide-proxies.html > > -Original Message- > From: Pilgrim, Peter [mailto:peter.pilg...@lloydsbanking.com]

RE: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-13 Thread Pilgrim, Peter
Hmm... interesting Albeit that Rémy's use-case is about non-JVM language compilation, how easy is it now, in 2009, to write a general non-Java language compiler plug-in? For example, can one take the Java compiler plug-in and then subclass it and create a JavaFX compiler plug-in in 24 hours? --

Maven 2 Antrun Echoproperties

2009-08-17 Thread Pilgrim, Peter
Hi All I am trying to find the Maven 2 Antrun properties I can use. maven-antrun-plugin Create-S

RE: [SOLVED] Maven 2 Antrun Echoproperties

2009-08-17 Thread Pilgrim, Peter
age- > From: Pilgrim, Peter [mailto:peter.pilg...@lloydsbanking.com] > Sent: 17 August 2009 13:28 > To: Maven Users List > Subject: Maven 2 Antrun Echoproperties > > Hi All > > > > I am trying to find the Ma

How to Get Access To Arrayed or List Maven Properties ?

2009-08-18 Thread Pilgrim, Peter
Hi I have looking at the http://maven.apache.org/ref/2.2.0/maven-model/apidocs/index.html (The Maven Model JavaDoc). Does Maven allow access to ARRAY properties or POM XML fragments? http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schema

RE: How to Get Access To Arrayed or List Maven Properties ? [WORKAROUND]

2009-08-18 Thread Pilgrim, Peter
Don't bother. The ARRAY PROPERTIES would be a nice to have, but would not solve my issue completely. I still need to RTFM again. A good work around for me now is custom properties in the ROOT POM of the parent module All Rights Reserved. Lloyds Banking Gro

Our Love & Hate Relationship with Apache Maven

2009-08-18 Thread Pilgrim, Peter
Our Love & Hate Relationship with Apache Maven http://audioboo.fm/boos/55096-our-love-hate-relationship-with-apache-mav en And yes this is only my opinion and we still love it! -- Peter Pilgrim | E-Channel Services Technical Lead, Products & Markets Lloyds TSB Bank plc, Corporate Markets

RE: Our Love & Hate Relationship with Apache Maven

2009-08-19 Thread Pilgrim, Peter
ettings.. but no content posted to > referenced URL > > cheers > Martin [Pilgrim, Peter] Martin It's an AudioBoo (MP3 content delivered by Flash player) http://bit.ly/tOhzJ http://audioboo.fm/boos/55096-our-love-hate-relationship-with-apache-mav en -- Peter Pilgrim | E-Channel

Building mvn site with flat project hierarchy

2009-09-02 Thread Pilgrim, Peter
Hi Can Maven build the "site" multi-model poms organised in a flat hierarchy? For example If I have folders like this /home/peterp/workspace/ /home/peterp/workspace/acme-master /home/peterp/workspace/acme-core /home/peterp/workspace/acme-ejbs /home/peterp/workspace/acme-ear

RE: Building mvn site with flat project hierarchy

2009-09-03 Thread Pilgrim, Peter
rkets.com > -Original Message- > From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] > Sent: 02 September 2009 12:16 > To: Maven Users List > Subject: Re: Building mvn site with flat project hierarchy > > 2009/9/2 Pilgrim, Peter : > > Is there a way to view

maven-compiler-plugin does not exist or no valid version could be found

2009-09-03 Thread Pilgrim, Peter
Hi All I am attempting to fix a Hudson build failure with Maven. Now on my workstation I can type "mvn site:stage" and the whole project. However, when I use PuTTY in order to remote into Hudson UNIX server and manually invoke the same command, I get a failure. [INFO] --

RE: maven-compiler-plugin does not exist or no valid version could be found

2009-09-03 Thread Pilgrim, Peter
44 (0)207 158 6135 | ( +44 (0)1234 567 8901 + peter.pilg...@lloydstsb.co.uk : www.lloydstsbcorporatemarkets.com > -Original Message----- > From: Pilgrim, Peter [mailto:peter.pilg...@lloydsbanking.com] > Sent: 03 September 2009 13:06 > To: Maven Users List > Subject: maven-compil

RE: RE : maven-compiler-plugin does not exist or no valid version could be found

2009-09-03 Thread Pilgrim, Peter
mirror. > > Regards, > > Vincent Hardion > > > -Message d'origine- > De : Pilgrim, Peter [mailto:peter.pilg...@lloydsbanking.com] > Envoyé : jeudi 3 septembre 2009 14:06 > À : Maven Users List > Objet : maven-compiler-plugin does not exist or no valid

RE: maven-compiler-plugin does not exist or no valid version could be found

2009-09-04 Thread Pilgrim, Peter
> BASE Logic, Inc. > Enterprise Architecture, Design, Mentoring & Agile Consulting > p. (866) BLiNC-411: (254-6241-1) > f. (415) 685-4233 > > Website: http://baselogic.com > Linked IN: http://linkedin.com/in/mickknutson > Vacation Rental: http://tahoe.baselogic.com > ---

JAVAWUG BOF 49 Video Online Maven 3 Update

2009-09-07 Thread Pilgrim, Peter
Hi All As JUG Leader of the JAVAWUG London, we just recently published Jason van Zyl talk online. The event took place at EMC/Conchango on Wednesday, 17st June 2009 from 18:30 until 20:30. We had the pleasure of welcoming Jason van Zyl of Sonatype once again to talk us about Maven 3.0, M2Eclips

Mixing Scala and Java in the same project

2009-12-09 Thread Pilgrim, Peter
Hi Has anyone got any guidelines for mixing Scala and Java in the same project? Thanks very much in advance -- Peter Pilgrim | E-Channel Services, Technical Lead, eBusiness Lloyds Banking Group | Wholesale Markets & Treasury IT 33 Old Broad Street, London, EC2N 1HZ, UK ' +44 (0)20

RE: Mixing Scala and Java in the same project

2009-12-09 Thread Pilgrim, Peter
eter.pilg...@lloydsbanking.com : www.lloydsbankinggroup.com > -Original Message- > From: Lachlan Deck [mailto:lachlan.d...@gmail.com] > Sent: 09 December 2009 12:32 > To: Maven Users List > Subject: Re: Mixing Scala and Java in the same project > > On 09/12/2009, at

[ANN] Java Web User Group / BOF XV / Oracle City of London / Frid ay 3rd February 2006 @ 19:00

2006-01-25 Thread Pilgrim, Peter
Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the fifteenth Birds-of-Feather (Meet up) at the ``Oracle City of London'' offices on Friday, 3rd January 2006. The meeting will take place in a room with Audio/Visual facilities between 7-9:30 pm. There wil

[ANN] FINAL CALL: Java Web User Group / BOF XV / Oracle City of L ondon / Friday 3rd February 2006 @ 19:00

2006-02-02 Thread Pilgrim, Peter
THIS IS THE FINAL CALL Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the fifteenth Birds-of-Feather (Meet up) at the ``Oracle City of London'' offices on Friday, 3rd January 2006. The meeting will tak

[test] ignore

2006-02-10 Thread Pilgrim, Peter
-- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse Group - "One Bank", Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 peter dot pilgrim at credit-suisse.com ==

[test] ignore

2006-02-10 Thread Pilgrim, Peter
Testing using Micro$oft Outlock 200 sp3 I seem to be have problems with my mail sent to google group sent as 7bit character set. Just want to prove that apache and sourceforge dont have to the problem, and eliminate these providers. -- Peter Pilgrim :: J2EE Software Development Operations/IT -

[ANN] Slides Available JAVAWUG BOF XV

2006-02-10 Thread Pilgrim, Peter
Hi All Very quickly, we recently held the JAVAWUG (Java Web User Group) BOF XV at Oracle City of London. Slides are available from here. http://jroller.com/page/javawug?entry=updated_new_presentation_slides_for -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse Group - "O

[ANN] JAVAWUG BOF XV Video Presentations Now Available [was updat e]

2006-03-02 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Pilgrim, Peter > Sent: Monday, February 27, 2006 1:50 PM ==== Hi I am very proud to announce that three video presentations are now downloadable from Google Video Beta sites. These p

[ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracle Ci ty of London

2006-03-09 Thread Pilgrim, Peter
Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the sixteenth Birds-of-Feather (Meet up XVI) at the Oracle City of London offices on Friday, 17th March 2006. The meeting will take place in a room with Audio/Visual facilities between 7-9:30 pm. There will

[ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracle Ci ty of London

2006-03-16 Thread Pilgrim, Peter
Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the sixteenth Birds-of-Feather (Meet up XVI) at the Oracle City of London offices on Friday, 17th March 2006. The meeting will take place in a room with Audio/Visual facilities between 7-9:30 pm. There will

RE: [ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracl e Ci ty of London

2006-03-23 Thread Pilgrim, Peter
PLEASE IGNORE THIS EMAIL MAIL / THREAD I apologise to one and all. __Sorry__. -- Peter Pilgrim Organiser / Founder ( JAVAWUG http://developers.sun.com/jugs/display/europe/gbr/london ) ( ( ( ( ( ( )\

[ANN] JAVAWUG BOF XVII / Thursday 20th April 2006 @ 19:00 / Oracl e City of London

2006-04-04 Thread Pilgrim, Peter
Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the seventeenth Birds-of-Feather (Meet up XVII) at the Oracle City of London offices on Thursday, 20th April 2006. The meeting will take place in a room with Audio/Visual facilities between 7-9:30 pm. Ther

RE: [ANN] JAVAWUG BOF XVII / Friday 28th April 2006 @ 19:00 / Ora cle City of London

2006-04-20 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Peter Pilgrim ==== > > Dear All > > The JAVAWUG (Java Web User Group) has rescheduled the BOF > XVIII (Number > 17) from Thursday 20th April to now Friday 20th April 2006.