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