Re: Signing m2 releases? (was FW: [vmassol] maven-repository/org/apache/maven/plugins/maven-clover-plugin/2.1/)

2006-04-19 Thread Trustin Lee
Hi Vincent, On 4/20/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi, > > I see that other Maven committers also have some non-signed files on the > apache repo. Are we doing something as part of m2 to automate this as part > of our release plugin for example? Are there any issues related to p

[m2] The deployment permission issue has been resolved.

2006-04-06 Thread Trustin Lee
Hi, I've just tracked down a long standing blocker for the Directory project team and posted a patch here: http://jira.codehaus.org/browse/MNG-1990#action_62968 It's against current Maven trunk, and is tested by myself at my private repository. I wish this patch is included very soon so we don'

Default character encodings in Maven

2006-04-03 Thread Trustin Lee
Hello everyone, First off, I'd like to thank Maven team for developing this great tool. I'm really enjoying it. What I'd like to address though is the default encoding of Maven; ISO-8859-1. Why don't we just use UTF-8 as a default value? Is there any reason for using ISO-8859-1? Some plugins d

[jira] Created: (MNG-1966) directoryPermissions is not repected when I deploy a POM

2006-01-13 Thread Trustin Lee (JIRA)
Environment: Debian Linux unstable, Sun JDK 1.5.0_06 Reporter: Trustin Lee It seems like 'directoryPermissions' doesn't work at all though 'filePermissions' do. I tried both scp and scpexe. Nothing worked. I also changed my umask to 002, but it didn&#x

[jira] Created: (MNG-1965) 'mvn deploy' doesn't fail when the privatekey path is invalid.

2006-01-13 Thread Trustin Lee (JIRA)
nd Repositories Versions: 2.0.1 Environment: Debian Linux unstable, Java 1.5.0_06 Reporter: Trustin Lee mvn deploy should fail with error messages when the privateKey path is invalid (i.e. the file doesn't exist) instead of asking password. -- This message is automatically generated by

[jira] Created: (MNG-1957) clause in the activation section has to provide more complex expressions.

2006-01-12 Thread Trustin Lee (JIRA)
Components: POM Versions: 2.0, 2.0.1 Reporter: Trustin Lee For now, provides only one operator '!' which means negation, but it would be great if i can use '+' and ~ operator: 1.5+ 1.1 ~ 1.4 ~ 1.3 1.4 ~ -- This message is automatically generated by JIRA. - If y