]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.70</version>
7 </parent>
8 <groupId>org.argeo.slc</groupId>
9 <artifactId>argeo-slc</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo SLC</name>
12 <version>2.1.11-SNAPSHOT</version>
13 <properties>
14 <developmentCycle.slc>2.1</developmentCycle.slc>
15 <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
16 <!-- <version.argeo-rcp>2.1.15</version.argeo-rcp> -->
17 <version.slc>2.1.11-SNAPSHOT</version.slc>
18 <version.equinox>3.11.1.v20160708-1632</version.equinox>
19 <!-- Embedded Maven -->
20 <version.maven>3.2.5</version.maven>
21 </properties>
22 <modules>
23 <!-- Runtime -->
24 <module>org.argeo.slc.api</module>
25 <module>org.argeo.slc.core</module>
26 <module>org.argeo.slc.unit</module>
27 <module>org.argeo.slc.support</module>
28 <!-- <module>org.argeo.slc.support.maven</module> -->
29 <module>org.argeo.slc.repo</module>
30 <module>org.argeo.slc.factory</module>
31 <module>org.argeo.slc.launcher</module>
32
33 <!-- Modules -->
34 <module>org.argeo.slc.agent</module>
35 <module>org.argeo.slc.agent.jcr</module>
36 <module>org.argeo.slc.server.repo</module>
37
38 <!-- UI -->
39 <module>org.argeo.slc.client.ui</module>
40 <module>org.argeo.slc.client.ui.dist</module>
41 <module>org.argeo.slc.client.rap</module>
42
43 <module>lib</module>
44 <module>dep</module>
45 <module>dist</module>
46 <module>demo</module>
47 </modules>
48 <url>http://projects.argeo.org/slc/</url>
49 <scm>
50 <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
51 <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
52 <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
53 <tag>HEAD</tag>
54 </scm>
55 <inceptionYear>2007</inceptionYear>
56 <licenses>
57 <license>
58 <name>Apache 2</name>
59 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
60 <distribution>repo</distribution>
61 <comments><![CDATA[
62 SLC (Software Life Cycle) framework
63
64 Copyright (C) 2007-2012 Argeo GmbH
65
66 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
67 you may not use this file except in compliance with the License.
68 You may obtain a copy of the License at
69
70 http://www.apache.org/licenses/LICENSE-2.0
71
72 Unless required by applicable law or agreed to in writing, software
73 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
74 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75 See the License for the specific language governing permissions and
76 limitations under the License.
77 ]]>
78 </comments>
79 </license>
80 </licenses>
81 <developers>
82 <developer>
83 <id>mbaudier</id>
84 <name>Mathieu Baudier</name>
85 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
86 <organization>Argeo</organization>
87 <organizationUrl>http://www.argeo.org</organizationUrl>
88 <roles>
89 <role>architect</role>
90 <role>developer</role>
91 <role>QA</role>
92 </roles>
93 </developer>
94 <developer>
95 <id>ocapillo</id>
96 <name>Olivier Capillon</name>
97 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
98 <organization>Argeo</organization>
99 <organizationUrl>http://www.argeo.org</organizationUrl>
100 <roles>
101 <role>developer</role>
102 </roles>
103 </developer>
104 <developer>
105 <id>bsinou</id>
106 <name>Bruno Sinou</name>
107 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
108 <organization>Argeo</organization>
109 <organizationUrl>http://www.argeo.org</organizationUrl>
110 <roles>
111 <role>developer</role>
112 </roles>
113 </developer>
114 </developers>
115 <build>
116 <plugins>
117 <plugin>
118 <artifactId>maven-site-plugin</artifactId>
119 <inherited>false</inherited>
120 <configuration>
121 <skip>false</skip>
122 </configuration>
123 </plugin>
124 <plugin>
125 <artifactId>maven-javadoc-plugin</artifactId>
126 <configuration>
127 <skip>true</skip>
128 </configuration>
129 </plugin>
130 </plugins>
131 </build>
132 <repositories>
133 <repository>
134 <id>argeo</id>
135 <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
136 <releases>
137 <enabled>true</enabled>
138 <updatePolicy>daily</updatePolicy>
139 <checksumPolicy>warn</checksumPolicy>
140 </releases>
141 </repository>
142 <repository>
143 <id>argeo-rcp</id>
144 <url>http://forge.argeo.org/data/java/argeo-rcp-2.1</url>
145 <releases>
146 <enabled>true</enabled>
147 <updatePolicy>daily</updatePolicy>
148 <checksumPolicy>warn</checksumPolicy>
149 </releases>
150 </repository>
151
152 <!-- Disable Maven default repository -->
153 <repository>
154 <id>central</id>
155 <url>http://repo1.maven.org/maven2</url>
156 <releases>
157 <enabled>false</enabled>
158 </releases>
159 <snapshots>
160 <enabled>false</enabled>
161 </snapshots>
162 </repository>
163 </repositories>
164 <profiles>
165 <profile>
166 <id>localrepo</id>
167 <repositories>
168 <repository>
169 <id>argeo-tp</id>
170 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
171 <releases>
172 <enabled>true</enabled>
173 <updatePolicy>daily</updatePolicy>
174 <checksumPolicy>warn</checksumPolicy>
175 </releases>
176 </repository>
177 <!-- <repository> -->
178 <!-- <id>argeo-tp-extras</id> -->
179 <!-- <url>http://localhost:7080/data/java/argeo-tp-extras-2.1</url> -->
180 <!-- <releases> -->
181 <!-- <enabled>true</enabled> -->
182 <!-- <updatePolicy>daily</updatePolicy> -->
183 <!-- <checksumPolicy>warn</checksumPolicy> -->
184 <!-- </releases> -->
185 <!-- </repository> -->
186 <repository>
187 <id>argeo-commons</id>
188 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
189 <releases>
190 <enabled>true</enabled>
191 <updatePolicy>daily</updatePolicy>
192 <checksumPolicy>warn</checksumPolicy>
193 </releases>
194 </repository>
195 </repositories>
196 <distributionManagement>
197 <repository>
198 <id>staging</id>
199 <url>dav:http://localhost:7070/data/java/argeo-slc-${developmentCycle.slc}</url>
200 </repository>
201 <site>
202 <id>staging</id>
203 <url>dav:http://localhost:7070/data/docs/argeo-slc-${developmentCycle.slc}</url>
204 </site>
205 </distributionManagement>
206 </profile>
207 </profiles>
208 </project>