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