Re: No Mail being sent with version 1.1 beta 2

2007-09-14 Thread Emmanuel Venisse
in 1.1, you can configure alwaysSend in apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml and smtp conf must be done in conf/plexus.xml, it's a jndi config that didn't exist in 1.0.3 Emmanuel Mark_E a écrit : Hello, I am currently testing Version 1.0.3 and Version

/logs/continuum.log (No such file or directory)

2007-09-14 Thread Graham Leggett
Hi all, When attempting to deploy the trunk version of continuum-webapp to apache-tomcat v6.0.14, the startup bombs like below. It seems that the file WEB-INF/classes/META-INF/plexus/application.xml contains the lines: property namefile/name

Re: /logs/continuum.log (No such file or directory)

2007-09-14 Thread olivier lamy
Hi, In my catalina.sh I add : JAVA_OPTS=-Dappserver.base=/local/continuum/apache-tomcat-6.0.14 - Djava.awt.headless=true -Xmx512m -Xms512m -server -- Olivier 2007/9/14, Graham Leggett [EMAIL PROTECTED]: Hi all, When attempting to deploy the trunk version of continuum-webapp to

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-14 Thread mgifos
Dan Tran wrote: One more user sees this as well, so i am not alone. Any one else? Me too... But I have a good news... You need %SVN_HOME%\bin entry in local %PATH% variable for a service log on user. I hope that this will be helpful for you guys. -- View this message in context:

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-14 Thread Dan Tran
it is a good news, now I can migrate my build from 1.0.3 to 1.1 Huge thanks -D On 9/14/07, mgifos [EMAIL PROTECTED] wrote: Dan Tran wrote: One more user sees this as well, so i am not alone. Any one else? Me too... But I have a good news... You need %SVN_HOME%\bin entry in

RE: Problem with Cobertura plugin

2007-09-14 Thread Thomas Fischer
Cobertura 2.1 is buggy anyway, it computes wrong coverages. Try using 2.0 Thomas Juan Ignacio Garzón [EMAIL PROTECTED] schrieb am 13.09.2007 23:06:43: Hi im having this problem when using the Cobertura plugin. When I execute the cobertura:cobertura goal within eclipse (m2eclipse) I get

Including an assembly in another assembly

2007-09-14 Thread Paul Austin
Say I have two projects A and B. Project A has a custom bin.xml assembly generating A-1.0-bin.zip. Project B is an enhancement to A with some extra jar files and also has a custom bin.xml assembly which takes the whole of the unpacked A-1.0-bin.zip file and adds in the extra jar files into

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-14 Thread Insitu
Paul MERLIN [EMAIL PROTECTED] writes: Hi all, I'm trying to use the maven-release-plugin. Our SVN is only accessible on https with ssl mutual authentication. Yes we have to type our P12 password every time we do a svn operation. That's the way it is ... Just curious, why don't you

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-14 Thread Paul MERLIN
Le Friday 14 September 2007 09:02:48 Insitu, vous avez écrit : Paul MERLIN [EMAIL PROTECTED] writes: Hi all, I'm trying to use the maven-release-plugin. Our SVN is only accessible on https with ssl mutual authentication. Yes we have to type our P12 password every time we do a svn

Re: Eclipse and Maven best practice

2007-09-14 Thread Alexander Vaisberg
You must this dependency to the pom add. zm schrieb: Hi, Can anyone help me with the best way to setup a Maven/Eclipse environment? I know there is a goal to produce an eclipse project with the pom, but I'm trying to understand how to create one at hand, customise and include it's

Public remote repository

2007-09-14 Thread GAMBELLI Raffaele
Hi all, a very simple question, in many tutorial I read that the default public remote repository is http://mirrors.ibiblio.org/pub/mirrors/maven2/ But if I run in my pom, mvn help:effective-pom I see in the repository tag this url: http://repo1.maven.org/maven2/ I believe that those ulr,

Re: How to specify default file encoding?

2007-09-14 Thread Insitu
Steve Z [EMAIL PROTECTED] writes: Hello, I want to know how to define default file encoding. first, could I specify file encoding when creating: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app ... such as appending one param like this b-Dencoding=UTF-8/b so the

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and now it's less than 2s. Can you give a try? Yes i can ! How can I do that ? Patch, snapshot ?

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse
You can try the latest snapshot : http://maven.zones.apache.org/~continuum/builds/trunk/ Emmanuel Damien Lecan a écrit : 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the

Re: How to specify default file encoding?

2007-09-14 Thread Roger Ye
You may want to read the documentation for maven compiler plug-in [1], and its example [2] [1] http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html [2] http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html On 9/14/07, Steve Z

Re: [m2] multi-module centralized filter.properties

2007-09-14 Thread Philippe Le Marchand
Hi Mick, I personnaly had to define a different filter file regarding the target environment, in my super POM : ... modules module../module1/module ... /modules ... build filters filter${parent.relativePath}/src/main/filters/filter-${env}.properties/filter

Re: Maven Local Repository

2007-09-14 Thread Brett Porter
it's a known problem - you can use -U to force it to try again. On 14/09/2007, De Vleeschauwer Nele [EMAIL PROTECTED] wrote: Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency to the pom file of my project then my maven installation will try to

RE: Maven Local Repository

2007-09-14 Thread De Vleeschauwer Nele
But what if you are e.g. using Eclipse to update your pom file. Eclipse uses the Maven plugin underneath to donwload the necessary artifacts. Can I configure the -U option also somewhere in there ? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: vrijdag 14

Maven Local Repository

2007-09-14 Thread De Vleeschauwer Nele
Hi, I have a question concerning the Maven local repository on my pc. When I add a new dependency to the pom file of my project then my maven installation will try to download the necessary artifacts in my local repository. If for one reason or another, my connection with the central site can not

RPM Maven Plugin and Release Plugin

2007-09-14 Thread soenke.nommensen
Hi all, I want to perform a release with the release plugin on a project that uses the rpm plugin. Unfortunately the rpm plugin (http://mojo.codehaus.org/rpm-maven-plugin/) is only available version 2.0-alpha-3-SNAPSHOT. And the snapshot version prevents the project from beeing released. So

Re: New Archetype Plugin

2007-09-14 Thread Raphaël Piéroni
Hi Cliffton, You can find the code at http://svn.apache.org/repos/asf/maven/sandbox/trunk/archetypeng/ The documentation is not accurate (to say the least) and it is still a work in progress. The main aim is to offer a create-from-project goal that guess the archetype from an existing project.

Re: Maven Local Repository

2007-09-14 Thread Brett Porter
I think so, but it's not very convenient. You might be better to delete that metadata file from your local repository - and hopefully the issue will be corrected in a version of Maven shortly. - Brett On 14/09/2007, De Vleeschauwer Nele [EMAIL PROTECTED] wrote: But what if you are e.g. using

Re: RPM Maven Plugin and Release Plugin

2007-09-14 Thread Nick Stolwijk
Your url is not good, it should be http://svn.codehaus.org/mojo/trunk/sandbox/rpm-maven-plugin/ . You can get the source there and do a release to your local or remote repository. Hth, Nick Stolwijk [EMAIL PROTECTED] wrote: Hi all, I want to perform a release with the release plugin on a

RE: tie dependency to one repository

2007-09-14 Thread Brian E. Fox
You can't do this with maven, but you can do it with proximity. -Original Message- From: Sebastian Johnck [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 1:11 PM To: users@maven.apache.org Subject: tie dependency to one repository Is it possible to bind a dependency to a

Re: New Archetype Plugin

2007-09-14 Thread Clifton
Thanx Raphael, I was just wondering about the status. Last I heard it was supposed to be released in a week or two. Thanx again for the info. Cliff rafale wrote: Hi Cliffton, You can find the code at http://svn.apache.org/repos/asf/maven/sandbox/trunk/archetypeng/ The documentation

[maven-release-plugin] version as command line argument ?

2007-09-14 Thread olivier . lambert
Hi, Is it possible to give the version as command line parameter of the release:prepare maven goal ? For example: mvn release:prepare -Dversion=1.2.0 -DnextVersion=1.3.0-SNAPSHOT --batch-mode Thanks for your help ! Olivier

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: You can try the latest snapshot : http://maven.zones.apache.org/~continuum/builds/trunk/ Did you change something in database schema ? I get that when I launch the snapshot : com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Yep it's a change. 2007/9/14, Damien Lecan [EMAIL PROTECTED]: 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: You can try the latest snapshot : http://maven.zones.apache.org/~continuum/builds/trunk/ Did you change something in database schema ? I get that when I launch the snapshot :

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse
yes, some fields are added. We're writing a doc about database migration. Emmanuel Damien Lecan a écrit : 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: You can try the latest snapshot : http://maven.zones.apache.org/~continuum/builds/trunk/ Did you change something in database schema ? I

delete existing content before deploying site with mvn site-deploy?

2007-09-14 Thread Gisbert Amm
I want to delete the old version of the reports before I deploy the new version. In Maven1, there was a property for this. How can I achieve that with Maven2? I found http://www.nabble.com/delete-existing-content-before-deploying-site-with-mvn-site-deploy--tf2915314s177.html#a8146508 in the

Re: No Mail being sent with version 1.1 beta 2

2007-09-14 Thread Mark_E
Hi Emmanuel, Thanks very much. That worked. I should have searched harder, I would have found the file! :working: Regards, Mark -- View this message in context: http://www.nabble.com/No-Mail-being-sent-with-version-1.1-beta-2-tf4438386.html#a12675179 Sent from the Continuum - Users mailing

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: yes, some fields are added. We're writing a doc about database migration. Ok, I will try with a fresh database, I'll migrate later. Damien

Re: RPM Maven Plugin and Release Plugin

2007-09-14 Thread soenke.nommensen
Hi Nick, thanks for your quick reply. Your url is not good, it should be http://svn.codehaus.org/mojo/trunk/sandbox/rpm-maven-plugin/ . You can get the source there and do a release to your local or remote repository. I tried this URL before. The main pom-file says it is version

Re: Problem with Cobertura plugin

2007-09-14 Thread Juan Ignacio Garzón
Ok! I will use 2.0 for now. Wayne here is the plugin part of my pom: ?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; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 !--

Question about restoring project dependencies

2007-09-14 Thread Raffaele
Hi all, I really need a little help to understand a issue: Imagine this scenario: - Two projects (A and B). - B depends on A. - Both projects are SNAPSHOT versions. - I add a method in a class of project A, then I do mvn install of this project. - I modify project B to use new method of project

Re: RPM Maven Plugin and Release Plugin

2007-09-14 Thread Nick Stolwijk
If you take a look at the history of the pom file in that repository, you see that the version of the plugin went recently [1] back from 2.0-alpha-3-SNAPSHOT to 1.0-beta-1 by Kaare Nilsen ([EMAIL PROTECTED]). Maybe you can mail him why he changed it back, perhaps he forgot to update his

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and now it's less than 2s. Can you give a try? Incredibly fast ! My now 25 module project page is

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Cool. Thanks for your time on testing. -- Olivier 2007/9/14, Damien Lecan [EMAIL PROTECTED]: 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]: Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and

Re: Problem with Cobertura plugin

2007-09-14 Thread Mick Knutson
2.0 work great, 2.1 does not seem to work at all for me. On 9/13/07, Thomas Fischer [EMAIL PROTECTED] wrote: Cobertura 2.1 is buggy anyway, it computes wrong coverages. Try using 2.0 Thomas Juan Ignacio Garzón [EMAIL PROTECTED] schrieb am 13.09.2007 23:06:43: Hi im having this

Re: Deploying an assembly from a war project via the release plugin

2007-09-14 Thread Ryan Breidenbach
I should correct that the release:perform goal is not deploy the assembly to the remote repository as expected, not release:prepare. I run both release:prepare then release:perform with the assembly's profile and the assembly does not get deployed. On 9/13/07, Ryan Breidenbach [EMAIL

RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Brian, For plugins we can specify repositories in the pluginrepository/repositorypluginRepository/pluginRepos itory/plugin tags . I never tried to an extent for this but you can hit for it. How can we do it using proximity? Regards, Nishant Sonar -Original Message- From:

Re: Executing a CMD progam from within a Mojo?

2007-09-14 Thread Nick Stolwijk
Have a look at the Maven Exec Plug-In [1]. Hth, Nick Stolwijk [1] http://mojo.codehaus.org/exec-maven-plugin/ Manos Batsis wrote: I'm looking for the proper way to do that (synchronously, if that makes sense), can it be org.codehaus.plexus.util.cli.CommandLineUtils? I would appreciate any

RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Wayne Proximity is a good option for a corporate repository, but its too much of a pain task setting up all dependency and even more when hosting oplugins on it there are issues with metadata-maven.xml (plugin metadata information).I set it up for some org here, what I did was took all the

RE: tie dependency to one repository

2007-09-14 Thread Brian E. Fox
With one of the latest snapshots of px, you can create rules that say for group xyz look in this repo etc. -Original Message- From: Sonar, Nishant [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 10:46 AM To: Maven Users List Subject: RE: tie dependency to one repository Hi

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread Nick Stolwijk
Which version of Tomcat 6.0 are you using? Tomcat supports jsp 2.1 since 6.0.14 and the method getJspApplicationContext was introduced in JSP 2.1. Hth, Nick Stolwijk thebugslayer wrote: Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought

Re: Executing a CMD progam from within a Mojo?

2007-09-14 Thread thebugslayer
I have just used maven exec plugin a log lately, here is a sample of command I used to run my app: mvn -q exec:java -DappHome=. -Dexec.mainClass=cnx.aspect.client.cli.RunBean -Dexec.args=conf/beans.xml main One thing I notice is that if you specified a mainClass that doesn't exists, you get NPE

problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought maybe one of users here would have come across the same problem and give me some help. I have a webapp project setup in Eclipse Europa with Tomcat6.0, and I am using m2eclipse plugin. In my

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
Nick, I am using apache-tomcat-6.0.14, which does supports 2.1 as you said. -Z On 9/14/07, Nick Stolwijk [EMAIL PROTECTED] wrote: Which version of Tomcat 6.0 are you using? Tomcat supports jsp 2.1 since 6.0.14 and the method getJspApplicationContext was introduced in JSP 2.1. Hth, Nick

Re: eclipse:eclipse and aspectj

2007-09-14 Thread Kaare Nilsen
Hi, the eclipse plugin, does not afaik support AJDT, and the aspectJ plugin does not either. I personally do believe this should be a part of the eclipse plugin, but the problem with this, is that there are afaik no elegant way of exchanging information between plugins (like one plugin

Re: Including an assembly in another assembly

2007-09-14 Thread Paul Austin
Paul Austin wrote: Does anyone have the syntax for including the assembly in another project. Not sure if you need the build-helper plugin as the assemblies are already being installed. Paul Insitu wrote: Paul Austin [EMAIL PROTECTED] writes: Say I have two projects A and B.

Re: tie dependency to one repository

2007-09-14 Thread thebugslayer
I have recently just setup a internal m2 repository using Artifactory(http://www.jfrog.org/sites/artifactory/latest/). It's a simple war deployment and it even comes with jetty as package download... works out of box! After setup, you have two options to redirect all traffic from it. 1. in your

Re: tie dependency to one repository

2007-09-14 Thread Tim Kettler
Hi, Sonar, Nishant schrieb: Hi Wayne Proximity is a good option for a corporate repository, but its too much of a pain task setting up all dependency and even more when hosting oplugins on it there are issues with metadata-maven.xml (plugin metadata information).I set it up for some org here,

Re: [maven-release-plugin] version as command line argument ?

2007-09-14 Thread Erik Ruisma
The following post may contain an answer to your question (but it's rather a workaround): http://mail-archives.apache.org/mod_mbox/maven-users/200706.mbox/[EMAIL PROTECTED] On 9/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is it possible to give the version as command line

Re: Eclipse and Maven best practice

2007-09-14 Thread thebugslayer
$ mvn eclipse:m2clipse seems to works really well for me in Eclipse3.3. It creates a M2Libraries that automatically loads the jars into eclipse classpath. The only trouble I have is if I want my project to have WTP nature enable... I've used $ mvn eclipse:m2clipse -Dwtpversion=1.5 but then I have

RE: New Archetype Plugin

2007-09-14 Thread Brian E. Fox
The source has been moved to the maven-sandbox. There are still some issues related to the create-from-project when used with multi module projects, but otherwise it is usable. You'll have to build it from source as it hasn't been published yet. -Original Message- From: Clifton

RE: Including an assembly in another assembly

2007-09-14 Thread Brian E. Fox
Use dependency-plugin to upack A and then have B zip it up along with other stuff. -Original Message- From: Paul Austin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 4:55 PM To: users@maven.apache.org Subject: Including an assembly in another assembly Say I have two

How does Maven resolve the RELEASE version?

2007-09-14 Thread jaxzin
I've started using the RELEASE keyword to define dependency and parent versions. Does anyone know of documentation that explains how Maven resolves what the latest RELEASE version of a dependency is? -- View this message in context:

Re: [m2] multi-module centralized filter.properties

2007-09-14 Thread Mick Knutson
So what did you do with you master pom.xml for relativePath../../../relativePath!-- required for filters -- This seems to work except with my assembly that needs to use the filter as well. Then it complains about the master pom.xml not being able to find:

Re: Eclipse and Maven best practice

2007-09-14 Thread Dave Feltenberger
That's interesting - why separate locations? To avoid having to refresh in Eclipse when a maven build is run? On 9/13/07, Jim Sellers [EMAIL PROTECTED] wrote: I've had the most success with using maven and eclipse by: 1) having both systems build to a separate locations 2) using command line

RE: tie dependency to one repository

2007-09-14 Thread Sonar, Nishant
Hi Brian Can you tell me the URL of helo on this px features and how to do it. Regards, Nishant Sonar -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 11:08 AM To: Maven Users List Subject: RE: tie dependency to one repository With one

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
Since you brought that up, let me take advantage of this oportunity to ask users: I have always used m2. How would that compare to q4e? Thanks, Rodrigo On 9/14/07, Dave Feltenberger [EMAIL PROTECTED] wrote: That's interesting - why separate locations? To avoid having to refresh in Eclipse

Re: Eclipse and Maven best practice

2007-09-14 Thread Dave Feltenberger
I haven't had the time/inclination to try out q4e yet. I didn't like m2 when I tried it a few weeks ago, though. I'd be interested to see what people think of q4e so far... On 9/14/07, Rodrigo Madera [EMAIL PROTECTED] wrote: Since you brought that up, let me take advantage of this oportunity

Re: Eclipse and Maven best practice

2007-09-14 Thread Jim Sellers
I've used separate locations for a few reasons: 1) in web apps to keep the default location (WEB-INF/classes) 2) in eclipse it'll build to one location, in maven it builds to 2 (classes, test-classes) and I wanted to keep that behaviour 3) if I run mvn clean or mvn site (etc), I don't have to do a

Re: Repostings (Was: RE: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3)

2007-09-14 Thread Henri Yandell
On 9/13/07, Wayne Fay [EMAIL PROTECTED] wrote: Not in Gmail, I don't. My sent mail gets added to the thread, but I don't get anything back... at least, I've never seen anything. Its possible that Gmail is doing something funky or hiding something from me. I see that both Anders and I are on

Re: Eclipse and Maven best practice

2007-09-14 Thread Dave Feltenberger
I'll have to give this a try. I agree having Eclipse do a rebuild is painful sometimes, especially if there are a lot of projects. I never really thought about having two separate output directories, for some reason. One more experiment to add to the to-do list... On 9/14/07, Jim Sellers

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
Maven and Eclipse are tricky to get together well. I use m2, and from time to time I've lost hours of otherwise productive time trying to figure out why things were not working. I could name a lot of issues, like dependency problems and removed compiled classes that weren't being rebuilt.

RE: Eclipse and Maven best practice

2007-09-14 Thread Jeff Jensen
-Original Message- From: Jim Sellers [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 3:23 PM To: Maven Users List Subject: Re: Eclipse and Maven best practice I've used separate locations for a few reasons: 1) in web apps to keep the default location (WEB-INF/classes)

Re: Eclipse and Maven best practice

2007-09-14 Thread Rodrigo Madera
Wow... sorry for so many typos. I'm in a serious rush. Here's my previous email with applied corrections: Maven and Eclipse are tricky to get together well. I use m2, and from time to time I've lost hours of otherwise productive time trying to figure out why things were not working. I could

Re: [m2] multi-module centralized filter.properties

2007-09-14 Thread Mick Knutson
This one is really killing me on the assembly part. Any ideas anyone? On 9/14/07, Mick Knutson [EMAIL PROTECTED] wrote: So what did you do with you master pom.xml for relativePath../../../relativePath!-- required for filters -- This seems to work except with my assembly that needs to use

Re: [m2] multi-module centralized filter.properties

2007-09-14 Thread Mick Knutson
DEBUG] commons-cli:commons-cli:jar:1.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers::1.0-alpha-6 for project: null:wagon-ssh-external:jar:1.0-alpha-6 from the repository. [DEBUG] Retrieving parent-POM:

Re: Including an assembly in another assembly

2007-09-14 Thread Paul Austin
OK I think I have it, I'll post an example next week so that others can find out how to do this. Paul Brian E. Fox wrote: Use dependency-plugin to upack A and then have B zip it up along with other stuff. -Original Message- From: Paul Austin [mailto:[EMAIL PROTECTED] Sent:

Re: Eclipse/Maven2 integration info

2007-09-14 Thread Carlos Sanchez
most of your steps can be done in Q4E by going to the New project wizard, Ne Maven 2 project, choose the archetype and fill in the blanks On 9/14/07, Alexander Sack [EMAIL PROTECTED] wrote: Hi Everybody: You know Eclipse/Maven2 integration at this point can be very confusing. You have three