I'm not able to do this with MVN 3.0.4 but I do with 3.0.3
It seems to be a bug in the 3.0.4 release.
The jira entry above gives a workaround for the maven 3.0.4 bug: add
org.apache.maven.wagon
wagon-http-lightweight
2.2
to your pom.xml
This worked for me