]> git.argeo.org Git - gpl/argeo-slc.git/blob - lib/org.argeo.slc.lib.build/META-INF/spring/standardBuilds.xml
[maven-release-plugin] prepare release argeo-slc-1.1.17
[gpl/argeo-slc.git] / lib / org.argeo.slc.lib.build / META-INF / spring / standardBuilds.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" xmlns:flow="http://www.argeo.org/schema/slc-flow"
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 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
10
11 <flow:flow name="dev">
12 <description>Argeo Developer Build </description>
13 <flow:spec>
14 <flow:primitive name="mvnArgs" value="clean install" />
15 </flow:spec>
16 <bean parent="templates/defaultMavenCall">
17 <flow:variable />
18 </bean>
19 </flow:flow>
20
21 <flow:flow name="devFull">
22 <description>Argeo Full Developer Build </description>
23 <flow:spec>
24 <flow:primitive name="mvnArgs"
25 value="clean argeo-osgi:pde-sources install -Pcheck-osgi" />
26 </flow:spec>
27 <bean parent="templates/defaultMavenCall">
28 <flow:variable />
29 </bean>
30 </flow:flow>
31
32
33 </beans>