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