Commit Graph

18 Commits

Author SHA1 Message Date
michal
ac6c7f95ee Applied a patch from Rafal Krzewski
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113961 13f79535-47bb-0310-9956-ffa450edef68
2003-09-05 14:53:53 +00:00
dion
b623fe0dda Switch stable branch back to HEAD
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113855 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 04:45:08 +00:00
michal
3e02e85271 Added flush() method to Deployer
SCP delpoyer now creates zip, delpoys and then unzip 
(need to check how portable accross variuos Unixes this code is)


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113775 13f79535-47bb-0310-9956-ffa450edef68
2003-08-02 22:51:45 +00:00
michal
844c0078fc POM is deployed/installed together with artifact (hope that fetch will do the same soon:) )
snapshotSignature  (timestamp) is now relative to GMT timezone


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113729 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 21:57:19 +00:00
bwalding
e2440d1a2c Fix typo. passpharse -> passphrase
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113665 13f79535-47bb-0310-9956-ffa450edef68
2003-07-18 07:37:17 +00:00
michal
29fd2d686b Major refactoring:
o  Further decoupling of Deployer(s) from notion of artifact.
o  Deployers are now generic utility classes which can be used for deploying artifacts, sites, distributions etc.
o  Connection/session caching


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113662 13f79535-47bb-0310-9956-ffa450edef68
2003-07-17 11:13:18 +00:00
michal
0ae8ac50b1 Added EXTERNAL deployer and made some minor optimzation.
External deployer is a deployer which starts external process 
for each deployment request. 
This deployer conceptually close to what what used in maven-deploy plugin

Thanks to this deployer external tools like ssh shells/scp etc. can be used
for deploying artifacts.
Such feature might be useful for users who want to relay on external security infrastructure for making deployments. 

Still need to test this deployer (I haven't tried it on UNIX) and define 
list of parameters passed from deployer to the external process and fix 
their order.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113575 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 12:42:23 +00:00
michal
e9549c0bf4 Code clean-up and docs provided
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113541 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 11:57:40 +00:00
michal
a063092eed Code cleanup
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113538 13f79535-47bb-0310-9956-ffa450edef68
2003-06-25 15:25:19 +00:00
michal
cd372b2d5f Added SCP deloyer.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113537 13f79535-47bb-0310-9956-ffa450edef68
2003-06-25 12:33:11 +00:00
michal
f1ac6b0815 Changed SCP Deployer to SFTP deployer. I am done with functionality
(except of Http Deployer) 
Now I will test it deeper and assure that everything works.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113536 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 22:22:55 +00:00
michal
a460147e30 fixed small bug in doInstall method
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113535 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 16:20:51 +00:00
michal
f230073241 Implemented 5 file method.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113532 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 09:49:38 +00:00
michal
d51b35af68 Partialy implemeneted "6 files method"
described http://nagoya.apache.org/wiki/apachewiki.cgi?Maven/DeployDependCycle
I need to copy foo-snapshot-version and  copy foo-snapshot-version.md5 files.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113525 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 15:24:52 +00:00
michal
c441b0427a FTP, FILE deployers work. ssh(scp) on the way
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113524 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 22:02:37 +00:00
michal
928c29e70f Install goal fixed
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113520 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 10:52:25 +00:00
michal
60fbeaab28 Refactoring to make it simillar to fetch component in maven-new.
Code is not yet fully functional.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113512 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 22:06:01 +00:00
michal
0396bd4af8 Generic code for:
-  deployment of artifact to remote repositry 
  - installaton of artifact to local repository 
  - manifest generation


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113496 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 14:26:02 +00:00