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.1-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.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/unstable/argeo</argeo.rpm.stagingRepository>
26 <groupId>org.argeo.tp.equinox</groupId>
27 <artifactId>org.eclipse.osgi</artifactId>
28 <scope>provided</scope>
31 <groupId>org.argeo.suite</groupId>
32 <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
33 <version>2.3.1-SNAPSHOT</version>
34 <scope>provided</scope>
36 <!-- Avoid slf4j implementations lurking in the classpath. -->
38 <groupId>org.argeo.tp.sdk</groupId>
39 <artifactId>biz.aQute.bndlib</artifactId>
42 <groupId>org.argeo.tp.misc</groupId>
43 <artifactId>slf4j.osgi</artifactId>
50 <groupId>org.argeo.tp.sdk</groupId>
51 <artifactId>org.junit</artifactId>
55 <groupId>org.argeo.tp.sdk</groupId>
56 <artifactId>org.hamcrest</artifactId>
60 <dependencyManagement>
63 <groupId>org.argeo.tp</groupId>
64 <artifactId>argeo-tp</artifactId>
65 <version>${version.argeo-tp}</version>
70 <groupId>org.argeo.tp</groupId>
71 <artifactId>argeo-tp-rap-e4</artifactId>
72 <version>${version.argeo-tp}</version>
77 </dependencyManagement>
81 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
83 <enabled>true</enabled>
84 <updatePolicy>daily</updatePolicy>
85 <checksumPolicy>warn</checksumPolicy>
88 <enabled>false</enabled>
92 <id>argeo-unstable</id>
93 <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
95 <enabled>true</enabled>
96 <updatePolicy>never</updatePolicy>
97 <checksumPolicy>warn</checksumPolicy>
100 <enabled>false</enabled>
107 <artifactId>maven-project-info-reports-plugin</artifactId>
108 <version>2.9</version>
112 <report>index</report>
113 <report>summary</report>
114 <report>license</report>
121 <artifactId>maven-javadoc-plugin</artifactId>
122 <version>3.0.0</version>
124 <failOnError>false</failOnError>
125 <additionalJOption>-Xdoclint:none</additionalJOption>
126 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
127 <encoding>UTF-8</encoding>
128 <detectLinks>true</detectLinks>
130 <link>http://docs.oracle.com/javase/8/docs/api</link>
131 <link>https://osgi.org/javadoc/r5/core</link>
132 <link>https://osgi.org/javadoc/r5/enterprise</link>
133 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
134 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
135 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
140 <id>aggregate-javadoc</id>
141 <inherited>false</inherited>
143 <report>aggregate</report>
153 <artifactId>maven-jxr-plugin</artifactId>
154 <version>2.5</version>
157 <id>aggregate-jxr</id>
158 <inherited>false</inherited>
160 <report>aggregate</report>