]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Use Argeo RCP v2.1.15
[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.62</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.8-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.8-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 </plugins>
124 </build>
125 <repositories>
126 <repository>
127 <id>argeo</id>
128 <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
129 <releases>
130 <enabled>true</enabled>
131 <updatePolicy>daily</updatePolicy>
132 <checksumPolicy>warn</checksumPolicy>
133 </releases>
134 </repository>
135 <repository>
136 <id>argeo-rcp</id>
137 <url>http://forge.argeo.org/data/java/argeo-rcp-2.1</url>
138 <releases>
139 <enabled>true</enabled>
140 <updatePolicy>daily</updatePolicy>
141 <checksumPolicy>warn</checksumPolicy>
142 </releases>
143 </repository>
144
145 <!-- Disable Maven default repository -->
146 <repository>
147 <id>central</id>
148 <url>http://repo1.maven.org/maven2</url>
149 <releases>
150 <enabled>false</enabled>
151 </releases>
152 <snapshots>
153 <enabled>false</enabled>
154 </snapshots>
155 </repository>
156 </repositories>
157 <profiles>
158 <profile>
159 <id>localrepo</id>
160 <repositories>
161 <repository>
162 <id>argeo-tp</id>
163 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
164 <releases>
165 <enabled>true</enabled>
166 <updatePolicy>daily</updatePolicy>
167 <checksumPolicy>warn</checksumPolicy>
168 </releases>
169 </repository>
170 <!-- <repository> -->
171 <!-- <id>argeo-tp-extras</id> -->
172 <!-- <url>http://localhost:7080/data/java/argeo-tp-extras-2.1</url> -->
173 <!-- <releases> -->
174 <!-- <enabled>true</enabled> -->
175 <!-- <updatePolicy>daily</updatePolicy> -->
176 <!-- <checksumPolicy>warn</checksumPolicy> -->
177 <!-- </releases> -->
178 <!-- </repository> -->
179 <repository>
180 <id>argeo-commons</id>
181 <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url>
182 <releases>
183 <enabled>true</enabled>
184 <updatePolicy>daily</updatePolicy>
185 <checksumPolicy>warn</checksumPolicy>
186 </releases>
187 </repository>
188 </repositories>
189 <distributionManagement>
190 <repository>
191 <id>staging</id>
192 <url>dav:http://localhost:7070/data/java/argeo-slc-${developmentCycle.slc}</url>
193 </repository>
194 <site>
195 <id>staging</id>
196 <url>dav:http://localhost:7070/data/docs/argeo-slc-${developmentCycle.slc}</url>
197 </site>
198 </distributionManagement>
199 </profile>
200 </profiles>
201 </project>