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