Witaj Rafal!

At the moment I just used artifact plugin only in the places where 
"deploy goal" was not implemented at all.

I have tested the code and it works under Windows.

Before I will dare to use it in such sensitive places
like "jar", or "plugin" plugins I would prefer to have
some feedback from other people and be sure that this 
plugin also works for them.

It is currently used in the following plugins: war, ear, uberjar
So my changes are surly not affecting or breaking anything.

Porting of jar plugin is just a matter of seconds or minutes.

During weekend I will try to work on new "deployer" Command Line deployer
(aka External) and test it also under Linux.
This deployer will start external process (e.g. batch file) for
each deploy request.  Conceptually this "deployer" will be close
to what used to be used in maven (deploy plugin).
This will make transition for end users even simpler.
Other advantage: external security infrastructure can be used,
so users won't be forced to put their password to properties files.

In the next round I would like to reuse the same API
for deploying "site" and "distribution" artifacts.

pozdrawiam

Michal

> -----Original Message-----
> From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 04, 2003 4:27 PM
> To: Maven Users List
> Subject: Artifact plugin
> 
> Hello,
> 
> this is mostly to Michal:
> 
> 1) Any chance to use artifact plugin in the jar plugin soon?
> 
> 2) Currently a plugin called 'deploy' exists, that has a single goal,
> for deplyoing the pom to the repo. I believe that this goal should go
> into the 'pom' plugin. The 'deploy' plugin could be nuke then. I think
> it might be a good idea to reuse this name and rename 'artifact' plugin
> to it. What do you think?
> 
> 3) I think there's an error in DefaultArtifactDeployer.java, line 248
> "maven.central.directory" should probably be
> "maven.repo.central.directory".
> 
> Greetings,
> R.
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to