brett 2004/07/06 07:29:30
Modified: artifact/src/main/org/apache/maven/deploy/deployers
ScpDeployer.java
artifact/xdocs changes.xml
Log:
PR: MPARTIFACT-23
add -o option to unzip
Revision Changes Path
1.12 +2 -2
maven-plugins/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java
Index: ScpDeployer.java
===================================================================
RCS file:
/home/cvs/maven-plugins/artifact/src/main/org/apache/maven/deploy/deployers/ScpDeployer.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ScpDeployer.java 25 Jun 2004 13:50:05 -0000 1.11
+++ ScpDeployer.java 6 Jul 2004 14:29:30 -0000 1.12
@@ -196,7 +196,7 @@
doCopy(session, request);
String unzipCmd =
- "unzip -u "
+ "unzip -uo "
+ getRepositoryInfo().getBasedir()
+ "/"
+ request.getDestFile()
1.28 +1 -0 maven-plugins/artifact/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- changes.xml 6 Jul 2004 13:42:25 -0000 1.27
+++ changes.xml 6 Jul 2004 14:29:30 -0000 1.28
@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
+ <action dev="brett" type="fix" issue="MPARTIFACT-23">Add overwrite option to
unzip - necessary to run in batch mode</action>
<action dev="brett" type="add" issue="MPARTIFACT-22" due-to="Leif Nelson">Add
an scp executable deployer</action>
<action dev="brett" type="update">Deprecated the artifact:load hook
goal</action>
<action dev="brett" type="add">Allow use of distributionSite POM attribute in
artifact method</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]