]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
fc72c26c49264498b85d11d9b0934022e5b1f943
[gpl/argeo-suite.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.maven</groupId>
5 <artifactId>argeo-osgi-parent</artifactId>
6 <version>2.1.3</version>
7 </parent>
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>
12 <description />
13 <version>2.1.23-SNAPSHOT</version>
14 <properties>
15 <!-- Dependencies -->
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.103</version.argeo-commons>
19 <version.argeo-suite-icons>2.1.1</version.argeo-suite-icons>
20
21 <argeo.rpm.stagingRepository>/srv/rpmfactory/testing/argeo</argeo.rpm.stagingRepository>
22 <git.rw />
23 </properties>
24 <dependencies>
25 <dependency>
26 <groupId>org.argeo.tp.equinox</groupId>
27 <artifactId>org.eclipse.osgi</artifactId>
28 <scope>provided</scope>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.suite</groupId>
32 <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
33 <version>2.1.23-SNAPSHOT</version>
34 <scope>provided</scope>
35 <exclusions>
36 <!-- Avoid slf4j implementations lurking in the classpath. -->
37 <exclusion>
38 <groupId>org.argeo.tp.sdk</groupId>
39 <artifactId>biz.aQute.bndlib</artifactId>
40 </exclusion>
41 <exclusion>
42 <groupId>org.argeo.tp.misc</groupId>
43 <artifactId>slf4j.osgi</artifactId>
44 </exclusion>
45 </exclusions>
46 </dependency>
47
48 <!-- SDK -->
49 <dependency>
50 <groupId>org.argeo.tp.sdk</groupId>
51 <artifactId>org.junit</artifactId>
52 <scope>test</scope>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp.sdk</groupId>
56 <artifactId>org.hamcrest</artifactId>
57 <scope>test</scope>
58 </dependency>
59 </dependencies>
60 <dependencyManagement>
61 <dependencies>
62 <dependency>
63 <groupId>org.argeo.tp</groupId>
64 <artifactId>argeo-tp</artifactId>
65 <version>${version.argeo-tp}</version>
66 <type>pom</type>
67 <scope>import</scope>
68 </dependency>
69 <dependency>
70 <groupId>org.argeo.tp</groupId>
71 <artifactId>argeo-tp-rap-e4</artifactId>
72 <version>${version.argeo-tp}</version>
73 <type>pom</type>
74 <scope>import</scope>
75 </dependency>
76 </dependencies>
77 </dependencyManagement>
78 <repositories>
79 <repository>
80 <id>argeo</id>
81 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
82 <releases>
83 <enabled>true</enabled>
84 <updatePolicy>daily</updatePolicy>
85 <checksumPolicy>warn</checksumPolicy>
86 </releases>
87 <snapshots>
88 <enabled>false</enabled>
89 </snapshots>
90 </repository>
91 </repositories>
92 <reporting>
93 <plugins>
94 <plugin>
95 <artifactId>maven-project-info-reports-plugin</artifactId>
96 <version>2.9</version>
97 <reportSets>
98 <reportSet>
99 <reports>
100 <report>index</report>
101 <report>summary</report>
102 <report>license</report>
103 <report>scm</report>
104 </reports>
105 </reportSet>
106 </reportSets>
107 </plugin>
108 <plugin>
109 <artifactId>maven-javadoc-plugin</artifactId>
110 <version>3.0.0</version>
111 <configuration>
112 <failOnError>false</failOnError>
113 <additionalJOption>-Xdoclint:none</additionalJOption>
114 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
115 <encoding>UTF-8</encoding>
116 <detectLinks>true</detectLinks>
117 <links>
118 <link>http://docs.oracle.com/javase/8/docs/api</link>
119 <link>https://osgi.org/javadoc/r5/core</link>
120 <link>https://osgi.org/javadoc/r5/enterprise</link>
121 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
122 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
123 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
124 </links>
125 </configuration>
126 <reportSets>
127 <reportSet>
128 <id>aggregate-javadoc</id>
129 <inherited>false</inherited>
130 <reports>
131 <report>aggregate</report>
132 </reports>
133 </reportSet>
134 <reportSet>
135 <id>javadoc</id>
136 <reports />
137 </reportSet>
138 </reportSets>
139 </plugin>
140 <plugin>
141 <artifactId>maven-jxr-plugin</artifactId>
142 <version>2.5</version>
143 <reportSets>
144 <reportSet>
145 <id>aggregate-jxr</id>
146 <inherited>false</inherited>
147 <reports>
148 <report>aggregate</report>
149 </reports>
150 </reportSet>
151 <reportSet>
152 <id>jxr</id>
153 <reports />
154 </reportSet>
155 </reportSets>
156 </plugin>
157 </plugins>
158 </reporting>
159 </project>