]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
Add SDK dependencies to Argeo Suite Lib.
[gpl/argeo-suite.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.maven</groupId>
7 <artifactId>argeo-osgi-parent</artifactId>
8 <version>2.1.2</version>
9 </parent>
10 <groupId>org.argeo.suite</groupId>
11 <artifactId>argeo-suite</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo Suite</name>
14 <description />
15 <version>2.1.16-SNAPSHOT</version>
16 <properties>
17 <version.argeo-suite>2.1.16-SNAPSHOT</version.argeo-suite>
18 <!-- Dependencies -->
19 <version.argeo-tp>2.1.27</version.argeo-tp>
20 <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
21 <version.argeo-commons>2.1.89-SNAPSHOT</version.argeo-commons>
22 <version.argeo-slc>2.1.17-SNAPSHOT</version.argeo-slc>
23
24 <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-gpl/el7</argeo.rpm.stagingRepository>
25 <git.rw />
26 </properties>
27 <modules>
28 <!-- Entity Framework -->
29 <module>org.argeo.entity.api</module>
30 <module>org.argeo.entity.core</module>
31 <module>org.argeo.entity.ui</module>
32
33 <!-- Argeo Suite -->
34 <module>org.argeo.suite.core</module>
35 <module>org.argeo.suite.ui</module>
36 <module>org.argeo.suite.ui.rap</module>
37 <module>org.argeo.suite.theme.default</module>
38
39 <module>dep</module>
40 <module>dist</module>
41 <module>lib</module>
42 </modules>
43 <scm>
44 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
45 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
46 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
47 <tag>HEAD</tag>
48 </scm>
49 <organization>
50 <name>Argeo GmbH</name>
51 </organization>
52 <inceptionYear>2014</inceptionYear>
53 <licenses>
54 <license>
55 <name> GPL-3.0-or-later</name>
56 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
57 <distribution>repo</distribution>
58 </license>
59 </licenses>
60 <dependencies>
61 <dependency>
62 <groupId>org.argeo.tp</groupId>
63 <artifactId>argeo-tp</artifactId>
64 <version>${version.argeo-tp}</version>
65 <scope>provided</scope>
66 <exclusions>
67 <exclusion>
68 <groupId>org.argeo.tp.apache</groupId>
69 <artifactId>org.apache.xerces</artifactId>
70 </exclusion>
71 <!-- Avoid slf4j implementations lurking in the classpath. -->
72 <exclusion>
73 <groupId>org.argeo.tp.sdk</groupId>
74 <artifactId>biz.aQute.bndlib</artifactId>
75 </exclusion>
76 <exclusion>
77 <groupId>org.argeo.tp.misc</groupId>
78 <artifactId>slf4j.osgi</artifactId>
79 </exclusion>
80 </exclusions>
81 </dependency>
82 </dependencies>
83 <dependencyManagement>
84 <dependencies>
85 <dependency>
86 <groupId>org.argeo.tp</groupId>
87 <artifactId>argeo-tp</artifactId>
88 <version>${version.argeo-tp}</version>
89 <type>pom</type>
90 <scope>import</scope>
91 </dependency>
92 <dependency>
93 <groupId>org.argeo.tp</groupId>
94 <artifactId>argeo-tp-rap-e4</artifactId>
95 <version>${version.argeo-tp}</version>
96 <type>pom</type>
97 <scope>import</scope>
98 </dependency>
99 <dependency>
100 <groupId>org.argeo.tp.extras</groupId>
101 <artifactId>argeo-tp-extras</artifactId>
102 <version>${version.argeo-tp-extras}</version>
103 <type>pom</type>
104 <scope>import</scope>
105 </dependency>
106 </dependencies>
107 </dependencyManagement>
108 <repositories>
109 <repository>
110 <id>argeo</id>
111 <url>http://repo.argeo.org/data/java/argeo-2.1</url>
112 <releases>
113 <enabled>true</enabled>
114 <updatePolicy>daily</updatePolicy>
115 <checksumPolicy>warn</checksumPolicy>
116 </releases>
117 </repository>
118 <repository>
119 <id>argeo-extras</id>
120 <url>http://repo.argeo.org/data/java/argeo-extras-2.1</url>
121 <releases>
122 <enabled>true</enabled>
123 <updatePolicy>daily</updatePolicy>
124 <checksumPolicy>warn</checksumPolicy>
125 </releases>
126 </repository>
127 </repositories>
128 <reporting>
129 <plugins>
130 <plugin>
131 <artifactId>maven-project-info-reports-plugin</artifactId>
132 <version>2.9</version>
133 <reportSets>
134 <reportSet>
135 <reports>
136 <report>index</report>
137 <report>summary</report>
138 <report>license</report>
139 <report>scm</report>
140 </reports>
141 </reportSet>
142 </reportSets>
143 </plugin>
144 <plugin>
145 <artifactId>maven-javadoc-plugin</artifactId>
146 <version>3.0.0</version>
147 <configuration>
148 <failOnError>false</failOnError>
149 <additionalJOption>-Xdoclint:none</additionalJOption>
150 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
151 <encoding>UTF-8</encoding>
152 <detectLinks>true</detectLinks>
153 <links>
154 <link>http://docs.oracle.com/javase/8/docs/api</link>
155 <link>https://osgi.org/javadoc/r5/core</link>
156 <link>https://osgi.org/javadoc/r5/enterprise</link>
157 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
158 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
159 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
160 </links>
161 </configuration>
162 <reportSets>
163 <reportSet>
164 <id>aggregate-javadoc</id>
165 <inherited>false</inherited>
166 <reports>
167 <report>aggregate</report>
168 </reports>
169 </reportSet>
170 <reportSet>
171 <id>javadoc</id>
172 <reports />
173 </reportSet>
174 </reportSets>
175 </plugin>
176 <plugin>
177 <artifactId>maven-jxr-plugin</artifactId>
178 <version>2.5</version>
179 <reportSets>
180 <reportSet>
181 <id>aggregate-jxr</id>
182 <inherited>false</inherited>
183 <reports>
184 <report>aggregate</report>
185 </reports>
186 </reportSet>
187 <reportSet>
188 <id>jxr</id>
189 <reports />
190 </reportSet>
191 </reportSets>
192 </plugin>
193 </plugins>
194 </reporting>
195 <distributionManagement>
196 <site>
197 <id>staging</id>
198 <url>file:///srv/docfactory/argeo-2.1/site/argeo-suite/</url>
199 </site>
200 </distributionManagement>
201 </project>