forked from khuxtable/seaglass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
413 lines (413 loc) · 13.4 KB
/
pom.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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.seaglasslookandfeel</groupId>
<artifactId>seaglasslookandfeel</artifactId>
<packaging>jar</packaging>
<version>0.2.1-SNAPSHOT</version>
<name>Sea Glass Look and Feel for Swing</name>
<description>
A Java cross-platform look and feel for JRE 1.6u17 and later.
This is developed from
Synth, and is based on forms seen in sea glass,
that is, bits of glass washed up on the shore by
the sea.
</description>
<inceptionYear>2009</inceptionYear>
<url>http://seaglasslookandfeel.com</url>
<developers>
<developer>
<id>kenneth.orr</id>
<name>Kenneth Orr</name>
<email>[email protected]</email>
<url>http://explodingpixels.wordpress.com/</url>
<organizationUrl>http://explodingpixels.wordpress.com/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>-8</timezone>
</developer>
<developer>
<id>khuxtable</id>
<name>Kathryn Huxtable</name>
<email>[email protected]</email>
<url>http://www.kathrynhuxtable.org</url>
<organization>kathrynhuxtable.org</organization>
<organizationUrl>http://www.kathrynhuxtable.org</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>-6</timezone>
</developer>
<developer>
<id>rossi</id>
<name>Bernd Rosstauscher</name>
<email>[email protected]</email>
<url>http://www.rosstauscher.de</url>
<organization>rosstauscher.de</organization>
<organizationUrl>http://www.rosstauscher.de</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Discussion List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://groups.google.com/group/sea-glass-look-and-feel</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>seaglasslookandfeel.com</name>
<url>http://seaglasslookandfeel.com</url>
</organization>
<build>
<plugins>
<!-- Configure the compiler plugin to use JDK 1.6. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArguments>
<bootclasspath>${java.home}/lib/rt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
<!--
Configure the jar plugin. This packages the jar for the project. The only configuration done
here is to add the Maven coordinate information.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<!--
Configure the release plugin. This aids in releasing versions of the software by automating
repetitive tasks that could otherwise be omitted or done incorrectly.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<goals>deploy</goals>
<tagBase>https://seaglass.googlecode.com/svn/seaglass/tags</tagBase>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<!--
Configure the exec:java plugin, which runs a java class to generate graphic image files for the
site documentation. The information comes from an XML file in the site directory.
-->
<plugin>
<groupId>org.kathrynhuxtable.maven.plugins</groupId>
<artifactId>imagegenerator-maven-plugin</artifactId>
<version>1.1.2</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<phase>pre-site</phase>
</execution>
</executions>
<configuration>
<lookAndFeel>com.seaglasslookandfeel.SeaGlassLookAndFeel</lookAndFeel>
<outputDirectory>${project.build.directory}/generated-site/resources/gen</outputDirectory>
</configuration>
</plugin>
<!--
Configure the docbkx plugin, which is a more fully featured DocBook converter than the one
included in Doxia. In particular, it does language-based syntax highlighting in programlisting
elements. This is run in the pre-site phase and generates its output to the xhtml directory of
the generated site directory.
-->
<plugin>
<groupId>org.kathrynhuxtable.maven.plugins</groupId>
<artifactId>docbkx-wrapper-plugin</artifactId>
<version>0.1</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<phase>pre-site</phase>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.seaglasslookandfeel.siteskin</groupId>
<artifactId>seaglass-site-skin</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<configuration>
<templateFile>META-INF/maven/site.vm</templateFile>
</configuration>
</plugin>
<!--
Configure the site plugin. This creates site documentation suitable for deploying to a web site.
Note that we have generated our DocBook files with the extension .xhtml.vm, thus enabling them
to be filtered by Doxia for things like the project version number and such.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.1</version>
<configuration>
<locales>en</locales>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
</configuration>
</plugin>
<!--
Configure the source plugin. This creates a jar of source files for deployment to the Maven
repository.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Classifier>sources</Implementation-Classifier>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- JUnit is the only external dependency for Sea Glass, and it is only used for testing. -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<!-- Site to deploy releases to. -->
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<!-- Site to deploy snapshots to. -->
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<!--
Site to deploy site documentation to. Note that this overwrites the previous site documentation.
But if someone checks out the project, they can rebuild the site documentation, so we're not too
concerned.
-->
<site>
<id>local_website</id>
<url>${siteDeployURL}</url>
</site>
</distributionManagement>
<!-- Define Google Code site's issue management system. -->
<issueManagement>
<system>Google Code</system>
<url>http://seaglasslookandfeel.com/issues/</url>
</issueManagement>
<reporting>
<plugins>
<!-- Generate the following standard project reports. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>project-team</report>
<report>issue-tracking</report>
<report>mailing-list</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<webAccessUrl>http://code.google.com/p/seaglass/source/checkout</webAccessUrl>
<anonymousConnection>scm:svn:http://code.google.com/p/seaglass/source/browse/seaglass/trunk/seaglass</anonymousConnection>
<developerConnection>scm:svn:https://seaglass.googlecode.com/svn/seaglass/trunk/seaglass
</developerConnection>
</configuration>
</plugin>
<!-- Configure the source cross reference. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory>
<doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle>
<windowtitle>${project.name} ${project.version} Java API.</windowtitle>
<javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir>
</configuration>
</plugin>
<!-- Generate a tag list report to easily find TODO and FIXME comments. -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<tags>
<tag>TODO</tag>
<tag>FIXME</tag>
</tags>
</configuration>
</plugin>
<!--
Configure the PMD report, reporting on coding style. This also configures CPD (copy/paste
detection) reporting.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<targetJdk>1.6</targetJdk>
</configuration>
</plugin>
<!-- Configure the javadoc. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<notimestamp>true</notimestamp>
<links>
<link>http://java.sun.com/javase/6/docs/api</link>
<link>http://www.randelshofer.ch/quaqua/javadoc</link>
</links>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Classifier>javadoc</Implementation-Classifier>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</reporting>
<!--
Source control management definitions for anonymous checkout, developer checkout/checkin, and
browsing via the web. The developer connection is used by the release plugin, as well as in
generating the site documentation.
-->
<scm>
<connection>scm:svn:http://seaglass.googlecode.com/svn/seaglass/trunk/seaglass</connection>
<developerConnection>scm:svn:https://seaglass.googlecode.com/svn/seaglass/trunk/seaglass
</developerConnection>
<url>http://code.google.com/p/seaglass/source/browse/seaglass/trunk/seaglass</url>
</scm>
<profiles>
<profile>
<id>mac</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<build>
<plugins>
<!-- Configure the compiler plugin to use JDK 1.6. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArguments>
<bootclasspath>${java.home}/../Classes/classes.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<!--
Define the profile to be activated when performing a release. This makes sure all the
deliverables are signed with GPG.
-->
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<useAgent>true</useAgent>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<properties>
<!-- Define the default encoding. We want this to be platform independent. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!--
Define the base directory for our site documentation. Note that we use the docbkx plugin for our
non-site-generated documentation, running it through JTidy to make it conform to
XHTML/Transitional standards so that Doxia's XHTML converter can wrap the site look and feel
around it.
-->
<siteBaseDirectory>${basedir}/src/site</siteBaseDirectory>
<siteDeployURL>file:///Users/huxtable/Sites/maven-sites/seaglasslookandfeel</siteDeployURL>
</properties>
</project>