]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/site/org.argeo.slc.demo.maven/META-INF/spring/maven.xml
update pom.xml for release 0.12.4
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.maven / META-INF / spring / maven.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <bean id="mavenManager" class="org.argeo.slc.maven.MavenManager"
11 init-method="init">
12 <property name="remoteRepositories">
13 <list>
14 <bean p:id="central" p:url="http://repo1.maven.org/maven2"
15 class="org.argeo.slc.maven.RemoteRepository" />
16 </list>
17 </property>
18 </bean>
19 </beans>