Re: Remote vs central repository

2004-03-21 Thread Jason van Zyl
On Sun, 2004-03-21 at 20:13, [EMAIL PROTECTED] wrote: > What is the difference between a remote (maven.repo.remote) and a central > (maven.repo.central) repository? The only central repository that exists is ibiblio. You can have any number of remote repositories listed in the various properties

Remote vs central repository

2004-03-21 Thread enghoe
What is the difference between a remote (maven.repo.remote) and a central (maven.repo.central) repository? >From the user guide, it says that the central repository is 'the host that Maven will attempt to deploy the distribution to during a dist:deploy'. However, I noticed that seems like only the

RE: How can I generate Deploy and RMIC Code for IBM Websphere, I couldn't find any plugins

2004-03-21 Thread dion
This sounds like a bug to me. I'm in the middle of a machine reinstall, but should be able to look at it later today. -- dIon Gillard, Multitask Consulting "Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on 20/03/2004 02:42:56 AM: > Hi, > >It creates the stubs but it doesn

Re: About sourceModifications

2004-03-21 Thread dion
It's a source modification. It excludes or includes source code. -- dIon Gillard, Multitask Consulting "Marco Tedone" <[EMAIL PROTECTED]> wrote on 19/03/2004 06:22:37 PM: > Does exclude classes or sources? Here for > classes I mean .class. In my experience, this element excludes the > source

Re: Plugin as dependency

2004-03-21 Thread dion
"Marco Tedone" <[EMAIL PROTECTED]> wrote on 22/03/2004 10:15:16 AM: > Done it. Nothing has changed. I still get: Where did you put it? it should be in ${maven.repo.local}/maven-jemos-plugin/plugins/maven-jemos-plugin-1.0.jar is it there? -- dIon Gillard, Multitask Consulting

Re: Plugin as dependency

2004-03-21 Thread Marco Tedone
Done it. Nothing has changed. I still get: D:\Projects\jemos-lmidemo-1.0>maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Attempting to download maven-jemos-plugin-1.0.jar. WARNING: Failed to download maven-

Re: Plugin as dependency

2004-03-21 Thread dion
"Marco Tedone" <[EMAIL PROTECTED]> wrote on 22/03/2004 07:53:19 AM: > Hi, I tried to define the following in my project.xml file: > > > maven-jemos-plugin > maven-jemos-plugin > 1.0 > ${maven.plugin.dir} > plugin > > > But I receive the following exception: > > Attempting to download maven-je

RE: Maven & IntelliJ

2004-03-21 Thread Brett Porter
Hi, You can pass -Dmaven.idea.project.version=4 to maven idea:generate-project to get v4 IWS, IPR and IML files. It has not been completely updated for the v4.0 but it works. Boris, what features does yours support that is not in the Maven version? I would be happy to integrate it. - Brett > --

Re: Maven and James

2004-03-21 Thread Marco Tedone
Thank you Mark. I think is Stephen McConnell from apache. It's not urgent, but when it will come the right time, I'll ask him. Thanks you for your time. Marco - Original Message - From: "Mark R. Diggory" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Cc: "Maven Users List" <[

Plugin as dependency

2004-03-21 Thread Marco Tedone
Hi, I tried to define the following in my project.xml file: maven-jemos-plugin maven-jemos-plugin 1.0 ${maven.plugin.dir} plugin But I receive the following exception: Attempting to download maven-jemos-plugin-1.0.jar. WARNING: Failed to download maven-jemos-plugin-1.0.jar. The build cannot co

RE: cactus-plugin

2004-03-21 Thread Vincent Massol
Hi Ricardo, I've modified the source so that the message is more explicit. The new message is now: "The WAR source file does not contain a WEB-INF/web.xml deployment descriptor". Are you sure you're calling the right target? To test by deploying an EAR you must call the cactus:test-ear goal. No

Re: Maven and James

2004-03-21 Thread Mark R. Diggory
No, I am not. I am a developer working on organizing some of the migration to the repository spec which the Repository Apache group has defined. I am working on the ASF Repository contents which are mirrored into www.ibiblio.org/maven. I am working to not be responsible for any projects content spe