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