permission config doesn't have an effect when deploying using scp. Changed it to scpexe instead.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2006-07-06 09:50:26 +00:00
parent 8245f68d79
commit 7c6798ad8d
1 changed files with 3 additions and 3 deletions

View File

@ -107,12 +107,12 @@
<repository>
<id>apache-repo</id>
<name>Apache CVS Repository</name>
<url>scp://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
<url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
</repository>
<snapshotRepository>
<id>apache-snapshots</id>
<name>Apache CVS Development Repository</name>
<url>scp://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
<url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
</snapshotRepository>
<site>
<id>apache-website</id>
@ -789,7 +789,7 @@
</goals>
<configuration>
<remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
<remoteRepositoryUrl>scp://minotaur.apache.org/www/people.apache.org/repository</remoteRepositoryUrl>
<remoteRepositoryUrl>scpexe://minotaur.apache.org/www/people.apache.org/repository</remoteRepositoryUrl>
</configuration>
</execution>
</executions>