- Added the Apache Snapshot Repo to the pluginRepositories

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b0fa8e30
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b0fa8e30
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b0fa8e30

Branch: refs/heads/as3httpclient-work
Commit: b0fa8e3020ed446d81039390c99e3e402fbcf0c1
Parents: b145b02
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sat May 9 21:32:30 2015 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sat May 9 21:32:30 2015 +0200

----------------------------------------------------------------------
 maven-flex-plugin/examples/pom.xml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b0fa8e30/maven-flex-plugin/examples/pom.xml
----------------------------------------------------------------------
diff --git a/maven-flex-plugin/examples/pom.xml 
b/maven-flex-plugin/examples/pom.xml
index b83d09e..88af0ce 100644
--- a/maven-flex-plugin/examples/pom.xml
+++ b/maven-flex-plugin/examples/pom.xml
@@ -89,8 +89,21 @@
             </snapshots>
         </pluginRepository>
         <!--
-            This is where we get unreleased Flexmojos stuff from.
-        -->
+           This is where we get unreleased Apache stuff from
+       -->
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <url>http://repository.apache.org/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+        <!--
+             This is where we get unreleased Flexmojos stuff from.
+         -->
         <pluginRepository>
             <id>sonatype-snapshots</id>
             <url>https://oss.sonatype.org/content/repositories/snapshots/</url>

Reply via email to