mirror of https://github.com/apache/maven.git
o need to use scpexe as the standard wagon has some problems
o adding an extension to use the external ssh command git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ca511b45c
commit
336704e66c
|
@ -103,12 +103,12 @@
|
|||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<name>Maven Central Plugins Development Repository</name>
|
||||
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
|
||||
<url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>repo1</id>
|
||||
<name>Maven Central Plugins Repository</name>
|
||||
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
||||
<url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
||||
</repository>
|
||||
<site>
|
||||
<id>website</id>
|
||||
|
@ -176,6 +176,7 @@
|
|||
<module>maven-project-info-reports-plugin</module>
|
||||
<module>maven-rar-plugin</module>
|
||||
<module>maven-release-plugin</module>
|
||||
<module>maven-repository-plugin</module>
|
||||
<module>maven-resources-plugin</module>
|
||||
<module>maven-site-plugin</module>
|
||||
<module>maven-source-plugin</module>
|
||||
|
@ -199,6 +200,13 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh-external</artifactId>
|
||||
<version>1.0-alpha-5</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue