Re: Can we map a plugin to multiple phases?

2006-07-28 Thread macv
I found the solution, in the execution section I need to set unique ID. Thanks. -- View this message in context: http://www.nabble.com/Can-we-map-a-plugin-to-multiple-phases--tf2013705.html#a5534763 Sent from the Maven - Users forum at Nabble.com. ---

SV: Packaged webapp

2006-07-28 Thread Simon Kepp Nielsen
Hi Kevin, Try taking a look at the Assembly plugin. You can find documentation on http://maven.apache.org/guides/mini/guide-assemblies.html http://maven.apache.org/plugins/maven-assembly-plugin/ Best regards Simon Kepp Nielsen, Configurations Manager PFA Pension, Teknisk Arkitektur Mobile: +45 3

Re: Cleaning a Directory After Tests

2006-07-28 Thread Roland Asmann
Or you could configure an antrun to do the deleting Roland On Friday 28 July 2006 04:12, Ole Ersoy wrote: > Actually, > > I think it's cleaner just to use the apache commons.io > library FileUtils.delete(File directory) method in the > teardown of the test. > > Here's the dependency in case

RE: changes plugin and jira-report

2006-07-28 Thread Roald Bankras
Hey Dennis I've taken a look at the new changes plugin, including the documentation, but I run into a problem when I try to add a filter to my report configuration. When I add the following filter to the pom, running changes gives a 500 error. &sorter/field=priority&sorter/order=DESC&sorter/fie

SV: M2 Problems using wagon-ssh and scp site:deploy, but eventual success

2006-07-28 Thread Simon Kepp Nielsen
Hi Mykel, You can set up Maven to use putty as your ssh client. Then you can use you putty keys and pageant. You do this by adding the following to your server configuration in settings.xml: server-id username plink pscp You can find more do

Re: scm: svn, Jira, conitinum

2006-07-28 Thread Emmanuel Venisse
Satish a écrit : Hi, i have seen couple of posting on these, but not able to find some basic answers I got my project setup with Maven2 and build is working. a. How do we confirgure to scm: SVN - any samples configuration files with couple of instructions http://maven.apache.org/scm/sub

Re: sub project notifications

2006-07-28 Thread Emmanuel Venisse
It will be a 1.1 feature. Actually, you need to force a build of B and C if they haven't changes. Emmanuel Philippe Faes a écrit : I have a related question for multiple projects (but not sub-projects). If project B and C depend on project A, I would like to automatically re-build B and C when

Re: sub project notifications

2006-07-28 Thread Emmanuel Venisse
We use only notifiers defined on the project added to continuum. Emmanuel Jesse McConnell a écrit : I don't think it will use that childs notification element, I don't think continuum actually knows anything about that subproject when it comes to it failing and sending out notifications. on th

Re: Functional Tests and maven-surefire-report-plugin

2006-07-28 Thread Christophe DENEUX
Hi friends, It seems that the maven-surefire-report-plugin generates the report only if the "language" of the "packaging" is "java" (see in source code: SurefireReportMojo.canGenerateReport). As described in "Introduction to the Build Lifecycle" (http://maven.apache.org/guides/introduction/

Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBM RAD 6.x)

2006-07-28 Thread Peter . Pilgrim
Hi About the Maven 2.0 Eclipse IDE Plug-in http://m2eclipse.codehaus.org/ I tried a software update with Eclipse 3.2 and the plug-in failed. What is the status? One more question. Is there a version of the M2EP that works with IBM Rational Software Development Platform 6.x ( i.e olde Eclipse

Re: [maven-antrun-plugin] How to pass default Maven Properties to ?

2006-07-28 Thread Alexis Midon
Hi Toli, I post my question on my blog too and I got a useful answer from Ruben He suggests me to use the maven ant-task inside the build.xml itself. http://maven.apache.org/ant-tasks.html Actu

RE: M2 Problems using wagon-ssh and scp site:deploy, but eventual success

2006-07-28 Thread Jörg Schaible
Mykel Alvis wrote on Friday, July 28, 2006 8:02 AM: > I'm just a caveman programmer, and my attempts to use the wagon-ssh > extension were failing under strange circumstances. Come > close around the > fire while I tell the story of what I call "The Demon of Attempting To > Deploy Using SSH Under

RE: changes plugin and jira-report

2006-07-28 Thread Denis Cabasson
Roald Bankras wrote: > > Hey Dennis > > I've taken a look at the new changes plugin, including the documentation, > but I run into a problem when I try to add a filter to my report > configuration. When I add the following filter to the pom, running changes > gives a 500 error. > > &sorter/fie

maven-ejb-plugin v2.1

2006-07-28 Thread Ken Helmes
Hello, The 2.1 version of the maven-ejb-plugin should have a bug fix for including and excluding files. However, I don't see the 2.1 version in ibiblio. Can someone tell me where to find it? Regards, Ken Helmes

Ad: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Stefan Magnus Landrø
I believe I found the solution to this issue. I placed the following snipplet in the jar-projects that my project depend upon, and made sure to use uniqueVersion set to false. A fresh deploy of these jar-projects then wrote a -SNAPSHOT.jar to the company repository (you only get timestamped vers

Ad: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBM RAD 6.x)

2006-07-28 Thread Stefan Magnus Landrø
The latest version works fine with eclipse 3.1.2. However, I don't find the plugin too beneficial though - I prefer using the cmd line. Stefan [EMAIL PROTECTED] skrev 28.07.2006 10:34:08: > > Hi > > About the Maven 2.0 Eclipse IDE Plug-in http://m2eclipse.codehaus.org/ > > I tried a softwa

RE: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Jörg Schaible
Stefan Magnus Landrø wrote on Friday, July 28, 2006 10:49 AM: > I believe I found the solution to this issue. > > I placed the following snipplet in the jar-projects that my project > depend upon, and made sure to use uniqueVersion set to false. > A fresh deploy of these jar-projects then wrote a

RE: changes plugin and jira-report

2006-07-28 Thread Roald Bankras
Thx Denis I've created MCHANGES-54 Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Denis Cabasson [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 10:42 AM To: users@maven.apache.org Subject: RE: changes plugin and jira-report Roald Bankras wrote: > > Hey Den

Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Abhijit Diwan
Hi all I have 2 modules under the main project POM. The directory structure looks like this * JCA15Adapter * pom.xml * AeConnector * Pom.xml * EjbSupport

Re: Ad: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBM RAD 6.x)

2006-07-28 Thread Roland Asmann
Imho one shouldn't use the m2eclipse-plugin, but just the 'normal' eclipse-plugin for maven... As for the RAD-version, a colleague and I are working on that for one of our customers and we are willing (and allowed) to release that stuff. We are not exactly sure on WHEN we will release it, but it

Site generation for single module in multi module project

2006-07-28 Thread Kapil Gupta\(CT\)
Hi, I have a multi module project with a parent pom. There are lots of sub modules and one such module contains all the interfaces of the application. After building my project through continuum, the site command on parent pom generates javadocs for each module. But I would like to generate javad

Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Abhijit Diwan
Hi all I have 2 modules under the main project POM. The directory structure looks like this * JCA15Adapter * pom.xml * AeConnector * Pom.xml * EjbSupport

[m1.1] artifactId or id?

2006-07-28 Thread Daniel Beland
Hi, in maven 1.0.2, when I install or deploy an artifact, it is put in the directory under s and the artifact is named . Now in maven 1.1, the artifact is named instead of . I was not using this tag previously I think Mevenide defaults it to : so obviously it causes problems because it is not

RE: Ad: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBM RAD 6.x)

2006-07-28 Thread Peter . Pilgrim
So there is no Maven 2 plug-in for Eclipse then worth looking at? I remember there was interesting Maven 1 plug-in that allowed access to the maven repository. Is there any development going on there to port the old M1 Eclipse IDE plug-in to M2? > -Original Message- > From: Roland Asmann

Maven and dependency on central servers

2006-07-28 Thread Ulrich Hobelmann
Hi, I'm new to maven, and I'm a bit reserved to trusting a few centralized servers for something that's critical to a project. Since any host that downloads a project (say, from SVN) and wants to build it, needs to download a number of Maven packages, obviously there's a heavy dependency on

RE: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBMRAD 6.x)

2006-07-28 Thread Stefan Magnus Landrø
Well, the plugin does allow access to the repository, but have you tried this site: http://www.mvnregistry.com/ [EMAIL PROTECTED] skrev 28.07.2006 12:55:37: > So there is no Maven 2 plug-in for Eclipse then worth > looking at? > > I remember there was interesting Maven 1 plug-in that allowed

Re: Dependancy within the modules while generating the site. Help Needed.

2006-07-28 Thread Stefan Magnus Landrø
run a mvn install from the top-level project first. it should work then. hth, Stefan "Abhijit Diwan" <[EMAIL PROTECTED]> skrev 28.07.2006 12:30:01: > > > Hi all > > > > I have 2 modules under the main project POM. The directory > structure looks like this > > > > * JCA15A

Re: Maven and dependency on central servers

2006-07-28 Thread Alex Turner
I am with you. I tried building the test project, and it failed on a few files from the central repository. Based on this post, I switched to a mirror and got what I needed successfully. In my mind this bodes very ill of this approach if the maven project can't keep it's central repository serv

Ad: Re: Maven and dependency on central servers

2006-07-28 Thread Stefan Magnus Landrø
Hi there, If you read the "Better builds with maven" book you will see that you can easily set up your own mirror yourself (typically a mirror that is only used by you coworkers). There are other options too (see book) Stefan "Alex Turner" <[EMAIL PROTECTED]> skrev 28.07.2006 13:20:50: > I a

Re: Maven and dependency on central servers

2006-07-28 Thread Graham Leggett
On Fri, July 28, 2006 1:06 pm, Ulrich Hobelmann wrote: > This isn't a troll, I'm only genuinely afraid of trusting a few > centralized servers for a task that's needed for any new machine to > setup their system (especially after noticing last night, how slow a > server can be and what that means

RE: Ad: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBM RAD 6.x)

2006-07-28 Thread Roland Asmann
Well, sort of... In our company we are currently these using two 'plugins': - http://m2eclipse.codehaus.org ('maven-in-eclipse') - http://maven.apache.org/plugins/maven-eclipse-plugin/ ('eclipse-with-maven') The first one is the one we started with and will not abondon because of the progress of

Re: JWS - JNLP

2006-07-28 Thread Chris Michiels
Thanks Emmanuel, But I'm still a bit in the dark where the plugin is located (repo, subversion, ...) ? Do you have a small working example to play with please. I would like to demonstrate that Maven 2 can replace our current Ant based build environment. TIA, 2006/7/26, Emmanuel Venisse <[EMAIL P

Ad: Re: JWS - JNLP

2006-07-28 Thread Stefan Magnus Landrø
BTW, You can easily integrate your existing ant script in maven writing a plugin. It's real easy, and should take you no time. Stefan "Chris Michiels" <[EMAIL PROTECTED]> skrev 28.07.2006 13:39:33: > Thanks Emmanuel, > But I'm still a bit in the dark where the plugin is located (repo, > subve

Re: Maven and dependency on central servers

2006-07-28 Thread Tamás Cservenák
Hi, Making a full repository mirror is not an option. What you need is a proxy for Maven. You should try Proximity: http://proximity.abstracthorizon.org/ Proximity protects you from repo blackouts, inconsistent repositories, sporadic ibiblios HTTP 500 errors and also speeds the build time. Org

Re: Maven and dependency on central servers

2006-07-28 Thread Ulrich Hobelmann
On Jul 28, 2006, at 1:28 PM, Graham Leggett wrote: On Fri, July 28, 2006 1:06 pm, Ulrich Hobelmann wrote: This isn't a troll, I'm only genuinely afraid of trusting a few centralized servers for a task that's needed for any new machine to setup their system (especially after noticing last night

Re: Maven and dependency on central servers

2006-07-28 Thread Trent Albright
I agree with what you are saying. Luckily there is an answer: setup your own internal repository. There are a few options here, I'm sure someone else on the list can provide you with more details as I'm a maven newb. These references might help: http://maven.apache.org/guides/introduction/introdu

generate classpath

2006-07-28 Thread Philippe Faes
Dear all, I have a maven2 project that depends on many other projects. Obviously when I run "mvn compile" all needed jars are downloaded into the local repo. Now I want to run my project from the command line (without maven), but I'm not sure which CLASSPATH to use. Can maven generate a CLASSPAT

Ad: Re: Maven and dependency on central servers

2006-07-28 Thread Stefan Magnus Landrø
We actually had to make a maven distribution like that for an offline workshop. It worked perfectly tarring up everything. Stefan [EMAIL PROTECTED] skrev 28.07.2006 14:04:23: > On Jul 28, 2006, at 1:28 PM, Graham Leggett wrote: > > > On Fri, July 28, 2006 1:06 pm, Ulrich Hobelmann wrote: > >

Re: JWS - JNLP

2006-07-28 Thread Emmanuel Venisse
subversion url: http://svn.codehaus.org/mojo/trunk/mojo/webstart-maven-plugin/plugin/ snapshot repo to use : http://snapshots.repository.codehaus.org/ http://snapshots.repository.codehaus.org/org/codehaus/mojo/webstart-maven-plugin/1.0-alpha-1-SNAPSHOT/ You have a full example in the howto page

Ad: generate classpath

2006-07-28 Thread Stefan Magnus Landrø
the assembly plugin should get half the way. See the examples section: http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html Philippe Faes <[EMAIL PROTECTED]> skrev 28.07.2006 14:06:51: > Dear all, > > I have a maven2 project that depends

RE: Maven 2.0 Eclipse Plug-in compatibility with Eclipse 3.2.x (and IBMRAD 6.x)

2006-07-28 Thread Peter . Pilgrim
> -Original Message- > From: Stefan Magnus Landrø > [mailto:[EMAIL PROTECTED] ==== > > Well, the plugin does allow access to the repository, but > have you tried this site: > > http://www.mvnregistry.com/ > Well I have now! Actually I get appears whenever I now access the E

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Do you know what mechanism chooses over , if both are present in ? On 7/28/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Stefan Magnus Landrø wrote on Friday, July 28, 2006 10:49 AM: > I believe I found the solution to this issue. > > I placed the following snipplet in the jar-projects that my

Ad: Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Stefan Magnus Landrø
I believe shapshots go in the snapshot repository, and release versions go in the release repository. korebantic <[EMAIL PROTECTED]> skrev 28.07.2006 14:37:25: > Do you know what mechanism chooses over > , if both are present in ? > > On 7/28/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > St

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread Wendy Smoak
On 7/28/06, korebantic <[EMAIL PROTECTED]> wrote: Do you know what mechanism chooses over , if both are present in ? For deployment, if the version ends in -SNAPSHOT, it will go to the (timestamped or not depending on the setting.) Otherwise, it goes to . -- Wendy ---

Re: Ad: Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Right. My question is how is snapshot choosen over repository? Does the deploy plugin grep the version number or something? On 7/28/06, Stefan Magnus Landrø <[EMAIL PROTECTED]> wrote: I believe shapshots go in the snapshot repository, and release versions go in the release repository. korebanti

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Got it, thanks =p On 7/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/28/06, korebantic <[EMAIL PROTECTED]> wrote: > Do you know what mechanism chooses over > , if both are present in ? For deployment, if the version ends in -SNAPSHOT, it will go to the (timestamped or not depending on t

install submodules

2006-07-28 Thread Wojciech Biela
Hi I have my master project and many modules defined in it. Every submodule when given "mvn package install" does some magic to build itself and in effect installs it's product in the local repo. Problem is when I execute "mvn package install" from the level of the master project maven builds all

Re: mvn idea:idea question

2006-07-28 Thread Sanjiv Jivan
Sweet. Thanks. PS : I figured out that setting an IDEA Path Variable pointing to the local maven repository before generating the IDEA project files results in the generated files having library paths with the Path Variable. This is very useful when sharing project files with other team members.

Re: install submodules

2006-07-28 Thread Wojciech Biela
OK, my mistake ;) adding new attached modules to the element usually helps ;)) but one observation though .. I build my submodules though the master, install them and then use them in the master pom to produce a special package through: org.codehaus.mojo dependency-maven-plu

Problem with commins-email

2006-07-28 Thread Alex Turner
I am having a problem with commons-email, it lists activation 1.0.2 as a dependency, but there is no jar in the javax/activation/activation/1.0.2 directory at http://www.ibiblio.org/maven2/javax/activation/activation/1.0.2/ or any other mirror I checked Hope someone can help Alex

SV: Problem with commins-email

2006-07-28 Thread Simon Kepp Nielsen
Hi Alex, Please see http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Best regards Simon Kepp Nielsen, Configurations Manager PFA Pension, Teknisk Arkitektur Mobile: +45 30 52 77 07 E-mail: [EMAIL PROTECTED] PFA Pension Sundkrogsgade 4 DK-2100 Copenhagen OE Disclaimer This m

Re: Problem with commins-email

2006-07-28 Thread Alex Turner
Got it - thanks very much Alex On 7/28/06, Simon Kepp Nielsen <[EMAIL PROTECTED]> wrote: Hi Alex, Please see http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Best regards Simon Kepp Nielsen, Configurations Manager PFA Pension, Teknisk Arkitektur Mobile: +45 30 52 77 07 E-

Re: Problem with commins-email

2006-07-28 Thread Eric Redmond
Alex; You will also need javax.mail installed as well. Eric On 7/28/06, Simon Kepp Nielsen <[EMAIL PROTECTED]> wrote: Hi Alex, Please see http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Best regards Simon Kepp Nielsen, Configurations Manager PFA Pension, Teknisk Arkitek

Ad: Problem with commins-email

2006-07-28 Thread Stefan Magnus Landrø
I believe that is due to licencing issues. Try placing it in your company's repository or your local repository Stefan "Alex Turner" <[EMAIL PROTECTED]> skrev 28.07.2006 16:13:59: > I am having a problem with commons-email, > > it lists activation 1.0.2 as a dependency, but there is no jar in t

Re: maven-ejb-plugin v2.1

2006-07-28 Thread Wayne Fay
If you can't find a released version, then it is probably not yet released. You will need to pull the code from SVN and build/install it locally to use this functionality. Wayne On 7/28/06, Ken Helmes <[EMAIL PROTECTED]> wrote: Hello, The 2.1 version of the maven-ejb-plugin should have a bu

Re: Problem with commins-email

2006-07-28 Thread Wayne Fay
Actually javax.activation v1.1 and javax.mail v1.4 are both available from the Java.net Maven Repo. Its a Maven1 repo so you will need to add it as "legacy" in your repo list. https://maven-repository.dev.java.net/nonav/repository/ Wayne On 7/28/06, Eric Redmond <[EMAIL PROTECTED]> wrote: Alex

[M2] Using Special Chars (& etc.) in POM properties

2006-07-28 Thread Graham Whitehead
Try again as Plain Text Hi, Does anyone know how to use an ampersand (&) as part of a property value in a POM? eg. 4.0.0 . . . text1 && text2 && text3 . . . I have tried using & and with no success. When using & I get the following message: Caused by: org.codeha

Including src in built jars/wars

2006-07-28 Thread Christopher Blythe
I already have a working maven build setup for my J2EE app that includes ejb and war modules. However, I was wondering if there is a way to easily include the java source in the jars/wars along with the compiled classes? Thanks... Chris

Vincent CHAUVEAU/BPSS/FR/EUROPE/GROUP est absent.

2006-07-28 Thread vincent . chauveau
Je serai absent(e) du 28/07/2006 au 14/08/2006. For any problem send a mail to PARIS BP2S GRP IST or PARIS BP2S GRP IST SUPPORT for environment support purpose This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this messag

Maven 2.0 and Groovy

2006-07-28 Thread Peter . Pilgrim
Hi I believe that Groovy the scripting language can be use to call Ant tasks. If I understand this correctly. You don't run Ant to build a project, but you run a Groovy script and it does the building for you. Is their a similar functionality for Maven 2.0? Or has anybody starting work with M2

JBoss EJB Deploy issue with Maven META-INF

2006-07-28 Thread Tommy1
Hello, I am new to Maven and have ran into this issue under JBoss. I have created an EJB jar that when I look at it in WinZip has the following: ... class files ... meta-inf/Manifest.mf meta-inf/ejb-jar.xml meta-inf/jboss.xml META-INF/maven/.../pom.properties META-INF/maven/.../pom.xml The probl

Creating a remote repository

2006-07-28 Thread Richard . ABBUHL
Is there an easy way (using scripts, etc.) to publish an entire local repository to a remote repository which can then be used as a mirror? I have already tried copying my local repository to our web server. When I tried using it as a mirror and running "mvn install" maven complained about not f

Re: JBoss EJB Deploy issue with Maven META-INF

2006-07-28 Thread Wayne Fay
http://jira.codehaus.org/browse/MOJO-377 Wayne On 7/28/06, Tommy1 <[EMAIL PROTECTED]> wrote: Hello, I am new to Maven and have ran into this issue under JBoss. I have created an EJB jar that when I look at it in WinZip has the following: ... class files ... meta-inf/Manifest.mf meta-inf/ejb-j

Problems with JSTL

2006-07-28 Thread Alex Turner
I'm trying to include the right dependencies for JSTL. The problem I'm having is that javax.servlet.jstl is not matching with taglibs.c... taglibs.c uses the apache impl, and javax seems to use the sun impl. Is there a way to match this stuff up so that it works right? Sorry for the newbness of

Vincent CHAUVEAU/BPSS/FR/EUROPE/GROUP est absent.

2006-07-28 Thread vincent . chauveau
Je serai absent(e) du 28/07/2006 au 14/08/2006. For any problem send a mail to PARIS BP2S GRP IST or PARIS BP2S GRP IST SUPPORT for environment support purpose This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this messag

Re: Maven 2.0 and Groovy

2006-07-28 Thread Denis Cabasson
Have a look there: http://mojo.codehaus.org/groovy-maven-plugin/ Peter.Pilgrim wrote: > > > Hi > > I believe that Groovy the scripting language can be use to call Ant > tasks. > If I understand this correctly. You don't run Ant to build a project, > but > you run a Groovy script and it does

[ANN] Archy - a simple frontend to archetypes

2006-07-28 Thread Don Brown
In a fit of frustration trying to find a list of Maven archetypes, I threw together a little command-line frontend to Maven's archetypes that makes using them easier. Archy is a simple, command-line frontend to Maven 2's archetypes. It walks you through the process of creating a new project using

Re: M2 Problems using wagon-ssh and scp site:deploy, but eventual success

2006-07-28 Thread Mykel Alvis
The documentation claims that but it doesn't seem to work for me. Using - 0.58 Putty - the putty directory in my PATH - running pageant with my key installed - keyfile has the passphrase of 'mykeyfilepassphrase' My server.xml sourceforge myusername

Re: Problems with JSTL

2006-07-28 Thread Alex Turner
Doh - figured out the problem, was missing taglibs.standard, heh. Alex On 7/28/06, Alex Turner <[EMAIL PROTECTED]> wrote: I'm trying to include the right dependencies for JSTL. The problem I'm having is that javax.servlet.jstl is not matching with taglibs.c... taglibs.c uses the apache impl,

Re: M2 Problems using wagon-ssh and scp site:deploy, but eventual success

2006-07-28 Thread Mykel Alvis
That's why, at the end of my [extremely long] post, I put in the instructions for how to do it. On 7/28/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > 664 > > > The .ppk file indicated is the same one I was supplying to > pageant to allow > my caveman brain to not have to

Perforce-continuum related issues

2006-07-28 Thread Prashanth Krishnamurthy
Couple Questions - 1. when we do a build in continuum, what perforce commands is it executing ? Which file has this configuration ? ( using perforce-->maven->continuum ). 2. IN continuum, why don’t the children projects get built when you build the parent project? thanks --Prashanth _

Re: Utility to create upload bundles

2006-07-28 Thread Ceki Gülcü
At 07:26 AM 7/22/2006, Tim Kettler wrote: Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I recently had the same problem, this would have been a great help. On 7/20/06, Tim Kettler <[EMAIL PROTECTED]> w

RE: Perforce-continuum related issues

2006-07-28 Thread Mike Perham
Use the -X to enable Maven debugging. The p4 commands are emitted before they are executed. -Original Message- From: Prashanth Krishnamurthy [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 12:22 PM To: continuum-users@maven.apache.org Subject: Perforce-continuum related issues Co

Re: generate classpath

2006-07-28 Thread Trygve Laugstøl
Philippe Faes wrote: Dear all, I have a maven2 project that depends on many other projects. Obviously when I run "mvn compile" all needed jars are downloaded into the local repo. Now I want to run my project from the command line (without maven), but I'm not sure which CLASSPATH to use. Can m

Re: Perforce-continuum related issues

2006-07-28 Thread Emmanuel Venisse
Prashanth Krishnamurthy a écrit : Couple Questions - 1. when we do a build in continuum, what perforce commands is it executing ? Which file has this configuration ? ( using perforce-->maven->continuum ). 2. IN continuum, why don’t the children projects get built when you build the parent pr

Re: [M1] Using FTP in Maven 1.1... the answer....

2006-07-28 Thread Jamie Bisotti
On 7/19/06, Benoit Xhenseval <[EMAIL PROTECTED]> wrote: Don't you love when the person who sends the question comes up with the answer... as if the process of asking the question triggers some brain activity... You need to add more dependencies in your project.xml for Maven 1.1

[ANN] Maven Antlr Plugin 1.2.2 for Maven 1.x released

2006-07-28 Thread Lukas Theussl
We are pleased to announce the Maven Antlr Plugin 1.2.2 release! http://maven.apache.org/maven-1.x/plugins/antlr/ === Changes in this version include: Changes: o Update to ANTLR 2.7.6. Fixes MPANTLR-8. =

[ANN] Maven Cruise Control Plugin 1.8 for Maven 1.x released

2006-07-28 Thread Lukas Theussl
We are pleased to announce the Maven Cruise Control Plugin 1.8 release! http://maven.apache.org/maven-1.x/plugins/cruisecontrol/ A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report

[ANN] Maven FAQ Plugin 1.6.1 for Maven 1.x released

2006-07-28 Thread Lukas Theussl
We are pleased to announce the Maven FAQ Plugin 1.6.1 release! http://maven.apache.org/maven-1.x/plugins/faq/ Creates XDoc documentation from an FAQ XML document. === Changes in this version include: Fixed bugs: o

[ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2006-07-28 Thread Lukas Theussl
We are pleased to announce the Maven NSIS Plugin 2.0 release! http://maven.apache.org/maven-1.x/plugins/nsis/ A plugin to generate Win32 installer programs using NSIS === Changes in this version include: New Featur

Success Messages For Recent Contributors Only

2006-07-28 Thread Daun DeFrance
Hi all, My apologies if this has been answered before. I was wondering if there was a way to configure continuum to send success messages after every build to only those contributors who had checked in code since the last build. Continuum provides the ability to see which files where modified as

How to I unsubscribe?

2006-07-28 Thread Frank Russo
I've a message 5 different times to the unsubscribe email address, but it won't remove me. I've gotten no confirmation at all. Thanks...

Re: Maven and dependency on central servers

2006-07-28 Thread Graham Leggett
Ulrich Hobelmann wrote: Could I simply tar up the .m2 directory, or is there anything in it that's host-specific? (so a new machine could simply copy the .m2 and start building; especially for a portable machine I'd hate to be missing a dependency...). I've moved around copies of .m2 and .m

Newbie issues with maven castor plugin in Maven 1.0.2

2006-07-28 Thread Karr, David
I'm working on a project using Maven 1.0.2, and I'm not that familiar with how Maven works. I'm trying to use the maven castor plugin to generate classes from an XSD, but I need to override the class binding to prevent duplicate classes. I'm finding it a little hard to determine exactly what mave

RE: maven-surefire-plugin - turn off for "test", turn on for"integration-test"?

2006-07-28 Thread Chris Wall
I sure will. Thanks Wendy. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: July 27, 2006 8:16 PM To: Maven Users List Subject: Re: maven-surefire-plugin - turn off for "test", turn on for"integration-test"? On 7/27/06, Chris Wall <[EMAIL PROTECTED]> wrote: > Goodnes

How to pass -P profileName to continumm

2006-07-28 Thread Gautham Pamu
Hi Everyone, I am using Continuum 1.0.3 and Maven 2.0.4 version. I have a profile defined in the parent pom file. I want to pass the -P profileName to maven command during the build. I have added it to Argument on Project configuration on continuum, but it is not pickup the command. Could you tel

Re: Success Messages For Recent Contributors Only

2006-07-28 Thread Jesse McConnell
nope, it doesn't allow for that as far as I know, however that would be a nice feature so if you would so good as to enter that as a feature request at http://jira.codehaus.org/browse/CONTINUUM that would be great cheers! jesse On 7/28/06, Daun DeFrance <[EMAIL PROTECTED]> wrote: Hi all, My

Packaging EE applications (Real problem!!!!)

2006-07-28 Thread German de la Cruz
Hi! I'm trying to make a real world ear. I've 2 wars with lot of dependencies. Some of them are shared. What I'm trying to do is not to include the libraries in my wars (I've resolved it by adding the addClasspath clause in my manifest configuration) but include them in the ear. There is so

Cargo Plugin

2006-07-28 Thread Alex Turner
I'm trying to find some good documentation on the cargo plugin, but I'm obviously having a brain dead moment. Any chance someone out there could point me in the right direction. If you are wondering what I am trying to do, I am wishing to deploy my web application to tomcat 5.5.12 in an exploded

Re: Newbie issues with maven castor plugin in Maven 1.0.2

2006-07-28 Thread Lukas Theussl
The mojo plugins are all for Maven 2, you cannot use them with Maven 1.x. The castor plugin for Maven 1.x has been deprecated [1], it is not supported by the Maven team anymore (but it should work still with Maven 1.0.2). HTH, -Lukas [1] http://maven.apache.org/maven-1.x/plugins/castor/ Kar

Re: [m1.1] artifactId or id?

2006-07-28 Thread Lukas Theussl
Where did you read that in maven 1.1 is used instead of ? It should be just the other way round, we have replaced by the combination . However, there are probably still some inconsistencies (see eg [1]), so it would be good to know where you ran into problems with this? Cheers, -Lukas [1]

RE: Packaging EE applications (Real problem!!!!)

2006-07-28 Thread Mike Perham
No. -Original Message- From: German de la Cruz [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 6:09 PM To: Maven Users List Subject: Packaging EE applications (Real problem) Is there a better solution??? - To

pom reference could use better indenting

2006-07-28 Thread cbrevard
Could someone who is a regular contributor to the m2 project (ie someone who can create new tickets/issues in the Jira db) please request that the POM reference at http://maven.apache.org/ref/current/maven-model/maven.html be better indented? The xml takes up a fifth of the possible col

Re: Cargo Plugin

2006-07-28 Thread Wendy Smoak
On 7/28/06, Alex Turner <[EMAIL PROTECTED]> wrote: I'm trying to find some good documentation on the cargo plugin, but I'm obviously having a brain dead moment. Any chance someone out there could point me in the right direction. http://cargo.codehaus.org/Maven2+plugin If you are wondering wh

Re: Cleaning a Directory After Tests

2006-07-28 Thread Wendy Smoak
On 7/27/06, Ole Ersoy <[EMAIL PROTECTED]> wrote: My tests create a directory in the root of the project. Does it have to? If you put it under target then it will naturally get cleaned up with 'mvn clean'. Does anyone know of a plugin that will clean a specified directory? Something similar

Re: Cargo Plugin

2006-07-28 Thread Alex Turner
Thanks for the pointer - the documentation isn't the easiest to follow, but I figured it out. Alex On 7/29/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 7/28/06, Alex Turner <[EMAIL PROTECTED]> wrote: > I'm trying to find some good documentation on the cargo plugin, but I'm > obviously having

RE: Newbie issues with maven castor plugin in Maven 1.0.2

2006-07-28 Thread Karr, David
I see. So since the the castor plugin for maven 1.x isn't supported anymore, the only way I'm going to get it to use an alternate binding file is for me to patch the plugin script myself (which I've already done and tested, just to verify I could do it)? > -Original Message- > From: Luka

Re: Newbie issues with maven castor plugin in Maven 1.0.2

2006-07-28 Thread Lukas Theussl
That's right. If you work out something nice, you might consider to file your patches at JIRA [1] so other people can look it up too; and maybe one day someone might even want to revive the plugin. Or, if you want to take over it's maintenance yourself, you are free to take the codebase and fin

mvn idea bundles "provided" libraries

2006-07-28 Thread Sanjiv Jivan
I have a web module in which the servlet API jar is declared with scope "provided". When I generate an IDEA project file, "provided" scoped libraries are also included as a library to be deployed by the web module. "provided" modules should not be packaged by the web module. I'm using the 2.0 vers