From 614b67cbf815256bb065c19e1acdf320ca002783 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 27 Jul 2007 01:00:58 +0000 Subject: [PATCH] applied a patch: http://www.nabble.com/-PATCH--pom-tweaking-%28was-Re%3A-Building-from-source-takes-ages%29-tf4154136.html git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3850 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 33 ++++++++++++++++++++++++++++++++- war/pom.xml | 17 ++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b6fa7aa301..ffec4564d0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -258,4 +258,35 @@ 20070616 - \ No newline at end of file + + + + hudson-libs + https://hudson.dev.java.net/source/browse/*checkout*/hudson/hudson/main/lib + legacy + + + hudson-libs + https://hudson.dev.java.net/source/browse/*checkout*/hudson/hudson/main/lib + legacy + + true + never + + + false + + + + java.net2 + http://download.java.net/maven/2/ + + true + never + + + false + + + + diff --git a/war/pom.xml b/war/pom.xml index f49aff10da..fb089298c4 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -293,4 +293,19 @@ ${basedir}/work - \ No newline at end of file + + + + hudson-libs + https://hudson.dev.java.net/source/browse/*checkout*/hudson/hudson/main/lib + legacy + + true + never + + + false + + + + -- GitLab