|
6 | 6 | <version>1.6-SNAPSHOT</version> |
7 | 7 | <name>http_proxy</name> |
8 | 8 | <url>https://maven.apache.org</url> |
9 | | - |
| 9 | + |
10 | 10 | <!-- The SCM --> |
11 | 11 | <scm> |
12 | 12 | <connection>scm:git:[fetch=]git@github.com:geosolutions-it/http-proxy.git[push=]git@github.com:geosolutions-it/http-proxy.git</connection> |
13 | 13 | <tag>master</tag> |
14 | 14 | <url>https://github.com/geosolutions-it/http-proxy</url> |
15 | 15 | </scm> |
16 | | - |
| 16 | + |
17 | 17 | <distributionManagement> |
18 | 18 | <!-- GeoSolutions Repository --> |
19 | 19 | <repository> |
20 | 20 | <uniqueVersion>false</uniqueVersion> |
21 | 21 | <id>geosolutions</id> |
22 | | - <url>ftp://maven.geo-solutions.it</url> |
| 22 | + <url>sftp://maven.geo-solutions.it</url> |
23 | 23 | </repository> |
24 | 24 | </distributionManagement> |
25 | | - |
| 25 | + |
26 | 26 | <build> |
27 | 27 | <plugins> |
28 | 28 | <plugin> |
|
41 | 41 | <configuration> |
42 | 42 | <skip>false</skip> |
43 | 43 | </configuration> |
44 | | - </plugin> |
| 44 | + </plugin> |
45 | 45 |
|
46 | 46 | <plugin> |
47 | 47 | <groupId>org.apache.maven.plugins</groupId> |
|
78 | 78 | </execution> |
79 | 79 | </executions> |
80 | 80 | </plugin> |
81 | | - |
| 81 | + |
82 | 82 | <plugin> |
83 | 83 | <groupId>org.apache.maven.plugins</groupId> |
84 | 84 | <artifactId>maven-deploy-plugin</artifactId> |
|
102 | 102 | </configuration> |
103 | 103 | </execution> |
104 | 104 | </executions> |
105 | | - </plugin> |
| 105 | + </plugin> |
106 | 106 |
|
107 | 107 | <plugin> |
108 | 108 | <groupId>org.apache.maven.plugins</groupId> |
|
132 | 132 | <webAppSourceDirectory>${project.build.directory}/${project.artifactId}-${project.version}</webAppSourceDirectory> |
133 | 133 | </configuration> |
134 | 134 | </plugin> |
135 | | - |
| 135 | + |
136 | 136 | <!-- versioning --> |
137 | 137 | <plugin> |
138 | 138 | <groupId>org.apache.maven.plugins</groupId> |
|
147 | 147 | <extensions> |
148 | 148 | <extension> |
149 | 149 | <groupId>org.apache.maven.wagon</groupId> |
150 | | - <artifactId>wagon-ftp</artifactId> |
151 | | - <version>1.0-beta-7</version> |
| 150 | + <artifactId>wagon-ssh</artifactId> |
| 151 | + <version>3.5.3</version> |
152 | 152 | </extension> |
153 | 153 | </extensions> |
154 | 154 | </build> |
|
292 | 292 | <groupId>commons-io</groupId> |
293 | 293 | <artifactId>commons-io</artifactId> |
294 | 294 | </dependency> |
295 | | - |
| 295 | + |
296 | 296 | <dependency> |
297 | 297 | <groupId>commons-codec</groupId> |
298 | 298 | <artifactId>commons-codec</artifactId> |
|
310 | 310 | <scope>test</scope> |
311 | 311 | </dependency> |
312 | 312 |
|
313 | | - <dependency> |
314 | | - <groupId>org.mortbay.jetty</groupId> |
315 | | - <artifactId>jetty-servlet-tester</artifactId> |
| 313 | + <dependency> |
| 314 | + <groupId>org.mortbay.jetty</groupId> |
| 315 | + <artifactId>jetty-servlet-tester</artifactId> |
316 | 316 | <scope>test</scope> |
317 | 317 | </dependency> |
318 | 318 |
|
|
328 | 328 | <artifactId>wiremock-jre8-standalone</artifactId> |
329 | 329 | <scope>test</scope> |
330 | 330 | </dependency> |
331 | | - |
| 331 | + |
332 | 332 | </dependencies> |
333 | 333 |
|
334 | 334 | <repositories> |
|
0 commit comments