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-lib</artifactId>
10 <packaging>pom</packaging>
11 <name>Parent POM for Argeo Suite Extensions</name>
13 <version>2.3.0-SNAPSHOT</version>
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.3.0</version.argeo-commons>
20 <argeo.rpm.stagingRepository>/srv/rpmfactory/unstable/argeo</argeo.rpm.stagingRepository>
25 <groupId>org.argeo.tp.equinox</groupId>
26 <artifactId>org.eclipse.osgi</artifactId>
27 <scope>provided</scope>
30 <groupId>org.argeo.suite</groupId>
31 <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
32 <version>2.3.0-SNAPSHOT</version>
33 <scope>provided</scope>
36 <groupId>org.argeo.tp.apache</groupId>
37 <artifactId>org.apache.xerces</artifactId>
39 <!-- Avoid slf4j implementations lurking in the classpath. -->
41 <groupId>org.argeo.tp.sdk</groupId>
42 <artifactId>biz.aQute.bndlib</artifactId>
45 <groupId>org.argeo.tp.misc</groupId>
46 <artifactId>slf4j.osgi</artifactId>
53 <groupId>org.argeo.tp.sdk</groupId>
54 <artifactId>org.junit</artifactId>
58 <groupId>org.argeo.tp.sdk</groupId>
59 <artifactId>org.hamcrest</artifactId>
63 <dependencyManagement>
66 <groupId>org.argeo.tp</groupId>
67 <artifactId>argeo-tp</artifactId>
68 <version>${version.argeo-tp}</version>
73 <groupId>org.argeo.tp</groupId>
74 <artifactId>argeo-tp-rap-e4</artifactId>
75 <version>${version.argeo-tp}</version>
80 </dependencyManagement>
84 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
86 <enabled>true</enabled>
87 <updatePolicy>daily</updatePolicy>
88 <checksumPolicy>warn</checksumPolicy>
91 <enabled>false</enabled>
95 <id>argeo-unstable</id>
96 <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
98 <enabled>true</enabled>
99 <updatePolicy>never</updatePolicy>
100 <checksumPolicy>warn</checksumPolicy>
103 <enabled>false</enabled>
110 <artifactId>maven-project-info-reports-plugin</artifactId>
111 <version>2.9</version>
115 <report>index</report>
116 <report>summary</report>
117 <report>license</report>
124 <artifactId>maven-javadoc-plugin</artifactId>
125 <version>3.0.0</version>
127 <failOnError>false</failOnError>
128 <additionalJOption>-Xdoclint:none</additionalJOption>
129 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
130 <encoding>UTF-8</encoding>
131 <detectLinks>true</detectLinks>
133 <link>http://docs.oracle.com/javase/8/docs/api</link>
134 <link>https://osgi.org/javadoc/r5/core</link>
135 <link>https://osgi.org/javadoc/r5/enterprise</link>
136 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
137 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
138 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
143 <id>aggregate-javadoc</id>
144 <inherited>false</inherited>
146 <report>aggregate</report>
156 <artifactId>maven-jxr-plugin</artifactId>
157 <version>2.5</version>
160 <id>aggregate-jxr</id>
161 <inherited>false</inherited>
163 <report>aggregate</report>