projects
/
imagesqueeze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcffe8
)
SSH extension for possibility to publish Imagesqueeze as artifact
author
Svjatoslav Agejenko
<n0@big-laptop.(none)>
Sun, 16 Sep 2012 08:28:57 +0000
(11:28 +0300)
committer
Svjatoslav Agejenko
<n0@big-laptop.(none)>
Sun, 16 Sep 2012 08:28:57 +0000
(11:28 +0300)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
1875e57
..
5010b41
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-53,6
+53,14
@@
</configuration>
</plugin>
</plugins>
+
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>2.2</version>
+ </extension>
+ </extensions>
</build>
<dependencies>