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/1f0cbc5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1f0cbc5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1f0cbc5f Branch: refs/heads/javelin Commit: 1f0cbc5fd22ea6f504ec84951edf80d65b592aac Parents: 2f6cc4b Author: Darren Shepherd <[email protected]> Authored: Wed Aug 22 16:40:01 2012 -0700 Committer: Kelven Yang <[email protected]> Committed: Thu Aug 23 14:26:27 2012 -0700 ---------------------------------------------------------------------- m2-settings.xml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1f0cbc5f/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>
