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