assembly plugin sign all dependented jars
I would like to produce a tar with my project artifact and all its dependents jars jarsigned. Also, I would like to deploy the tar as attachment. I used assembly plugin and write my own descriptor. However, I don’t know how to sign all the jars before the tar is created. I did try create the assemble as "dir"(instead of tar), call antrun to sign and create the final tar. However, Maven will not include the tar as attachment. Thanks -- View this message in context: http://maven.40175.n5.nabble.com/assembly-plugin-sign-all-dependented-jars-tp3328397p3328397.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
"deploy:deploy-file" with URL just "http://"
I found in wagon doc. that it does not support deployment for HTTP (and HTTP lightweight). It makes sense with URL like "dav:http://";, "file://" or "scpexe:" with explicit protocol. What happen if it is just plain "http://";? Which protocol will be used between maven and the remote repository? I have Proximity to host the remote repostoritory, I found that I can do both: mvn -deploy:deploy-file -DrepositoryId= -Durl=http://.. and mvn -deploy:deploy-file -DrepositoryId= -Durl=dav:http://.. I just not sure why both of them work? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Proximity access control
Hi, I am using Proximity CR9 When I brows the artifact, I saw the "Delete" icon, but it is disabled, how can I enable it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]