This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch CLEANING-UP
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/CLEANING-UP by this push:
new b384d65 Removed scp properties which can not be used anymore Removed
profile mode-local-offline which is nowhere documented.
b384d65 is described below
commit b384d6524520545896329d7682267431afd6c0af
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Dec 29 20:35:17 2019 +0100
Removed scp properties which can not be used anymore
Removed profile mode-local-offline which is nowhere documented.
---
core-it-support/pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/core-it-support/pom.xml b/core-it-support/pom.xml
index f9479e1..147406b 100644
--- a/core-it-support/pom.xml
+++ b/core-it-support/pom.xml
@@ -42,23 +42,4 @@ under the License.
<module>core-it-extension</module>
</modules>
- <!-- TODO this needs to be improved, right now it doesn't deploy to releases
repo -->
- <properties>
-
<repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl>
- </properties>
-
- <profiles>
- <profile>
- <id>mode-local-offline</id>
- <properties>
- <repositoryUrl>file:///tmp/mits/repository-remote</repositoryUrl>
- </properties>
- <repositories>
- <repository>
- <id>central</id>
- <url>${repositoryUrl}</url>
- </repository>
- </repositories>
- </profile>
- </profiles>
</project>