Author: foconer
Date: Thu Jul 6 02:50:26 2006
New Revision: 419503
URL: http://svn.apache.org/viewvc?rev=419503&view=rev
Log:
permission config doesn't have an effect when deploying using scp. Changed it
to scpexe instead.
Modified:
incubator/activemq/trunk/pom.xml
Modified: incubator/activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=419503&r1=419502&r2=419503&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Jul 6 02:50:26 2006
@@ -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>