You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/12/24 12:49:39 UTC

incubator-tamaya-extensions git commit: Added profile activate-asf-snapshotrepository to get rid of settings-with-asf-snapshots.xml. This allows us the use the provided settings für Apache Maven on builds.apache.org. [Forced Update!]

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master ee67f89f7 -> f4167a39b (forced update)


Added profile activate-asf-snapshotrepository to get rid of settings-with-asf-snapshots.xml. This allows us the use the provided settings f�r Apache Maven on builds.apache.org.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/f4167a39
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/f4167a39
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/f4167a39

Branch: refs/heads/master
Commit: f4167a39b8b7e5f2083b8217588928851095bdfa
Parents: a8b7f75
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Dec 24 13:24:14 2016 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Dec 24 13:46:25 2016 +0100

----------------------------------------------------------------------
 pom.xml                         | 11 +++++++++++
 settings-with-asf-snapshots.xml | 29 -----------------------------
 2 files changed, 11 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f4167a39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 55cccbb..6355a9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -871,6 +871,17 @@ under the License.
                 <additionalparam>-Xdoclint:none</additionalparam>
             </properties>
         </profile>
+
+        <profile>
+            <id>activate-asf-snapshots</id>
+
+            <repositories>
+                <repository>
+                    <id>asf-snapshots</id>
+                    <url>https://repository.apache.org/content/repositories/snapshots/</url>
+                </repository>
+            </repositories>
+        </profile>
     </profiles>
 
     <reporting>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/f4167a39/settings-with-asf-snapshots.xml
----------------------------------------------------------------------
diff --git a/settings-with-asf-snapshots.xml b/settings-with-asf-snapshots.xml
deleted file mode 100644
index 7a122ef..0000000
--- a/settings-with-asf-snapshots.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<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>activate-asf-snapshots</id>
-            <repositories>
-                <repository>
-                    <id>asf-snapshots</id>
-                    <url>https://repository.apache.org/content/repositories/snapshots/</url>
-                </repository>
-            </repositories>
-        </profile>
-    </profiles>
-
-
-
-    <activeProfiles>
-        <activeProfile>activate-asf-snapshots</activeProfile>
-    </activeProfiles>
-
-</settings>
-
-
-