|
1 | 1 | <!--
|
2 | 2 |
|
3 |
| - Copyright (C) 2015 Red Hat, Inc. ([email protected]) |
| 3 | + Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc) |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License");
|
6 | 6 | you may not use this file except in compliance with the License.
|
|
41 | 41 | <properties>
|
42 | 42 | <pmd.skip>true</pmd.skip>
|
43 | 43 | <projectOwner>Red Hat, Inc.</projectOwner>
|
| 44 | + <projectEmail>https://github.com/Commonjava/jhttpc</projectEmail> |
44 | 45 | <javaVersion>1.8</javaVersion>
|
45 | 46 | <httpcoreVersion>4.4.15</httpcoreVersion>
|
46 | 47 | <httpclientVersion>4.5.13</httpclientVersion>
|
@@ -370,39 +371,6 @@ javax.net.debug=ssl:handshake:verbose
|
370 | 371 | </build>
|
371 | 372 |
|
372 | 373 | <profiles>
|
373 |
| - <profile> |
374 |
| - <id>ci</id> |
375 |
| - |
376 |
| -<!-- <properties> |
377 |
| - <dockerNetworkMode>custom</dockerNetworkMode> |
378 |
| - <dockerNetwork>ci-network</dockerNetwork> |
379 |
| -
|
380 |
| - <selfsigned-host>${docker.container.selfsigned.net.ci-network.ip}</selfsigned-host> |
381 |
| - <rootsigned-host>${docker.container.rootsigned.net.ci-network.ip}</rootsigned-host> |
382 |
| - <intersigned-host>${docker.container.intersigned.net.ci-network.ip}</intersigned-host> |
383 |
| - <selfsigned-http-port>80</selfsigned-http-port> |
384 |
| - <selfsigned-https-port>443</selfsigned-https-port> |
385 |
| - <rootsigned-http-port>80</rootsigned-http-port> |
386 |
| - <rootsigned-https-port>443</rootsigned-https-port> |
387 |
| - <intersigned-http-port>80</intersigned-http-port> |
388 |
| - <intersigned-https-port>443</intersigned-https-port> |
389 |
| - </properties> |
390 |
| -
|
391 |
| - <build> |
392 |
| - <plugins> |
393 |
| - <plugin> |
394 |
| - <groupId>io.fabric8</groupId> |
395 |
| - <artifactId>docker-maven-plugin</artifactId> |
396 |
| - </plugin> |
397 |
| - <plugin> |
398 |
| - <artifactId>maven-antrun-plugin</artifactId> |
399 |
| - </plugin> |
400 |
| - <plugin> |
401 |
| - <artifactId>maven-failsafe-plugin</artifactId> |
402 |
| - </plugin> |
403 |
| - </plugins> |
404 |
| - </build> |
405 |
| - --> </profile> |
406 | 374 | <profile>
|
407 | 375 | <id>local-its</id>
|
408 | 376 | <build>
|
|
0 commit comments