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