]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Use latest Argeo Commons.
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <artifactId>argeo-commons</artifactId>
8 <version>2.1.80-SNAPSHOT</version>
9 </parent>
10 <groupId>org.argeo.slc</groupId>
11 <artifactId>argeo-slc</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC</name>
14 <version>2.1.16-SNAPSHOT</version>
15 <properties>
16 <version.slc>2.1.16-SNAPSHOT</version.slc>
17 <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
18 <developmentCycle.slc>2.1</developmentCycle.slc>
19 </properties>
20 <modules>
21 <!-- Runtime -->
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 <module>org.argeo.slc.factory</module>
28 <module>org.argeo.slc.launcher</module>
29
30 <!-- Modules -->
31 <module>org.argeo.slc.agent</module>
32 <module>org.argeo.slc.agent.jcr</module>
33 <module>org.argeo.slc.server.repo</module>
34
35 <!-- E4 -->
36 <module>org.argeo.slc.e4</module>
37
38 <!-- UI -->
39 <module>org.argeo.slc.client.ui</module>
40 <module>org.argeo.slc.client.ui.dist</module>
41 <module>org.argeo.slc.client.rap</module>
42
43 <module>lib</module>
44 <module>dep</module>
45 <module>dist</module>
46 <module>demo</module>
47 <module>ide</module>
48 </modules>
49 <url>http://projects.argeo.org/slc/</url>
50 <scm>
51 <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
52 <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
53 <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
54 <tag>HEAD</tag>
55 </scm>
56 <inceptionYear>2007</inceptionYear>
57 <licenses>
58 <license>
59 <name>Apache 2</name>
60 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
61 <distribution>repo</distribution>
62 <comments><![CDATA[
63 SLC (Software Life Cycle) framework
64
65 Copyright (C) 2007-2018 Argeo GmbH
66
67 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
68 you may not use this file except in compliance with the License.
69 You may obtain a copy of the License at
70
71 http://www.apache.org/licenses/LICENSE-2.0
72
73 Unless required by applicable law or agreed to in writing, software
74 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
75 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
76 See the License for the specific language governing permissions and
77 limitations under the License.
78 ]]>
79 </comments>
80 </license>
81 </licenses>
82 <developers>
83 <developer>
84 <id>mbaudier</id>
85 <name>Mathieu Baudier</name>
86 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
87 <organization>Argeo</organization>
88 <organizationUrl>http://www.argeo.org</organizationUrl>
89 <roles>
90 <role>architect</role>
91 <role>developer</role>
92 <role>QA</role>
93 </roles>
94 </developer>
95 <developer>
96 <id>ocapillo</id>
97 <name>Olivier Capillon</name>
98 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
99 <organization>Argeo</organization>
100 <organizationUrl>http://www.argeo.org</organizationUrl>
101 <roles>
102 <role>developer</role>
103 </roles>
104 </developer>
105 </developers>
106 <repositories>
107 <repository>
108 <id>argeo</id>
109 <url>http://repo.argeo.org/data/java/argeo-2.1/</url>
110 <releases>
111 <enabled>true</enabled>
112 <updatePolicy>daily</updatePolicy>
113 <checksumPolicy>warn</checksumPolicy>
114 </releases>
115 </repository>
116 </repositories>
117 <reporting>
118 <plugins>
119 <plugin>
120 <artifactId>maven-project-info-reports-plugin</artifactId>
121 <version>2.9</version>
122 <reportSets>
123 <reportSet>
124 <reports>
125 <report>index</report>
126 <report>summary</report>
127 <report>license</report>
128 <report>scm</report>
129 </reports>
130 </reportSet>
131 </reportSets>
132 </plugin>
133 <plugin>
134 <artifactId>maven-javadoc-plugin</artifactId>
135 <version>3.0.0</version>
136 <configuration>
137 <failOnError>false</failOnError>
138 <additionalJOption>-Xdoclint:none</additionalJOption>
139 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
140 <encoding>UTF-8</encoding>
141 <detectLinks>true</detectLinks>
142 <links>
143 <link>http://docs.oracle.com/javase/8/docs/api</link>
144 <link>https://osgi.org/javadoc/r5/core</link>
145 <link>https://osgi.org/javadoc/r5/enterprise</link>
146 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
147 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
148 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
149 </links>
150 </configuration>
151 <reportSets>
152 <reportSet>
153 <id>aggregate-javadoc</id>
154 <inherited>false</inherited>
155 <reports>
156 <report>aggregate</report>
157 </reports>
158 </reportSet>
159 <reportSet>
160 <id>javadoc</id>
161 <reports />
162 </reportSet>
163 </reportSets>
164 </plugin>
165 <plugin>
166 <artifactId>maven-jxr-plugin</artifactId>
167 <version>2.5</version>
168 <reportSets>
169 <reportSet>
170 <id>aggregate-jxr</id>
171 <inherited>false</inherited>
172 <reports>
173 <report>aggregate</report>
174 </reports>
175 </reportSet>
176 <reportSet>
177 <id>jxr</id>
178 <reports />
179 </reportSet>
180 </reportSets>
181 </plugin>
182 </plugins>
183 </reporting>
184 <distributionManagement>
185 <site>
186 <id>staging</id>
187 <url>file:///srv/docfactory/argeo-2.1/site/argeo-slc/</url>
188 </site>
189 </distributionManagement>
190 </project>