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