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