-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathproject.xml
326 lines (299 loc) · 8.33 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<?xml version="1.0"?>
<project>
<pomVersion>3</pomVersion>
<name>statsvn</name>
<id>statsvn</id>
<groupId>net.sf.statsvn</groupId>
<currentVersion>${statsvn.version}</currentVersion>
<organization>
<name>Appendium - Portfolio Financing Platform</name>
<url>http://www.appendium.com/</url>
<logo>http://www.appendium.com/openimages/appendium_logo.jpg</logo>
</organization>
<inceptionYear>2006</inceptionYear>
<package>net.sf.statsvn</package>
<logo>statsvn.png</logo>
<shortDescription>StatSVN, stat your repository</shortDescription>
<description>
StatSVN retrieves information from a Subversion repository and
generates various tables and charts describing the project
development, e.g. timeline for the lines of code, contribution
of each developer etc. The current version of StatSVN generates
a static suite of HTML documents containing tables and chart
images. StatSVN is open source software, released under the
terms of the LGPL, based on StatCVS.
StatSVN uses JFreeChart to generate charts.
</description>
<url>http://www.statsvn.org</url>
<issueTrackingUrl>
http://sourceforge.net/tracker/?group_id=164845
</issueTrackingUrl>
<siteAddress>http://www.statsvn.org</siteAddress>
<siteDirectory>
/home/groups/s/st/statsvn/htdocs/maven
</siteDirectory>
<repository>
<url>https://statsvn.svn.sourceforge.net/svnroot/statsvn/</url>
<connection>
scm:svn:https://statsvn.svn.sourceforge.net/svnroot/statsvn/trunk
</connection>
<developerConnection>
scm:svn:https://statsvn.svn.sourceforge.net/svnroot/statsvn/trunk
</developerConnection>
</repository>
<mailingLists>
<mailingList>
<name>StatSvn Announcements (via ObjectLab Kit list)</name>
<subscribe>
http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce
</subscribe>
<unsubscribe>
http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce
</unsubscribe>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-announce
</archive>
</mailingList>
<mailingList>
<name>statsvn-users</name>
<subscribe>
http://lists.sourceforge.net/mailman/listinfo/statsvn-users
</subscribe>
<unsubscribe>
http://lists.sourceforge.net/mailman/listinfo/statsvn-users
</unsubscribe>
<post/>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=statsvn-users</archive>
</mailingList>
<mailingList>
<name>statsvn-developers</name>
<subscribe>
http://lists.sourceforge.net/mailman/listinfo/statsvn-developers
</subscribe>
<unsubscribe>
http://lists.sourceforge.net/mailman/listinfo/statsvn-developers
</unsubscribe>
</mailingList>
<mailingList>
<name>News about ObjectLab's projects (Alerts online)</name>
<subscribe>
http://lists.sourceforge.net/lists/listinfo/objectlabkit-news
</subscribe>
<unsubscribe>
http://lists.sourceforge.net/lists/listinfo/objectlabkit-news
</unsubscribe>
<post/>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-news
</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Jason Kealey</name>
<id>jkealey</id>
<roles>
<role>Project Lead</role>
</roles>
</developer>
<developer>
<name>Jean-Philippe Daigle</name>
<id>jpdaigle</id>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Gunter Mussbacher</name>
<id>gunterm</id>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Benoit Xhenseval</name>
<id>benoitx</id>
<email>benoitx AT sourceforge DOT net</email>
<organization>Appendium Ltd</organization>
<roles>
<role>Developer</role>
</roles>
<url>http://www.xhenseval.com</url>
<timezone>+0</timezone>
</developer>
<developer>
<name>Marcin Jekot</name>
<id>marchy</id>
<email>marchy at users dot sourceforge dot net</email>
<organization>Individual</organization>
<roles>
<role>Maven Repo</role>
</roles>
<timezone>+0</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Richard Cyganiak</name>
<roles>
<role>StatCVS Lead</role>
</roles>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>net.sf.statcvs</groupId>
<artifactId>statcvs</artifactId>
<version>0.6.0</version>
<type>jar</type>
<url>http://statcvs.sourceforge.net/</url>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
<version>3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.13</version>
<type>jar</type>
<url>http://www.jfree.org/</url>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.16</version>
<type>jar</type>
<url>http://www.jfree.org/</url>
</dependency>
<dependency>
<groupId>com.svnkit</groupId>
<artifactId>svnkit</artifactId>
<version>1.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<id>ant</id>
<version>1.6</version>
</dependency>
<dependency>
<id>jdom</id>
<version>0.7</version>
</dependency>
<dependency>
<id>junit</id>
<version>3.8.1</version>
<url>http://www.junit.org/</url>
</dependency>
</dependencies>
<build>
<defaultGoal>jar:install</defaultGoal>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>tests-src</unitTestSourceDirectory>
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/SvnLogfileParserTest.java</include>
<include>**/BuilderTest.java</include>
<include>**/LinesOfCodeTest.java</include>
<include>**/FileBuilderTest.java</include>
<include>**/CommitListBuilderTest.java</include>
<include>**/SvnInfoUtilTest.java</include>
</includes>
<resources>
<resource>
<directory>tests-src</directory>
<includes>
<include>**/*.log</include>
<include>**/*.log2</include>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
<include>**/web-files/**</include>
</includes>
</resource>
</resources>
</unitTest>
<resources>
<resource>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
<include>**/web-files/**</include>
</includes>
</resource>
</resources>
</build>
<versions>
<version>
<id>0.7.0</id>
<name>0.7.0</name>
<tag>0.7.0</tag>
</version>
<version>
<id>0.6.0</id>
<name>0.6.0</name>
<tag>0.6.0</tag>
</version>
<version>
<id>0.5.0</id>
<name>0.5.0</name>
<tag>0.5.0</tag>
</version>
<version>
<id>0.4.1</id>
<name>0.4.1</name>
<tag>0.4.1</tag>
</version>
<version>
<id>0.4.0</id>
<name>0.4.0</name>
<tag>0.4.0</tag>
</version>
<version>
<id>0.3.1</id>
<name>0.3.1</name>
<tag>0.3.1</tag>
</version>
<version>
<id>0.3.0</id>
<name>0.3.0</name>
<tag>0.3.0</tag>
</version>
<version>
<id>0.2.0</id>
<name>0.2.0</name>
<tag>0.2.0</tag>
</version>
<version>
<id>0.1.3</id>
<name>0.1.3</name>
<tag>0.1.3</tag>
</version>
</versions>
<reports>
<report>maven-ydoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-findbugs-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-qalab-plugin</report>
<report>maven-license-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<!--<report>maven-tasklist-plugin</report>-->
<!--<report>maven-statcvs-plugin</report>-->
</reports>
</project>