We are pleased to announce the Maven Artifact Plugin 1.4.1 release! http://maven.apache.org/maven-1.x/plugins/artifact/ Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin. =============================================================================== Changes in this version include: Fixed bugs: o Improve error handling in FTPDeployer o Allow scpexe protocol to work better with args Fixes MPARTIFACT-38. o Check return code of spawned external processes Fixes MPARTIFACT-34. o Remove old snapshots that were created with symlinks before deployment. Fixes MPARTIFACT-32. o Fix group setting for scpexe deployer Fixes MPARTIFACT-29. o Run scpexe with a relative path so it works on cygwin. Fixes MPARTIFACT-28. o Improve error reporting on a JCEless install attempting to use built in SSH. Fixes MPARTIFACT-26. o Only log JSCH exceptions in debug mode, report exception Fixes MPARTIFACT-27. o Fix group setting for scp deployer Fixes MPARTIFACT-30. o Add mode setting for remote repository Fixes MPARTIFACT-12. o Fix group setting for SFTP deployer Fixes MPARTIFACT-11. o Fix group setting for FTP deployer Fixes MPARTIFACT-24. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.4.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-artifact-plugin-1.4.1.jar =============================================================================== Issues, bugs, and feature requests for Maven Artifact Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPARTIFACT Have fun! -The Maven Artifact Plugin development team