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.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-SNAPSHOT</version.argeo-commons>
19 <version.argeo-suite-icons>2.1.1</version.argeo-suite-icons>
24 <groupId>org.argeo.tp.equinox</groupId>
25 <artifactId>org.eclipse.osgi</artifactId>
26 <scope>provided</scope>
29 <groupId>org.argeo.suite</groupId>
30 <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
31 <version>2.1-SNAPSHOT</version>
32 <scope>provided</scope>
34 <!-- Avoid slf4j implementations lurking in the classpath. -->
36 <groupId>org.argeo.tp.sdk</groupId>
37 <artifactId>biz.aQute.bndlib</artifactId>
40 <groupId>org.argeo.tp.misc</groupId>
41 <artifactId>slf4j.osgi</artifactId>
48 <groupId>org.argeo.tp.sdk</groupId>
49 <artifactId>org.junit</artifactId>
53 <groupId>org.argeo.tp.sdk</groupId>
54 <artifactId>org.hamcrest</artifactId>
58 <dependencyManagement>
61 <groupId>org.argeo.tp</groupId>
62 <artifactId>argeo-tp</artifactId>
63 <version>${version.argeo-tp}</version>
68 <groupId>org.argeo.tp</groupId>
69 <artifactId>argeo-tp-rap-e4</artifactId>
70 <version>${version.argeo-tp}</version>
75 </dependencyManagement>
79 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
81 <enabled>true</enabled>
82 <updatePolicy>daily</updatePolicy>
83 <checksumPolicy>warn</checksumPolicy>
86 <enabled>false</enabled>
93 <artifactId>maven-project-info-reports-plugin</artifactId>
94 <version>2.9</version>
98 <report>index</report>
99 <report>summary</report>
100 <report>license</report>
107 <artifactId>maven-javadoc-plugin</artifactId>
108 <version>3.0.0</version>
110 <failOnError>false</failOnError>
111 <additionalJOption>-Xdoclint:none</additionalJOption>
112 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
113 <encoding>UTF-8</encoding>
114 <detectLinks>true</detectLinks>
116 <link>http://docs.oracle.com/javase/8/docs/api</link>
117 <link>https://osgi.org/javadoc/r5/core</link>
118 <link>https://osgi.org/javadoc/r5/enterprise</link>
119 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
120 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
121 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
126 <id>aggregate-javadoc</id>
127 <inherited>false</inherited>
129 <report>aggregate</report>
139 <artifactId>maven-jxr-plugin</artifactId>
140 <version>2.5</version>
143 <id>aggregate-jxr</id>
144 <inherited>false</inherited>
146 <report>aggregate</report>