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