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