Repository: commons-release-plugin Updated Branches: refs/heads/master 06e4a0783 -> 7e3c6cd29
Remove src/it, integration test directory Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/7e3c6cd2 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/7e3c6cd2 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/7e3c6cd2 Branch: refs/heads/master Commit: 7e3c6cd299a11dca56bc431bed3a00dccf54a916 Parents: 06e4a07 Author: Rob Tompkins <chtom...@gmail.com> Authored: Sun Jan 7 15:47:34 2018 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Sun Jan 7 15:47:34 2018 -0500 ---------------------------------------------------------------------- src/it/settings.xml | 77 ------------------------------------------------ 1 file changed, 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/7e3c6cd2/src/it/settings.xml ---------------------------------------------------------------------- diff --git a/src/it/settings.xml b/src/it/settings.xml deleted file mode 100644 index 8912a7c..0000000 --- a/src/it/settings.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<settings> - <profiles> - <profile> - <id>it-repo</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <repositories> - <repository> - <id>local.central</id> - <url>@localRepositoryUrl@</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>apache.snapshot</id> - <url>https://repository.apache.org/content/groups/snapshots-group/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>local.central</id> - <url>@localRepositoryUrl@</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - </profile> - </profiles> - <mirrors> - <mirror> - <id>local-tlc</id> - <mirrorOf>tlc</mirrorOf> - <url>@localRepositoryUrl@</url> - </mirror> - <mirror> - <id>apache-plugin-snapshots-new</id> - <mirrorOf>apache-plugin-snapshots</mirrorOf> - <url>https://repository.apache.org/content/groups/snapshots-group/</url> - </mirror> - </mirrors> -</settings> \ No newline at end of file