root / tmp / org.txm.libs.graphstream / lib / gs-algo-1.3 / gs-algo-1.3.pom @ 3108
Historique | Voir | Annoter | Télécharger (8,47 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<!-- This file is part of GraphStream <http://graphstream-project.org>. GraphStream |
3 |
is a library whose purpose is to handle static or dynamic graph, create them |
4 |
from scratch, file or any source and display them. This program is free software |
5 |
distributed under the terms of two licenses, the CeCILL-C license that fits |
6 |
European law, and the GNU Lesser General Public License. You can use, modify |
7 |
and/ or redistribute the software under the terms of the CeCILL-C license |
8 |
as circulated by CEA, CNRS and INRIA at the following URL <http://www.cecill.info> |
9 |
or under the terms of the GNU LGPL as published by the Free Software Foundation, |
10 |
either version 3 of the License, or (at your option) any later version. This |
11 |
program is distributed in the hope that it will be useful, but WITHOUT ANY |
12 |
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
13 |
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
14 |
details. You should have received a copy of the GNU Lesser General Public |
15 |
License along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 |
The fact that you are presently reading this means that you have had knowledge |
17 |
of the CeCILL-C and LGPL licenses and that you accept their terms. --> |
18 |
<project xmlns="http://maven.apache.org/POM/4.0.0" |
19 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
21 |
<modelVersion>4.0.0</modelVersion> |
22 |
|
23 |
<parent> |
24 |
<groupId>org.sonatype.oss</groupId> |
25 |
<artifactId>oss-parent</artifactId> |
26 |
<version>7</version> |
27 |
</parent> |
28 |
|
29 |
<groupId>org.graphstream</groupId> |
30 |
<artifactId>gs-algo</artifactId> |
31 |
<version>1.3</version> |
32 |
|
33 |
<name>gs-algo</name> |
34 |
<description> |
35 |
The GraphStream library. With GraphStream you deal with |
36 |
graphs. Static and Dynamic. You create them from scratch, from a file |
37 |
or any source. You display and render them. This package contains algorithms and generators. |
38 |
</description> |
39 |
<url>http://graphstream-project.org</url> |
40 |
|
41 |
<!-- Source code of GraphStream is hosted on GitHub. --> |
42 |
<scm> |
43 |
<connection>scm:git:git://github.com/graphstream/gs-algo.git</connection> |
44 |
<developerConnection>scm:git:git://github.com/graphstream/gs-algo.git</developerConnection> |
45 |
<url>https://github.com/graphstream/gs-algo</url> |
46 |
</scm> |
47 |
|
48 |
<!-- GraphStream is using the GitHub issue tracker. --> |
49 |
<issueManagement> |
50 |
<system>github</system> |
51 |
<url>https://github.com/graphstream/gs-core/issues</url> |
52 |
</issueManagement> |
53 |
|
54 |
<properties> |
55 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
56 |
</properties> |
57 |
|
58 |
<!-- The GraphStream Team. Members are sorted in alphabetically. --> |
59 |
<developers> |
60 |
<developer> |
61 |
<id>sbalev</id> |
62 |
<name>Stefan Balev</name> |
63 |
<email>stefan.balev@graphstream-project.org</email> |
64 |
<organization>LITIS</organization> |
65 |
<organizationUrl>http://www.litislab.eu</organizationUrl> |
66 |
</developer> |
67 |
|
68 |
<developer> |
69 |
<id>jbaudry</id> |
70 |
<name>Julien Baudry</name> |
71 |
<email>julien.baudry@graphstream-project.org</email> |
72 |
<organization>LITIS</organization> |
73 |
<organizationUrl>http://www.litislab.eu</organizationUrl> |
74 |
</developer> |
75 |
|
76 |
<developer> |
77 |
<id>adutot</id> |
78 |
<name>Antoine Dutot</name> |
79 |
<email>antoine.dutot@graphstream-project.org</email> |
80 |
<organization>LITIS</organization> |
81 |
<organizationUrl>http://www.litislab.eu</organizationUrl> |
82 |
</developer> |
83 |
|
84 |
<developer> |
85 |
<id>ypigne</id> |
86 |
<name>Yoann Pigné</name> |
87 |
<email>yoann.pigne@graphstream-project.org</email> |
88 |
<organization>University of Luxembourg</organization> |
89 |
<organizationUrl>http://www.uni.lu</organizationUrl> |
90 |
</developer> |
91 |
|
92 |
<developer> |
93 |
<id>gsavin</id> |
94 |
<name>Guilhelm Savin</name> |
95 |
<email>guilhelm.savin@graphstream-project.org</email> |
96 |
<organization>LITIS</organization> |
97 |
<organizationUrl>http://www.litislab.eu</organizationUrl> |
98 |
</developer> |
99 |
</developers> |
100 |
|
101 |
<contributors> |
102 |
<contributor> |
103 |
<name>Frédéric Guinand</name> |
104 |
<email>frederic.guinand@univ-lehavre.fr</email> |
105 |
<organization>LITIS</organization> |
106 |
<organizationUrl>http://www.litislab.eu</organizationUrl> |
107 |
</contributor> |
108 |
|
109 |
<contributor> |
110 |
<name>Guillaume-Jean Herbiet</name> |
111 |
<email>guillaume.jean@herbiet.net</email> |
112 |
<organization>University of Luxembourg</organization> |
113 |
<organizationUrl>http://www.uni.lu</organizationUrl> |
114 |
</contributor> |
115 |
</contributors> |
116 |
|
117 |
<licenses> |
118 |
<license> |
119 |
<name>LGPL3</name> |
120 |
<url>http://www.gnu.org/copyleft/lesser.html</url> |
121 |
</license> |
122 |
|
123 |
<license> |
124 |
<name>Cecill-C</name> |
125 |
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html |
126 |
</url> |
127 |
</license> |
128 |
</licenses> |
129 |
|
130 |
<profiles> |
131 |
<profile> |
132 |
<!-- This profile has to be enabled when releasing the package. It will |
133 |
enable the sign phase. --> |
134 |
<id>release</id> |
135 |
<build> |
136 |
<plugins> |
137 |
<plugin> |
138 |
<groupId>org.apache.maven.plugins</groupId> |
139 |
<artifactId>maven-gpg-plugin</artifactId> |
140 |
<configuration> |
141 |
<keyname><![CDATA[GraphStream Team <team@graphstream-project.org>]]></keyname> |
142 |
<skip>false</skip> |
143 |
</configuration> |
144 |
<executions> |
145 |
<execution> |
146 |
<id>sign-artifacts</id> |
147 |
<phase>package</phase> |
148 |
<goals> |
149 |
<goal>sign</goal> |
150 |
</goals> |
151 |
</execution> |
152 |
</executions> |
153 |
</plugin> |
154 |
</plugins> |
155 |
</build> |
156 |
</profile> |
157 |
</profiles> |
158 |
|
159 |
<build> |
160 |
<sourceDirectory>src</sourceDirectory> |
161 |
<outputDirectory>bin</outputDirectory> |
162 |
<testSourceDirectory>src-test</testSourceDirectory> |
163 |
<defaultGoal>compile</defaultGoal> |
164 |
|
165 |
<resources> |
166 |
<!-- Resources other than classes are included here. --> |
167 |
<!-- <resource> <directory>src</directory> </resource> --> |
168 |
</resources> |
169 |
|
170 |
<testResources> |
171 |
<testResource> |
172 |
<directory>src-test</directory> |
173 |
<includes> |
174 |
<include>org/graphstream/**/test/data/**</include> |
175 |
</includes> |
176 |
</testResource> |
177 |
</testResources> |
178 |
|
179 |
<plugins> |
180 |
<plugin> |
181 |
<artifactId>maven-compiler-plugin</artifactId> |
182 |
<configuration> |
183 |
<source>1.7</source> |
184 |
<target>1.7</target> |
185 |
</configuration> |
186 |
<version>3.3</version> |
187 |
</plugin> |
188 |
|
189 |
<plugin> |
190 |
<artifactId>maven-eclipse-plugin</artifactId> |
191 |
<groupId>org.apache.maven.plugins</groupId> |
192 |
<configuration> |
193 |
<sourceIncludes> |
194 |
<include>**</include> |
195 |
</sourceIncludes> |
196 |
</configuration> |
197 |
<version>2.9</version> |
198 |
</plugin> |
199 |
|
200 |
<plugin> |
201 |
<groupId>org.apache.maven.plugins</groupId> |
202 |
<artifactId>maven-jar-plugin</artifactId> |
203 |
<version>2.6</version> |
204 |
</plugin> |
205 |
|
206 |
<plugin> |
207 |
<groupId>org.apache.maven.plugins</groupId> |
208 |
<artifactId>maven-javadoc-plugin</artifactId> |
209 |
<configuration> |
210 |
<tags> |
211 |
<tag> |
212 |
<name>complexity</name> |
213 |
<placement>a</placement> |
214 |
<head>Computational Complexity :</head> |
215 |
</tag> |
216 |
<tag> |
217 |
<name>reference</name> |
218 |
<placement>a</placement> |
219 |
<head>Scientific Reference :</head> |
220 |
</tag> |
221 |
</tags> |
222 |
<author>true</author> |
223 |
<nodeprecated>false</nodeprecated> |
224 |
<nodeprecatedlist>false</nodeprecatedlist> |
225 |
<noindex>false</noindex> |
226 |
<nonavbar>false</nonavbar> |
227 |
<notree>false</notree> |
228 |
<show>public</show> |
229 |
<source>1.5</source> |
230 |
<splitindex>true</splitindex> |
231 |
<use>true</use> |
232 |
<version>true</version> |
233 |
<windowtitle>The GraphStream ${project.version} API</windowtitle> |
234 |
</configuration> |
235 |
<version>2.10.2</version> |
236 |
</plugin> |
237 |
|
238 |
<plugin> |
239 |
<groupId>org.apache.maven.plugins</groupId> |
240 |
<artifactId>maven-surefire-plugin</artifactId> |
241 |
<configuration> |
242 |
<excludes> |
243 |
<exclude>org/graphstream/algorithm/test/TestGenerator*</exclude> |
244 |
<exclude>**/*$*</exclude> |
245 |
</excludes> |
246 |
</configuration> |
247 |
<version>2.18.1</version> |
248 |
</plugin> |
249 |
</plugins> |
250 |
</build> |
251 |
|
252 |
<dependencies> |
253 |
<dependency> |
254 |
<groupId>junit</groupId> |
255 |
<artifactId>junit</artifactId> |
256 |
<version>4.12</version> |
257 |
<optional>false</optional> |
258 |
</dependency> |
259 |
<dependency> |
260 |
<groupId>org.apache.commons</groupId> |
261 |
<artifactId>commons-math</artifactId> |
262 |
<version>2.1</version> |
263 |
<optional>false</optional> |
264 |
</dependency> |
265 |
<dependency> |
266 |
<groupId>org.apache.commons</groupId> |
267 |
<artifactId>commons-math3</artifactId> |
268 |
<version>3.4.1</version> |
269 |
<optional>false</optional> |
270 |
</dependency> |
271 |
<dependency> |
272 |
<groupId>org.graphstream</groupId> |
273 |
<artifactId>gs-core</artifactId> |
274 |
<version>${project.version}</version> |
275 |
<optional>false</optional> |
276 |
</dependency> |
277 |
<dependency> |
278 |
<groupId>org.jfree</groupId> |
279 |
<artifactId>jfreechart</artifactId> |
280 |
<version>1.0.14</version> |
281 |
<optional>false</optional> |
282 |
</dependency> |
283 |
</dependencies> |
284 |
</project> |