You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cm...@apache.org on 2011/08/18 14:19:28 UTC

svn commit: r1159190 - in /karaf/sandbox/pieber/karaf-webconsole/trunk: README pom.xml

Author: cmoulliard
Date: Thu Aug 18 12:19:27 2011
New Revision: 1159190

URL: http://svn.apache.org/viewvc?rev=1159190&view=rev
Log:
Add sonatype repo

Modified:
    karaf/sandbox/pieber/karaf-webconsole/trunk/README
    karaf/sandbox/pieber/karaf-webconsole/trunk/pom.xml

Modified: karaf/sandbox/pieber/karaf-webconsole/trunk/README
URL: http://svn.apache.org/viewvc/karaf/sandbox/pieber/karaf-webconsole/trunk/README?rev=1159190&r1=1159189&r2=1159190&view=diff
==============================================================================
--- karaf/sandbox/pieber/karaf-webconsole/trunk/README (original)
+++ karaf/sandbox/pieber/karaf-webconsole/trunk/README Thu Aug 18 12:19:27 2011
@@ -7,7 +7,7 @@ be very simple to provide an VERY config
 be much easier to write than the current one based on plain jscript and servlets.
 
 This version uses the current snapshot of the OPS4J Pax Wicket Project. Although snapshots
-are avialable via Sonatype please make sure that you've the latest build of Pax Wicket master
+are available via Sonatype please make sure that you've the latest build of Pax Wicket master
 in your local .m2 repositories:
 
 Instructions to build and deploy the project

Modified: karaf/sandbox/pieber/karaf-webconsole/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/sandbox/pieber/karaf-webconsole/trunk/pom.xml?rev=1159190&r1=1159189&r2=1159190&view=diff
==============================================================================
--- karaf/sandbox/pieber/karaf-webconsole/trunk/pom.xml (original)
+++ karaf/sandbox/pieber/karaf-webconsole/trunk/pom.xml Thu Aug 18 12:19:27 2011
@@ -47,6 +47,17 @@
             <name>wiquery wicket components</name>
             <url>http://wiquery.googlecode.com/svn/repo/</url>
         </repository>
+        <repository>
+            <id>sonatype</id>
+            <name>sonatype repo</name>
+            <url>http://oss.sonatype.org/content/repositories/ops4j-snapshots/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
     </repositories>
 
 </project>