]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
Simplify Argeo Office launch
[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.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.76-SNAPSHOT</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.14-SNAPSHOT</version>
14 <properties>
15 <version.argeo-suite>2.1.14-SNAPSHOT</version.argeo-suite>
16 <version.argeo-connect>2.1.80-SNAPSHOT</version.argeo-connect>
17 <version.argeo-tp-extras>2.1.10</version.argeo-tp-extras>
18 <git.rw />
19 </properties>
20 <modules>
21 <!-- Web -->
22 <module>org.argeo.suite.web</module>
23 <module>org.argeo.suite.apps.web</module>
24
25 <!-- Eclipse 4 -->
26 <module>org.argeo.suite.cms</module>
27 <module>org.argeo.suite.e4</module>
28 <module>org.argeo.suite.e4.rap</module>
29 <module>org.argeo.suite.standard</module>
30
31 <!-- Apps -->
32 <module>org.argeo.suite.tracker</module>
33
34 <!-- Workbench -->
35 <module>org.argeo.suite.apps</module>
36 <module>org.argeo.suite.workbench.rap</module>
37
38 <module>dep</module>
39 <module>dist</module>
40 </modules>
41 <scm>
42 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
43 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
44 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
45 <tag>HEAD</tag>
46 </scm>
47 <inceptionYear>2014</inceptionYear>
48 <licenses>
49 <license>
50 <name>GPL v3 with exception</name>
51 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
52 <distribution>repo</distribution>
53 <comments><![CDATA[
54 Smart Data Productivity Suite - Lean, robust and secured distributed Java applications
55 Copyright (C) 2017 Argeo GmbH
56
57 This program is free software: you can redistribute it and/or modify
58 it under the terms of the GNU General Public License as published by
59 the Free Software Foundation, either version 3 of the License, or
60 (at your option) any later version.
61
62 This program is distributed in the hope that it will be useful,
63 but WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
65 GNU General Public License for more details.
66
67 You should have received a copy of the GNU General Public License
68 along with this program. If not, see <http://www.gnu.org/licenses />
69
70 Additional permission under GNU GPL version 3 section 7
71
72 If you modify this Program, or any covered work, by linking or combining it
73 with software covered by the terms of the Eclipse Public License, the
74 licensors of this Program grant you additional permission to convey the
75 resulting work. Corresponding Source for a non-source form of such a
76 combination shall include the source code for the parts of such software
77 which are used as well as that of the covered work.]]>
78 </comments>
79 </license>
80 </licenses>
81 <developers>
82 <developer>
83 <id>mbaudier</id>
84 <name>Mathieu Baudier</name>
85 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
86 <organization>Argeo</organization>
87 <organizationUrl>http://www.argeo.org</organizationUrl>
88 <roles>
89 <role>architect</role>
90 <role>developer</role>
91 <role>QA</role>
92 </roles>
93 </developer>
94 </developers>
95 <dependencyManagement>
96 <dependencies>
97 <dependency>
98 <groupId>org.argeo.tp.extras</groupId>
99 <artifactId>argeo-tp-extras</artifactId>
100 <version>${version.argeo-tp-extras}</version>
101 <type>pom</type>
102 <scope>import</scope>
103 </dependency>
104 </dependencies>
105 </dependencyManagement>
106 <repositories>
107 <repository>
108 <id>argeo</id>
109 <url>http://repo.argeo.org/data/java/argeo-2.1</url>
110 <releases>
111 <enabled>true</enabled>
112 <updatePolicy>daily</updatePolicy>
113 <checksumPolicy>warn</checksumPolicy>
114 </releases>
115 </repository>
116 <repository>
117 <id>argeo-extras</id>
118 <url>http://repo.argeo.org/data/java/argeo-extras-2.1</url>
119 <releases>
120 <enabled>true</enabled>
121 <updatePolicy>daily</updatePolicy>
122 <checksumPolicy>warn</checksumPolicy>
123 </releases>
124 </repository>
125 </repositories>
126 <reporting>
127 <plugins>
128 <plugin>
129 <artifactId>maven-project-info-reports-plugin</artifactId>
130 <version>2.9</version>
131 <reportSets>
132 <reportSet>
133 <reports>
134 <report>index</report>
135 <report>summary</report>
136 <report>license</report>
137 <report>scm</report>
138 </reports>
139 </reportSet>
140 </reportSets>
141 </plugin>
142 <plugin>
143 <artifactId>maven-javadoc-plugin</artifactId>
144 <version>3.0.0</version>
145 <configuration>
146 <failOnError>false</failOnError>
147 <additionalJOption>-Xdoclint:none</additionalJOption>
148 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
149 <encoding>UTF-8</encoding>
150 <detectLinks>true</detectLinks>
151 <links>
152 <link>http://docs.oracle.com/javase/8/docs/api</link>
153 <link>https://osgi.org/javadoc/r5/core</link>
154 <link>https://osgi.org/javadoc/r5/enterprise</link>
155 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
156 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
157 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
158 </links>
159 </configuration>
160 <reportSets>
161 <reportSet>
162 <id>aggregate-javadoc</id>
163 <inherited>false</inherited>
164 <reports>
165 <report>aggregate</report>
166 </reports>
167 </reportSet>
168 <reportSet>
169 <id>javadoc</id>
170 <reports />
171 </reportSet>
172 </reportSets>
173 </plugin>
174 <plugin>
175 <artifactId>maven-jxr-plugin</artifactId>
176 <version>2.5</version>
177 <reportSets>
178 <reportSet>
179 <id>aggregate-jxr</id>
180 <inherited>false</inherited>
181 <reports>
182 <report>aggregate</report>
183 </reports>
184 </reportSet>
185 <reportSet>
186 <id>jxr</id>
187 <reports />
188 </reportSet>
189 </reportSets>
190 </plugin>
191 </plugins>
192 </reporting>
193 <distributionManagement>
194 <site>
195 <id>staging</id>
196 <url>file:///srv/docfactory/argeo-2.1/site/argeo-suite/</url>
197 </site>
198 </distributionManagement>
199 </project>