mirror of https://github.com/apache/activemq.git
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:
parent
8245f68d79
commit
7c6798ad8d
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue