RE: JBoss plugin - new modifications

2003-06-22 Thread Vincent Massol
> -Original Message- > From: James CE Johnson [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 02:51 > To: Maven Developers List > Subject: Re: JBoss plugin - new modifications [snip] > > Perhaps there should be a maven.jboss.version property and a j:if tag > w

Re: JBoss plugin - new modifications

2003-06-19 Thread James CE Johnson
BTW: Are you going to make jboss plugin compatible with jboss 3.2x series? What is not compatible? I seem to remember I have used it with JBoss 3.2.1. maven.jboss.jmx.url.deploy=http://${maven.jboss.hostname}:${maven.jboss. po rt }/jmx- console/HtmlAdaptor?action=invo

RE: JBoss plugin - new modifications

2003-06-16 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 21:42 > To: Maven Developers List > Subject: RE: JBoss plugin - new modifications [snip] > > > Question: > > > In this project for jboss all dependecies will be

RE: JBoss plugin - new modifications

2003-06-16 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 8:54 PM > To: 'Maven Developers List' > Subject: RE: JBoss plugin - new modifications > > > > > > -Original Message- > > From: Mic

RE: JBoss plugin - new modifications

2003-06-16 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 19:14 > To: Maven Developers List > Subject: RE: JBoss plugin - new modifications > > > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL

RE: JBoss plugin - new modifications

2003-06-16 Thread Vincent Massol
> -Original Message- > From: Willie Vu [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 18:55 > To: Maven Developers List > Subject: RE: JBoss plugin - new modifications > > Vincent, > > Here is my 2 cents. > > Maven is designed to have one artifact pe

RE: JBoss plugin - new modifications

2003-06-16 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 6:33 PM > To: 'Maven Developers List' > Subject: JBoss plugin - new modifications > > > Hi, > > I don't like the way the jboss plugin works. ATM, it assumes the EAR and > the jboss packa

RE: JBoss plugin - new modifications

2003-06-16 Thread Willie Vu
Vincent, Here is my 2 cents. Maven is designed to have one artifact per project. If a project produces more than one artifact, imagine what will happen when 2 artifacts from the same project are referenced as dependencies. foo ejb SNAPSHOT foo ear SNAPSHOT