Author: simonetripodi
Date: Tue Mar 6 13:32:00 2012
New Revision: 1297469
URL: http://svn.apache.org/viewvc?rev=1297469&view=rev
Log:
added custom settings file to include Aduna Software external repo
Added:
incubator/any23/trunk/settings.xml (with props)
Added: incubator/any23/trunk/settings.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/settings.xml?rev=1297469&view=auto
==============================================================================
--- incubator/any23/trunk/settings.xml (added)
+++ incubator/any23/trunk/settings.xml Tue Mar 6 13:32:00 2012
@@ -0,0 +1,46 @@
+<?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.
+-->
+
+<!--
+ | for Release Managers client specific setting, please refer to
+ |
https://svn.apache.org/repos/asf/incubator/any23/committers/maven/settings.xml
+-->
+<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">
+
+ <profiles>
+ <profile>
+ <id>apache.any23</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <repositories>
+ <!-- Specific repository for Aduna / Sesame related dependencies. -->
+ <repository>
+ <id>aduna-software-release-repo</id>
+ <name>Aduna SW Release Repository</name>
+ <url>http://repo.aduna-software.org/maven2/releases</url>
+ <layout>default</layout>
+ </repository>
+ </repositories>
+ </profile>
+ </profiles>
+
+</settings>
Propchange: incubator/any23/trunk/settings.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/any23/trunk/settings.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: incubator/any23/trunk/settings.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml