Updated Branches: refs/heads/master 342481e60 -> 726c4ed2b
Add license Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/726c4ed2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/726c4ed2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/726c4ed2 Branch: refs/heads/master Commit: 726c4ed2b7bcf7db61559386886033935565e2a1 Parents: 4a4007e Author: Darren Shepherd <[email protected]> Authored: Wed Aug 22 16:40:01 2012 -0700 Committer: Kelven Yang <[email protected]> Committed: Fri Aug 24 11:18:55 2012 -0700 ---------------------------------------------------------------------- m2-settings.xml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/726c4ed2/m2-settings.xml ---------------------------------------------------------------------- diff --git a/m2-settings.xml b/m2-settings.xml index bae447d..9f6c934 100644 --- a/m2-settings.xml +++ b/m2-settings.xml @@ -1,7 +1,24 @@ -<?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 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <localRepository>repo</localRepository> + <!--<localRepository>repo</localRepository>--> <servers> <server> <username>admin</username>
