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