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