Repository: eagle Updated Branches: refs/heads/branch-0.4 5631cac79 -> 3357594d9
[EAGLE-881] Url of scala-tools repository is no longer valid - Removed scala-tools repository url from pom.xml https://issues.apache.org/jira/browse/EAGLE-881 Author: @DadanielZ <[email protected]> Reviewer: @haoch <[email protected]> Closes #795 Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/3357594d Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/3357594d Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/3357594d Branch: refs/heads/branch-0.4 Commit: 3357594d99653d367018e73c4fcc1ddb10b7704a Parents: 5631cac Author: DadanielZ <[email protected]> Authored: Wed Mar 1 21:42:37 2017 -0800 Committer: DadanielZ <[email protected]> Committed: Wed Mar 1 21:42:37 2017 -0800 ---------------------------------------------------------------------- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/3357594d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 13d6598..c7b098c 100755 --- a/pom.xml +++ b/pom.xml @@ -1074,7 +1074,6 @@ <exclude>**/MANIFEST.MF</exclude> <!-- External dependency script --> <exclude>**/resource/serf/etc/ambari.json</exclude> - <!-- TODO: fix it --> <exclude>**/webapp/**</exclude> @@ -1108,21 +1107,5 @@ <updatePolicy>never</updatePolicy> </releases> </repository> - <repository> - <id>scala-tools.org</id> - <name>Scala-Tools Maven2 Repository</name> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </releases> - </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>scala-tools-maven2-repository</id> - <name>Scala-Tools Maven2 Repository</name> - <url>http://scala-tools.org/repo-releases</url> - </pluginRepository> - </pluginRepositories> </project>
