]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
Fix editors and views icons
[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.70-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.12-SNAPSHOT</version>
15 <modules>
16 <module>org.argeo.suite.web</module>
17 <module>org.argeo.suite.workbench.rap</module>
18 <module>org.argeo.suite.theme.argeo2</module>
19 <module>org.argeo.suite.apps</module>
20 <module>org.argeo.suite.apps.web</module>
21 <module>dep</module>
22 </modules>
23 <properties>
24 <version.argeo-suite>0.1.12-SNAPSHOT</version.argeo-suite>
25 <developmentCycle.argeo-suite>0.1</developmentCycle.argeo-suite>
26 <version.argeo-connect>2.1.78-SNAPSHOT</version.argeo-connect>
27 <version.argeo-tp-extras>2.1.9</version.argeo-tp-extras>
28 <git.rw />
29 </properties>
30 <scm>
31 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
32 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
33 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
34 <tag>HEAD</tag>
35 </scm>
36 <inceptionYear>2014</inceptionYear>
37 <licenses>
38 <license>
39 <name>GPL v3 with exception</name>
40 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
41 <distribution>repo</distribution>
42 <comments><![CDATA[
43 Smart Data Productivity Suite - Lean, robust and secured distributed Java applications
44 Copyright (C) 2017 Argeo GmbH
45
46 This program is free software: you can redistribute it and/or modify
47 it under the terms of the GNU General Public License as published by
48 the Free Software Foundation, either version 3 of the License, or
49 (at your option) any later version.
50
51 This program is distributed in the hope that it will be useful,
52 but WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54 GNU General Public License for more details.
55
56 You should have received a copy of the GNU General Public License
57 along with this program. If not, see <http://www.gnu.org/licenses />
58
59 Additional permission under GNU GPL version 3 section 7
60
61 If you modify this Program, or any covered work, by linking or combining it
62 with software covered by the terms of the Eclipse Public License, the
63 licensors of this Program grant you additional permission to convey the
64 resulting work. Corresponding Source for a non-source form of such a
65 combination shall include the source code for the parts of such software
66 which are used as well as that of the covered work.]]>
67 </comments>
68 </license>
69 </licenses>
70 <developers>
71 <developer>
72 <id>mbaudier</id>
73 <name>Mathieu Baudier</name>
74 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
75 <organization>Argeo</organization>
76 <organizationUrl>http://www.argeo.org</organizationUrl>
77 <roles>
78 <role>architect</role>
79 <role>developer</role>
80 <role>QA</role>
81 </roles>
82 </developer>
83 <developer>
84 <id>bsinou</id>
85 <name>Bruno Sinou</name>
86 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
87 <organization>Argeo</organization>
88 <organizationUrl>http://www.argeo.org</organizationUrl>
89 <roles>
90 <role>architect</role>
91 <role>developer</role>
92 <role>QA</role>
93 </roles>
94 </developer>
95 </developers>
96 <build>
97 <plugins>
98 <plugin>
99 <artifactId>maven-javadoc-plugin</artifactId>
100 <version>2.10.4</version>
101 <configuration>
102 <skip>true</skip>
103 </configuration>
104 </plugin>
105 </plugins>
106 </build>
107 <repositories>
108 <repository>
109 <id>argeo</id>
110 <url>http://forge.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://forge.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 <distributionManagement>
128 <repository>
129 <id>staging</id>
130 <url>dav:https://forge.argeo.org/data/java/argeo-extras-2.1</url>
131 <uniqueVersion>false</uniqueVersion>
132 </repository>
133 </distributionManagement>
134 </project>