Author: [email protected] Date: Wed Jan 18 15:34:41 2012 New Revision: 1932 Log: [AMDATUOPENSOCIAL-180] Added missing bamboo settings file
Added: trunk/amdatu-opensocial/maven-settings-bamboo.xml Added: trunk/amdatu-opensocial/maven-settings-bamboo.xml ============================================================================== --- (empty file) +++ trunk/amdatu-opensocial/maven-settings-bamboo.xml Wed Jan 18 15:34:41 2012 @@ -0,0 +1,73 @@ +<?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. +--> + +<!-- This is the Maven settings file for the bamboo build server --> + +<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> + + <localRepository>/vol/www/bamboo/build/maven-repository</localRepository> + + <servers> + <server> + <id>amdatu.nightly</id> + <username>anonymous</username> + </server> + <server> + <id>amdatu.releases</id> + <username>anonymous</username> + </server> + <server> + <id>amdatu.sites</id> + <username>anonymous</username> + </server> + </servers> + + <mirrors> + <mirror> + <id>central</id> + <name>Mirror to central</name> + <url>http://repo1.maven.org/maven2</url> + <mirrorOf>java.net</mirrorOf> + </mirror> + </mirrors> + + <activeProfiles> + <activeProfile>build-amdatu</activeProfile> + </activeProfiles> + + <!-- Adjust these settings to your needs --> + <profiles> + <profile> + <id>build-amdatu</id> + <properties> + <server.hostname>127.0.0.1</server.hostname> + <server.port>3737</server.port> + <server.port.secure>3738</server.port.secure> + <root.directory>./target</root.directory> + <compiler.debug>false</compiler.debug> + <compiler.optimize>true</compiler.optimize> + <default.loglevel>DEBUG</default.loglevel> + </properties> + </profile> + </profiles> +</settings> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
