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 files but the default remote repository is the only 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'.

That's not entirely correct. The  elements in the POM
are sort of misleading. You can deploy your artifacts to any remote
repository and list any remote repository for use in properties files
the project uses but generally folks want things deployed to ibiblio
because it is the default remote repository.

> However, I noticed that seems like only the deploy plugin uses the central
> repo.  The other 'deploy' goals from other plugins, including the
> distribution plugin, all use the remote repository.  Why is there a
> difference in the way deployment is managed?

That's a misalignment that has happened organically. You should be able
to deploy any artifact to any remote repository. If the remote
repository is one of your making i.e. one that you host then that's no
problem. Getting something on ibiblio requires a JIRA request.

> To me, I would welcome a separate repo for deployment from the repo where
> artifacts are downloaded.  For a simple reason, that I may want to set up a
> central repo to house the artifacts I generated, while still continuing to
> download from ibilio.

This is when you setup your own remote repository for use for your
purposes. You can deploy whatever you like to your own remote
repository. For any projects that wish to use that remote repository you
must simply include an entry for it in the project's properties files.
Generally you would do so in your project.properties file. Something
like:

maven.repo.remote=http://www.ibiblio.org/maven/,http://my.company.com/maven/

> Any comments from Maven developers, or am I missing something?

Nope, the documentation isn't quite in accord with what actually
happens. I'll fix the documentation.

> 
> Regards,
> Eng Hoe
> Application Development
> Technology Group
> SGX Ltd
> 
> DID: (65) 62368963
> FAX: (65) 64388840
> email: [EMAIL PROTECTED]
> 
> Confidentiality Caution
> ===
> Privileged/Confidential Information may be contained in this message. If
> you are not the addressee indicated in this message (or responsible for
> delivery of the message to such person), you may not copy or deliver this
> message to anyone. In such case, you should destroy this message and kindly
> notify the sender by reply email. Opinions, conclusions and other
> information in this message that is not of an official nature shall be
> deemed as neither given nor endorsed by SGX unless indicated by an
> authorised representative independent of this message.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 deploy plugin uses the central
repo.  The other 'deploy' goals from other plugins, including the
distribution plugin, all use the remote repository.  Why is there a
difference in the way deployment is managed?

To me, I would welcome a separate repo for deployment from the repo where
artifacts are downloaded.  For a simple reason, that I may want to set up a
central repo to house the artifacts I generated, while still continuing to
download from ibilio.

Any comments from Maven developers, or am I missing something?


Regards,
Eng Hoe
Application Development
Technology Group
SGX Ltd

DID: (65) 62368963
FAX: (65) 64388840
email: [EMAIL PROTECTED]

Confidentiality Caution
===
Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone. In such case, you should destroy this message and kindly
notify the sender by reply email. Opinions, conclusions and other
information in this message that is not of an official nature shall be
deemed as neither given nor endorsed by SGX unless indicated by an
authorised representative independent of this message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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't compile those files and put it in
> the jar file. Now I have set the java_home to IBM JDK, but still it
> doesn't happen, any idea? How to trouble shoot? Is it that it is not
> able to compiling the code since the folder is different or something.
> The output log is given below. 
> 
> I found one more thing that the maven.was40.ejb.deployOptions property
> is not used in the plugin code. I added to it.
> 
>fork="true"
>   classpathRef="ejbdeploy.classpath">
>   
>   
>   
>value="${maven.was40.home}/lib"/>
>   
>   
>   
>   **  ** //added by me
>   
>   
> 
> 
> [java] Generating deployment code
> [java]   Processing session bean: AttributeManagerEJB
> [java]   Processing session bean: ContentEJB
> [java]   Processing session bean: CacheLoaderEJB
> [java]   Processing session bean: CollectionManagerEJB
> [java]   Processing session bean: VisitorManagerEJB
> [java]   Processing session bean: ShareDataEJB
> [java]   Processing session bean: VisitorDataAccessEJB
> [java] Building: /vsrm-ejb-2.2.jar.
> [java]   Invoking Java Builder on /vsrm-ejb-2.2.jar.
> [java]   Scrubbing output folder
> [java]   Analyzing packages
> [java]   Analyzing sources
> [java]   Compiling content of ejbModule/com/mmm/vsrm/service
> [java]   Copying all resources on the classpath
> [java]   Build done.
> [java]   Java build completed
> [java] Invoking RMIC.
> [java] Building: /vsrm-ejb-2.2.jar.
> [java]   Invoking Java Builder on /vsrm-ejb-2.2.jar.
> [java]   Reading resource change information for : vsrm-ejb-2.2.jar
> [java]   Updating resources on the classpath
> [java]   Build done.
> [java]   Java build completed
> [java]   Building: /vsrm-ejb-2.2.jar. Invoking Java Builder on
> /vsrm-ejb-2.2.jar.
> [java]   Building: /vsrm-ejb-2.2.jar. Reading resource change
> information for : vsrm-ejb-2.2.jar
> [java]   Building: /vsrm-ejb-2.2.jar. 
> [java]   Building: /vsrm-ejb-2.2.jar. Updating resources on the
> classpath
> [java]   Building: /vsrm-ejb-2.2.jar. Build done.
> [java]   Building: /vsrm-ejb-2.2.jar. 
> [java]   Building: /vsrm-ejb-2.2.jar. Java build completed
> [java]   Building: /vsrm-ejb-2.2.jar. Invoking Validation on
> /vsrm-ejb-2.2.jar.
> [java]   Building: /vsrm-ejb-2.2.jar. 
> [java]   Updating.
> [java] Shutting down workbench.
> [java] EJBDeploy complete.
> [java] 0 Errors, 6 Warnings, 0 Informational Messages
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 19, 2004 5:56 PM
> To: Maven Users List
> Subject: RE: How can I generate Deploy and RMIC Code for IBM Websphere,
> I couldn't find any plugins
> 
> "Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote
> on 
> 19/03/2004 11:07:07 PM:
> 
> > I could see this code in goal "was40:generate-ejb-code"
> > 
> >  >   fork="true"
> >   classpathRef="ejbdeploy.classpath">
> >   
> >   
> >   
> >> value="${maven.was40.home}/lib"/>
> >   
> >   
> >   
> >   
> >   
> > 
> > 
> > which set the java_home automatically. As I told you I am using ver
> 1.1
> > plugin. I think it was not there in ver 1.0 plugin. Do you still want
> me
> > to set the java_home and path there? 
> 
> Yes. RMIC will fail without the IBM JDK on the path. Which, under
> windows 
> xp for me, doesn't happen using the plugin. The above was my attempt to 
> get it to work, but it is not consistent. 
> --
> dIon Gillard, Multitask Consulting
> [attachment "InterScan_Disclaimer.txt" deleted by dIon 
> Gillard/Multitask Consulting/AU] 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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 
> sources completely. Therefore these won't never get compiled and 
> included in the jar. If so, the example in the descriptor 
> documentation page could change.
> 
> 
> Marco

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-jemos-plugin-1.0.jar.
The build cannot continue because of the following unsatisfied dependency:

maven-jemos-plugin-1.0.jar (no download url specified)

Total time: 2 seconds
Finished at: Sun Mar 21 23:14:25 GMT 2004


- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, March 21, 2004 11:00 PM
Subject: Re: Plugin as dependency


> "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-jemos-plugin-1.0.jar.
> > WARNING: Failed to download maven-jemos-plugin-1.0.jar.
> > The build cannot continue because of the following unsatisfied 
> dependency:
> > 
> > maven-jemos-plugin-1.0.jar (no download url specified)
> > 
> > I verified, and under ${maven.plugin.dir} there is a
> > maven-jemos-plugin-1.0.jar file.
> > 
> > Is there a way I could get out of it?
> 
> Install the plugin in your local repo (maven plugin:install).
> 
> The URL of the dependency element is NOT used for downloads.
> --
> dIon Gillard, Multitask Consulting
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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-jemos-plugin-1.0.jar.
> WARNING: Failed to download maven-jemos-plugin-1.0.jar.
> The build cannot continue because of the following unsatisfied 
dependency:
> 
> maven-jemos-plugin-1.0.jar (no download url specified)
> 
> I verified, and under ${maven.plugin.dir} there is a
> maven-jemos-plugin-1.0.jar file.
> 
> Is there a way I could get out of it?

Install the plugin in your local repo (maven plugin:install).

The URL of the dependency element is NOT used for downloads.
--
dIon Gillard, Multitask Consulting


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

> -Original Message-
> From: GONNOT boris [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, 20 March 2004 4:46 AM
> To: Maven Users List
> Subject: RE: Maven & IntelliJ
> 
> 
> > I am using IntelliJ and I would love to use Maven with it.
> > I tried the IntelliJ's Maven plugin, which didn't help much.
> 
> It's quite old one. It works for IDEA 3.0. I suppose that you 
> use IDEA 4 ? For our needs, we have made a new maven-idea-plugin 
> for IDEA 4. We have planned to submit it to the Maven's team, But 
> if it helps, i can send it to you ?
> 
> > 1) How did you manage to get the ide to recognize the libraries?
> 
> We use the maven-idea-plugin to re-generate ipr/iws/iml files.
> 
> > 2) How do you build your project artifacts directly in IntelliJ?
> 
> We use the maven plugin for IntelliJ : 
> http://www.intellij.org/twiki/bin/view/Main/Ma> venPlugin
> 
> 
> 
> 
> --
> Ce message est 
> protege par les regles relatives au secret des 
> correspondances ; il peut en outre contenir des informations 
> a caractere confidentiel ou protegees par differentes regles 
> et notamment le secret des affaires ; il est etabli a 
> destination exclusive de son destinataire. Toute divulgation, 
> utilisation, diffusion ou reproduction (totale ou partielle) 
> de ce message, ou des informations qu'il contient, doit etre 
> prealablement autorisee. 
> Tout message electronique est susceptible d'alteration et son 
> integrite ne peut etre assuree. Les AGF declinent toute 
> responsabilite au titre de ce message s'il a ete modifie ou falsifie. 
> Si vous n'etes pas destinataire de ce message, merci de le 
> detruire immediatement et d'avertir l'expediteur de l'erreur 
> de distribution et de la destruction du message.
> This message is protected by the secrecy of correspondence 
> rules ; furthermore it may contain privileged or confidential 
> information that is protected by law, notably by the secrecy 
> of business relations rule ; it is intended solely for the 
> attention of   the addressee . Any disclosure, use, 
> dissemination or reproduction (either whole or  partial) of 
> this message or the information contained herein is strictly 
> prohibited without prior consent.
> Any electronic message  is susceptible to alteration  and  
> its integrity can not be assured.  AGF declines any  
> responsibility for  this message in the event of  alteration  
> or falsification.. If you are not the intended  recipient, 
> please destroy it immediately and  notify the sender of the 
> wrong delivery and the mail deletion. 
> --
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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" <[EMAIL PROTECTED]>
Sent: Sunday, March 21, 2004 4:54 PM
Subject: Re: Maven and James


> 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 specifically, it is up to that project to maintain its
> content in the repository. I'm trying to act only in an advisory
> position.
>
> I am not familiar with which version of James or the mailet api you need
> to use to develop your own Mailet, I have not used that api, you'll need
> to review the documentation with the James folks specifically and ask
> this question in that context irrespective of what jars are actually in
> the repository. Once you have determined what you need, we can work with
> the James folks to get it available in the ibiblio repository so that it
> can be used with Maven.
>
> Currently I notice that the repository has 1.0 and 3.0, but that the
> current release is 2.1.3, you might check with them concerning if 3.0 is
> appropriate to work with. In which case it is already available to you
> via ibiblio.
>
> Cheers,
> -Mark
>
> On Sun, 2004-03-21 at 01:58, Marco Tedone wrote:
> > Mark, are you in charge of the mirroring? Do you know which jars shall I
use
> > to build a custom mailet/matcher? The guys at James don't support the
> > mirroring and don't give information as well.
> >
> > Thanks,
> >
> > Marco
> > - Original Message - 
> > From: "Mark R. Diggory" <[EMAIL PROTECTED]>
> > To: "Maven Users List" <[EMAIL PROTECTED]>
> > Cc: "Marco Tedone" <[EMAIL PROTECTED]>
> > Sent: Saturday, March 20, 2004 5:39 PM
> > Subject: Re: Maven and James
> >
> >
> > > Yes, James is mirrored into ibiblio. If you need a different version
> > > than what is there, it would be best to have the James Release Manager
> > > contact with the [EMAIL PROTECTED] folks to assist in getting it
> > > published.
> > >
> > > The currently existing versions are:
> > > http://www.apache.org/dist/java-repository/james/jars/
> > >
> > > -Mark Diggory
> > >
> > > Emmanuel Venisse wrote:
> > > > James team can do it via a mirroring directory between Apache and
> > Ibiblio.
> > > > If they doesn't know how to do, they can contact us.
> > > >
> > > > Emmanuel
> > > >
> > > > - Original Message - 
> > > > From: "Marco Tedone" <[EMAIL PROTECTED]>
> > > > To: "Maven-users" <[EMAIL PROTECTED]>
> > > > Sent: Saturday, March 20, 2004 2:03 PM
> > > > Subject: Maven and James
> > > >
> > > >
> > > >
> > > >>Hi, who is maintaining the James repository at
www.ibiblio.org/maven?
> > > >>
> > > >>Suppose I would like to write my own Mailet/Matcher, which
dependency
> > > >
> > > > shall
> > > >
> > > >>I declare?
> > > >>
> > > >>Thanks,
> > > >>
> > > >>Marco
> > > >>
> > >
> > > -- 
> > > Mark Diggory
> > > Software Developer
> > > Harvard MIT Data Center
> > > http://www.hmdc.harvard.edu
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> -- 
> Mark R. Diggory
> Software Developer - VDC Project
> Harvard MIT Data Center
> http://www.hmdc.harvard.edu
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 continue because of the following unsatisfied dependency:

maven-jemos-plugin-1.0.jar (no download url specified)

I verified, and under ${maven.plugin.dir} there is a
maven-jemos-plugin-1.0.jar file.

Is there a way I could get out of it?

Marco




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

Note: Please use the Cactus mailing list for all messages about Cactus.
The Cactus plugin for Maven is no longer part of the Maven project (it's
part of the Cactus project).

Thanks
-Vincent 


> -Original Message-
> From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]
> Sent: 19 March 2004 22:08
> To: [EMAIL PROTECTED]
> Subject: cactus-plugin
> 
> I have been trying run the maven:cactus-test with my project, but I
always
> get the error:
> 
> "The source file does not contain a deployment descriptor"
> 
> I am trying to do a EJB test.
> 
> Do I need to create a web.xml, don't I ? Where must I put this file ?
> 
> Thanks.
> 
> _
> MSN Messenger: converse com os seus amigos online.
> http://messenger.msn.com.br
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 specifically, it is up to that project to maintain its
content in the repository. I'm trying to act only in an advisory
position.

I am not familiar with which version of James or the mailet api you need
to use to develop your own Mailet, I have not used that api, you'll need
to review the documentation with the James folks specifically and ask
this question in that context irrespective of what jars are actually in
the repository. Once you have determined what you need, we can work with
the James folks to get it available in the ibiblio repository so that it
can be used with Maven.

Currently I notice that the repository has 1.0 and 3.0, but that the
current release is 2.1.3, you might check with them concerning if 3.0 is
appropriate to work with. In which case it is already available to you
via ibiblio.

Cheers,
-Mark

On Sun, 2004-03-21 at 01:58, Marco Tedone wrote:
> Mark, are you in charge of the mirroring? Do you know which jars shall I use
> to build a custom mailet/matcher? The guys at James don't support the
> mirroring and don't give information as well.
> 
> Thanks,
> 
> Marco
> - Original Message - 
> From: "Mark R. Diggory" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Cc: "Marco Tedone" <[EMAIL PROTECTED]>
> Sent: Saturday, March 20, 2004 5:39 PM
> Subject: Re: Maven and James
> 
> 
> > Yes, James is mirrored into ibiblio. If you need a different version
> > than what is there, it would be best to have the James Release Manager
> > contact with the [EMAIL PROTECTED] folks to assist in getting it
> > published.
> >
> > The currently existing versions are:
> > http://www.apache.org/dist/java-repository/james/jars/
> >
> > -Mark Diggory
> >
> > Emmanuel Venisse wrote:
> > > James team can do it via a mirroring directory between Apache and
> Ibiblio.
> > > If they doesn't know how to do, they can contact us.
> > >
> > > Emmanuel
> > >
> > > - Original Message - 
> > > From: "Marco Tedone" <[EMAIL PROTECTED]>
> > > To: "Maven-users" <[EMAIL PROTECTED]>
> > > Sent: Saturday, March 20, 2004 2:03 PM
> > > Subject: Maven and James
> > >
> > >
> > >
> > >>Hi, who is maintaining the James repository at www.ibiblio.org/maven?
> > >>
> > >>Suppose I would like to write my own Mailet/Matcher, which dependency
> > >
> > > shall
> > >
> > >>I declare?
> > >>
> > >>Thanks,
> > >>
> > >>Marco
> > >>
> >
> > -- 
> > Mark Diggory
> > Software Developer
> > Harvard MIT Data Center
> > http://www.hmdc.harvard.edu
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Mark R. Diggory
Software Developer - VDC Project
Harvard MIT Data Center
http://www.hmdc.harvard.edu


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]