]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
Test Eclipse 4 dynamic services
[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"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.74-SNAPSHOT</version>
8 </parent>
9 <groupId>org.argeo.suite</groupId>
10 <artifactId>argeo-suite</artifactId>
11 <packaging>pom</packaging>
12 <name>Argeo Suite</name>
13 <description />
14 <version>0.1.13-SNAPSHOT</version>
15 <modules>
16 <!-- Web -->
17 <module>org.argeo.suite.web</module>
18 <module>org.argeo.suite.apps.web</module>
19
20 <!-- Eclipse 4 -->
21 <module>org.argeo.suite.cms</module>
22 <module>org.argeo.suite.e4</module>
23 <module>org.argeo.suite.e4.rap</module>
24 <module>org.argeo.suite.standard</module>
25
26 <!-- Apps -->
27 <module>org.argeo.suite.tracker</module>
28
29 <!-- Workbench -->
30 <module>org.argeo.suite.apps</module>
31 <module>org.argeo.suite.workbench.rap</module>
32
33 <module>dep</module>
34 <module>dist</module>
35 </modules>
36 <properties>
37 <version.argeo-suite>0.1.13-SNAPSHOT</version.argeo-suite>
38 <developmentCycle.argeo-suite>0.1</developmentCycle.argeo-suite>
39 <version.argeo-connect>2.1.79-SNAPSHOT</version.argeo-connect>
40 <version.argeo-tp-extras>2.1.10</version.argeo-tp-extras>
41 <git.rw />
42 </properties>
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 <inceptionYear>2014</inceptionYear>
50 <licenses>
51 <license>
52 <name>GPL v3 with exception</name>
53 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
54 <distribution>repo</distribution>
55 <comments><![CDATA[
56 Smart Data Productivity Suite - Lean, robust and secured distributed Java applications
57 Copyright (C) 2017 Argeo GmbH
58
59 This program is free software: you can redistribute it and/or modify
60 it under the terms of the GNU General Public License as published by
61 the Free Software Foundation, either version 3 of the License, or
62 (at your option) any later version.
63
64 This program is distributed in the hope that it will be useful,
65 but WITHOUT ANY WARRANTY; without even the implied warranty of
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67 GNU General Public License for more details.
68
69 You should have received a copy of the GNU General Public License
70 along with this program. If not, see <http://www.gnu.org/licenses />
71
72 Additional permission under GNU GPL version 3 section 7
73
74 If you modify this Program, or any covered work, by linking or combining it
75 with software covered by the terms of the Eclipse Public License, the
76 licensors of this Program grant you additional permission to convey the
77 resulting work. Corresponding Source for a non-source form of such a
78 combination shall include the source code for the parts of such software
79 which are used as well as that of the covered work.]]>
80 </comments>
81 </license>
82 </licenses>
83 <developers>
84 <developer>
85 <id>mbaudier</id>
86 <name>Mathieu Baudier</name>
87 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
88 <organization>Argeo</organization>
89 <organizationUrl>http://www.argeo.org</organizationUrl>
90 <roles>
91 <role>architect</role>
92 <role>developer</role>
93 <role>QA</role>
94 </roles>
95 </developer>
96 </developers>
97 <build>
98 <plugins>
99 <plugin>
100 <artifactId>maven-javadoc-plugin</artifactId>
101 <version>2.10.4</version>
102 <configuration>
103 <skip>true</skip>
104 </configuration>
105 </plugin>
106 </plugins>
107 </build>
108 <dependencyManagement>
109 <dependencies>
110 <dependency>
111 <groupId>org.argeo.tp.extras</groupId>
112 <artifactId>argeo-tp-extras</artifactId>
113 <version>${version.argeo-tp-extras}</version>
114 <type>pom</type>
115 <scope>import</scope>
116 </dependency>
117 </dependencies>
118 </dependencyManagement>
119 <dependencies>
120 <!-- RAP workbench -->
121 <dependency>
122 <groupId>org.argeo.tp</groupId>
123 <artifactId>argeo-tp-rap-e3</artifactId>
124 <version>${version.argeo-tp}</version>
125 <type>pom</type>
126 <scope>provided</scope>
127 </dependency>
128 </dependencies>
129 <repositories>
130 <repository>
131 <id>argeo</id>
132 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
133 <releases>
134 <enabled>true</enabled>
135 <updatePolicy>daily</updatePolicy>
136 <checksumPolicy>warn</checksumPolicy>
137 </releases>
138 </repository>
139 <repository>
140 <id>argeo-extras</id>
141 <url>http://forge.argeo.org/data/java/argeo-extras-2.1</url>
142 <releases>
143 <enabled>true</enabled>
144 <updatePolicy>daily</updatePolicy>
145 <checksumPolicy>warn</checksumPolicy>
146 </releases>
147 </repository>
148 </repositories>
149 <distributionManagement>
150 <repository>
151 <id>staging</id>
152 <url>dav:https://forge.argeo.org/data/java/argeo-extras-2.1</url>
153 <uniqueVersion>false</uniqueVersion>
154 </repository>
155 </distributionManagement>
156 </project>