]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
fix a bug on tree observer
[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>1.1.5</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>1.1.5-SNAPSHOT</version>
13 <properties>
14 <version.argeo-commons>1.1.5</version.argeo-commons>
15 <developmentCycle.slc>1.1</developmentCycle.slc>
16 <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
17 <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
18 <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
19 <version.slc>[1.1,1.2)</version.slc>
20 </properties>
21 <modules>
22 <module>runtime</module>
23 <module>modules</module>
24 <module>plugins</module>
25 <module>dep</module>
26 <module>lib</module>
27 <module>archetypes</module>
28 <module>dist</module>
29 <module>demo</module>
30 </modules>
31 <url>${site.urlBase}/${developmentCycle.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/org.argeo.jcr.webapp/public/java/org.argeo.commons-1.1.x</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/org.argeo.jcr.webapp/webdav/java/org.argeo.slc-1.1.x</url>
123 <uniqueVersion>false</uniqueVersion>
124 </repository>
125 <site>
126 <id>argeo-slc-site</id>
127 <name>SLC Site</name>
128 <url>file:///srv/projects/www/slc/site/${version.slc}</url>
129 </site>
130 </distributionManagement>
131 </project>