diff --git a/repository/plugin.jelly b/repository/plugin.jelly index f6c3bcfe..880625df 100644 --- a/repository/plugin.jelly +++ b/repository/plugin.jelly @@ -14,6 +14,11 @@ ! @param command the command to execute !--> + + + + + Executing '${command}' remotely @@ -161,7 +166,6 @@ - Executing '${command}' remotely @@ -214,7 +218,6 @@ - executing '${command}' remotely @@ -226,13 +229,15 @@ - executing '${command}' remotely - - + + artifact must be specified @@ -256,15 +261,43 @@ ${artifactFile.canonicalFile.name} - - - - - - - - Executing '${command}' remotely - + + cd ${directory}; + md5sum ${artifactName} | sed 's/ .*$//' > ${artifactName}.md5; + ln -sf ${artifactName} ${artifactId}-SNAPSHOT.jar; + ln -sf ${artifactName}.md5 ${artifactId}-SNAPSHOT.jar.md5; + echo ${snapshotVersion} > ${artifactId}-snapshot-version; + chgrp ${maven.repository.group} *; + chmod g+w *; + chmod a+r *; + + + + + + + artifact must be specified + + + groupId must be specified + + + + + + + ${artifactFile.canonicalFile.name} + + + cd ${directory}; + md5sum ${artifactName} | sed 's/ .*$//' > ${artifactName}.md5; + chgrp ${maven.repository.group}; + chmod g+w; + chmod a+r +