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