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