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>
4 <groupId>org.argeo.maven</groupId>
5 <artifactId>argeo-osgi-parent</artifactId>
6 <version>2.1.3</version>
8 <groupId>org.argeo.suite</groupId>
9 <artifactId>argeo-suite</artifactId>
10 <version>2.1.23-SNAPSHOT</version>
11 <name>Argeo Suite</name>
12 <packaging>pom</packaging>
13 <url>http://www.argeo.org/</url>
16 <version.argeo-tp>2.1.27</version.argeo-tp>
17 <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
18 <version.argeo-commons>[2.1.102,2.3.0-SNAPSHOT)</version.argeo-commons>
19 <version.argeo-suite-icons>[2.1.1,2.3.0-SNAPSHOT)</version.argeo-suite-icons>
21 <argeo.rpm.stagingRepository>/srv/rpmfactory/testing/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
26 <!-- Functional areas -->
27 <module>people</module>
28 <module>library</module>
29 <module>environment</module>
30 <module>publishing</module>
31 <module>knowledge</module>
39 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
40 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
41 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
45 <name>Argeo GmbH</name>
47 <inceptionYear>2014</inceptionYear>
50 <name>GPL-3.0-or-later</name>
51 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
52 <distribution>repo</distribution>
57 <groupId>org.argeo.tp</groupId>
58 <artifactId>argeo-tp</artifactId>
59 <version>${version.argeo-tp}</version>
60 <scope>provided</scope>
63 <groupId>org.argeo.tp.apache</groupId>
64 <artifactId>org.apache.xerces</artifactId>
66 <!-- Avoid slf4j implementations lurking in the classpath. -->
68 <groupId>org.argeo.tp.sdk</groupId>
69 <artifactId>biz.aQute.bndlib</artifactId>
72 <groupId>org.argeo.tp.misc</groupId>
73 <artifactId>slf4j.osgi</artifactId>
78 <dependencyManagement>
81 <groupId>org.argeo.tp</groupId>
82 <artifactId>argeo-tp</artifactId>
83 <version>${version.argeo-tp}</version>
88 <groupId>org.argeo.tp</groupId>
89 <artifactId>argeo-tp-rap-e4</artifactId>
90 <version>${version.argeo-tp}</version>
95 </dependencyManagement>
99 <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
101 <enabled>true</enabled>
102 <updatePolicy>daily</updatePolicy>
103 <checksumPolicy>warn</checksumPolicy>
106 <enabled>false</enabled>
113 <artifactId>maven-project-info-reports-plugin</artifactId>
114 <version>2.9</version>
118 <report>index</report>
119 <report>summary</report>
120 <report>license</report>
127 <artifactId>maven-javadoc-plugin</artifactId>
128 <version>3.0.0</version>
130 <failOnError>false</failOnError>
131 <additionalJOption>-Xdoclint:none</additionalJOption>
132 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
133 <encoding>UTF-8</encoding>
134 <detectLinks>true</detectLinks>
136 <link>http://docs.oracle.com/javase/8/docs/api</link>
137 <link>https://osgi.org/javadoc/r5/core</link>
138 <link>https://osgi.org/javadoc/r5/enterprise</link>
139 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
140 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
141 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
146 <id>aggregate-javadoc</id>
147 <inherited>false</inherited>
149 <report>aggregate</report>
159 <artifactId>maven-jxr-plugin</artifactId>
160 <version>2.5</version>
163 <id>aggregate-jxr</id>
164 <inherited>false</inherited>
166 <report>aggregate</report>
177 <distributionManagement>
180 <url>dav:https://forge.argeo.org/data/java/argeo-2.1</url>
181 <uniqueVersion>false</uniqueVersion>
185 <url>file:///srv/docfactory/argeo-2.1/site/argeo-suite/</url>
187 </distributionManagement>