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> <repository>
<id>apache-repo</id> <id>apache-repo</id>
<name>Apache CVS Repository</name> <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> </repository>
<snapshotRepository> <snapshotRepository>
<id>apache-snapshots</id> <id>apache-snapshots</id>
<name>Apache CVS Development Repository</name> <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> </snapshotRepository>
<site> <site>
<id>apache-website</id> <id>apache-website</id>
@ -789,7 +789,7 @@
</goals> </goals>
<configuration> <configuration>
<remoteRepositoryId>apache.m1.releases</remoteRepositoryId> <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> </configuration>
</execution> </execution>
</executions> </executions>