]> git.argeo.org Git - gpl/argeo-suite.git/blob - lib/pom.xml
b3202807f0600cbf0b8b3af208444216d1ddb413
[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.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.3.1-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.101</version.argeo-commons>
19 <version.argeo-suite-icons>2.1.0</version.argeo-suite-icons>
20
21 <argeo.rpm.stagingRepository>/srv/rpmfactory/unstable/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.3.1-SNAPSHOT</version>
34 <scope>provided</scope>
35 <exclusions>
36 <exclusion>
37 <groupId>org.argeo.tp.apache</groupId>
38 <artifactId>org.apache.xerces</artifactId>
39 </exclusion>
40 <!-- Avoid slf4j implementations lurking in the classpath. -->
41 <exclusion>
42 <groupId>org.argeo.tp.sdk</groupId>
43 <artifactId>biz.aQute.bndlib</artifactId>
44 </exclusion>
45 <exclusion>
46 <groupId>org.argeo.tp.misc</groupId>
47 <artifactId>slf4j.osgi</artifactId>
48 </exclusion>
49 </exclusions>
50 </dependency>
51
52 <!-- SDK -->
53 <dependency>
54 <groupId>org.argeo.tp.sdk</groupId>
55 <artifactId>org.junit</artifactId>
56 <scope>test</scope>
57 </dependency>
58 <dependency>
59 <groupId>org.argeo.tp.sdk</groupId>
60 <artifactId>org.hamcrest</artifactId>
61 <scope>test</scope>
62 </dependency>
63 </dependencies>
64 <dependencyManagement>
65 <dependencies>
66 <dependency>
67 <groupId>org.argeo.tp</groupId>
68 <artifactId>argeo-tp</artifactId>
69 <version>${version.argeo-tp}</version>
70 <type>pom</type>
71 <scope>import</scope>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.tp</groupId>
75 <artifactId>argeo-tp-rap-e4</artifactId>
76 <version>${version.argeo-tp}</version>
77 <type>pom</type>
78 <scope>import</scope>
79 </dependency>
80 </dependencies>
81 </dependencyManagement>
82 <repositories>
83 <repository>
84 <id>argeo</id>
85 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
86 <releases>
87 <enabled>true</enabled>
88 <updatePolicy>daily</updatePolicy>
89 <checksumPolicy>warn</checksumPolicy>
90 </releases>
91 <snapshots>
92 <enabled>false</enabled>
93 </snapshots>
94 </repository>
95 <repository>
96 <id>argeo-unstable</id>
97 <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
98 <releases>
99 <enabled>true</enabled>
100 <updatePolicy>never</updatePolicy>
101 <checksumPolicy>warn</checksumPolicy>
102 </releases>
103 <snapshots>
104 <enabled>false</enabled>
105 </snapshots>
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>