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