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