pompompom 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. data/.gitignore +5 -0
  2. data/Gemfile +11 -0
  3. data/LICENSE +20 -0
  4. data/README.mdown +32 -0
  5. data/Rakefile +7 -0
  6. data/TODO +0 -0
  7. data/bin/pompompom +17 -0
  8. data/lib/pom_pom_pom.rb +1 -0
  9. data/lib/pompompom/cli.rb +87 -0
  10. data/lib/pompompom/dependency.rb +55 -0
  11. data/lib/pompompom/downloader.rb +15 -0
  12. data/lib/pompompom/metadata.rb +26 -0
  13. data/lib/pompompom/pom.rb +234 -0
  14. data/lib/pompompom/resolver.rb +149 -0
  15. data/lib/pompompom/url_builder.rb +37 -0
  16. data/lib/pompompom.rb +10 -0
  17. data/pompompom.gemspec +116 -0
  18. data/spec/pompompom/cli_spec.rb +93 -0
  19. data/spec/pompompom/dependency_spec.rb +144 -0
  20. data/spec/pompompom/metadata_spec.rb +38 -0
  21. data/spec/pompompom/pom_spec.rb +221 -0
  22. data/spec/pompompom/resolver_spec.rb +205 -0
  23. data/spec/pompompom/url_builders_shared.rb +33 -0
  24. data/spec/resources/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar +0 -0
  25. data/spec/resources/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom +15 -0
  26. data/spec/resources/repository/aopalliance/aopalliance/maven-metadata.xml +5 -0
  27. data/spec/resources/repository/com/example/test/8.8/test-8.8.jar +0 -0
  28. data/spec/resources/repository/com/example/test/8.8/test-8.8.pom +11 -0
  29. data/spec/resources/repository/com/example/test/9.9/test-9.9.jar +0 -0
  30. data/spec/resources/repository/com/example/test/9.9/test-9.9.pom +11 -0
  31. data/spec/resources/repository/com/example/test/maven-metadata.xml +11 -0
  32. data/spec/resources/repository/com/example/test-abc/1.0/test-abc-1.0.jar +0 -0
  33. data/spec/resources/repository/com/example/test-abc/1.0/test-abc-1.0.pom +19 -0
  34. data/spec/resources/repository/com/example/test-abc/maven-metadata.xml +13 -0
  35. data/spec/resources/repository/com/example/test-child/1.0/test-child-1.0.pom +16 -0
  36. data/spec/resources/repository/com/example/test-def/1.0/test-def-1.0.jar +0 -0
  37. data/spec/resources/repository/com/example/test-def/1.0/test-def-1.0.pom +19 -0
  38. data/spec/resources/repository/com/example/test-exclusions/1.0/test-exclusions-1.0.jar +1 -0
  39. data/spec/resources/repository/com/example/test-exclusions/1.0/test-exclusions-1.0.pom +25 -0
  40. data/spec/resources/repository/com/example/test-optional/1.0/test-optional-1.0.jar +1 -0
  41. data/spec/resources/repository/com/example/test-optional/1.0/test-optional-1.0.pom +20 -0
  42. data/spec/resources/repository/com/example/test-parent/1.0/test-parent-1.0.pom +16 -0
  43. data/spec/resources/repository/com/google/google/1/google-1.pom +37 -0
  44. data/spec/resources/repository/com/google/inject/guice/2.0/guice-2.0.jar +1 -0
  45. data/spec/resources/repository/com/google/inject/guice/2.0/guice-2.0.pom +20 -0
  46. data/spec/resources/repository/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom +70 -0
  47. data/spec/resources/repository/com/rabbitmq/amqp-client/1.8.0/amqp-client-1.8.0.jar +1 -0
  48. data/spec/resources/repository/com/rabbitmq/amqp-client/1.8.0/amqp-client-1.8.0.pom +98 -0
  49. data/spec/resources/repository/commons-cli/commons-cli/1.1/commons-cli-1.1.jar +1 -0
  50. data/spec/resources/repository/commons-cli/commons-cli/1.1/commons-cli-1.1.pom +165 -0
  51. data/spec/resources/repository/commons-io/commons-io/1.2/commons-io-1.2.jar +1 -0
  52. data/spec/resources/repository/commons-io/commons-io/1.2/commons-io-1.2.pom +235 -0
  53. data/spec/resources/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar +0 -0
  54. data/spec/resources/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom +6 -0
  55. data/spec/resources/repository/net/iconara/pompompom/1.0/pompompom-1.0.jar +0 -0
  56. data/spec/resources/repository/net/iconara/pompompom/1.0/pompompom-1.0.pom +11 -0
  57. data/spec/resources/repository/org/eclipse/jetty/jetty-continuation/7.1.4.v20100610/jetty-continuation-7.1.4.v20100610.pom +73 -0
  58. data/spec/resources/repository/org/eclipse/jetty/jetty-http/7.1.4.v20100610/jetty-http-7.1.4.v20100610.pom +73 -0
  59. data/spec/resources/repository/org/eclipse/jetty/jetty-io/7.1.4.v20100610/jetty-io-7.1.4.v20100610.pom +62 -0
  60. data/spec/resources/repository/org/eclipse/jetty/jetty-parent/15/jetty-parent-15.pom +419 -0
  61. data/spec/resources/repository/org/eclipse/jetty/jetty-project/7.1.4.v20100610/jetty-project-7.1.4.v20100610.pom +368 -0
  62. data/spec/resources/repository/org/eclipse/jetty/jetty-server/7.1.4.v20100610/jetty-server-7.1.4.v20100610.jar +0 -0
  63. data/spec/resources/repository/org/eclipse/jetty/jetty-server/7.1.4.v20100610/jetty-server-7.1.4.v20100610.pom +101 -0
  64. data/spec/resources/repository/org/eclipse/jetty/jetty-util/7.1.4.v20100610/jetty-util-7.1.4.v20100610.pom +80 -0
  65. data/spec/spec_helper.rb +5 -0
  66. data/tasks/gem.rake +18 -0
  67. data/tasks/rdoc.rake +13 -0
  68. data/tasks/spec.rake +17 -0
  69. metadata +142 -0
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <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">
3
+ <parent>
4
+ <artifactId>jetty-project</artifactId>
5
+ <groupId>org.eclipse.jetty</groupId>
6
+ <version>7.1.4.v20100610</version>
7
+ </parent>
8
+ <modelVersion>4.0.0</modelVersion>
9
+ <groupId>org.eclipse.jetty</groupId>
10
+ <artifactId>jetty-io</artifactId>
11
+ <name>Jetty :: IO Utility</name>
12
+ <properties>
13
+ <bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
14
+ </properties>
15
+ <dependencies>
16
+ <dependency>
17
+ <groupId>org.eclipse.jetty</groupId>
18
+ <artifactId>jetty-util</artifactId>
19
+ <version>${project.version}</version>
20
+ </dependency>
21
+ <dependency>
22
+ <groupId>junit</groupId>
23
+ <artifactId>junit</artifactId>
24
+ <version>${junit4-version}</version>
25
+ <scope>test</scope>
26
+ </dependency>
27
+ </dependencies>
28
+ <build>
29
+ <plugins>
30
+ <plugin>
31
+ <groupId>org.apache.felix</groupId>
32
+ <artifactId>maven-bundle-plugin</artifactId>
33
+ <version>${felix.bundle.version}</version>
34
+ <extensions>true</extensions>
35
+ <executions>
36
+ <execution>
37
+ <goals>
38
+ <goal>manifest</goal>
39
+ </goals>
40
+ </execution>
41
+ </executions>
42
+ </plugin>
43
+ <plugin>
44
+ <groupId>org.apache.maven.plugins</groupId>
45
+ <artifactId>maven-jar-plugin</artifactId>
46
+ <executions>
47
+ <execution>
48
+ <id>artifact-jar</id>
49
+ <goals>
50
+ <goal>jar</goal>
51
+ </goals>
52
+ </execution>
53
+ </executions>
54
+ <configuration>
55
+ <archive>
56
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
57
+ </archive>
58
+ </configuration>
59
+ </plugin>
60
+ </plugins>
61
+ </build>
62
+ </project>
@@ -0,0 +1,419 @@
1
+ <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">
2
+ <modelVersion>4.0.0</modelVersion>
3
+ <groupId>org.eclipse.jetty</groupId>
4
+ <artifactId>jetty-parent</artifactId>
5
+ <packaging>pom</packaging>
6
+ <name>Jetty :: Administrative Parent</name>
7
+ <description>Administrative parent pom for Jetty modules</description>
8
+ <version>15</version>
9
+ <url>http://www.eclipse.org/jetty</url>
10
+ <inceptionYear>1995</inceptionYear>
11
+ <issueManagement>
12
+ <system>bugzilla</system>
13
+ <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty</url>
14
+ </issueManagement>
15
+ <mailingLists>
16
+ <mailingList>
17
+ <name>Jetty Developer Mailing List</name>
18
+ <archive>http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html</archive>
19
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</subscribe>
20
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</unsubscribe>
21
+ </mailingList>
22
+ <mailingList>
23
+ <name>Jetty Commit Mailing List</name>
24
+ <archive>http://dev.eclipse.org/mhonarc/lists/jetty-commit/maillist.html</archive>
25
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</subscribe>
26
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</unsubscribe>
27
+ </mailingList>
28
+ <mailingList>
29
+ <name>Jetty Users Mailing List</name>
30
+ <archive>http://dev.eclipse.org/mhonarc/lists/jetty-users/maillist.html</archive>
31
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</subscribe>
32
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</unsubscribe>
33
+ </mailingList>
34
+ <mailingList>
35
+ <name>Jetty Announce Mailing List</name>
36
+ <archive>http://dev.eclipse.org/mhonarc/lists/jetty-announce/maillist.html</archive>
37
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</subscribe>
38
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</unsubscribe>
39
+ </mailingList>
40
+ <mailingList>
41
+ <name>Jetty @ codehaus User List</name>
42
+ <subscribe>http://xircles.codehaus.org/manage_email/user%40jetty.codehaus.org</subscribe>
43
+ <unsubscribe>http://xircles.codehaus.org/manage_email/user%40jetty.codehaus.org</unsubscribe>
44
+ <archive>http://archive.jetty.codehaus.org/user</archive>
45
+ </mailingList>
46
+ <mailingList>
47
+ <name>Jetty @ codehaus Developer List</name>
48
+ <subscribe>http://xircles.codehaus.org/manage_email/dev%40jetty.codehaus.org</subscribe>
49
+ <unsubscribe>http://xircles.codehaus.org/manage_email/dev%40jetty.codehaus.org</unsubscribe>
50
+ <archive>http://archive.jetty.codehaus.org/dev</archive>
51
+ </mailingList>
52
+ <mailingList>
53
+ <name>Jetty @ codehaus Announce List</name>
54
+ <subscribe>http://xircles.codehaus.org/manage_email/announce%40jetty.codehaus.org</subscribe>
55
+ <unsubscribe>http://xircles.codehaus.org/manage_email/announce%40jetty.codehaus.org</unsubscribe>
56
+ <archive>http://archive.jetty.codehaus.org/announce</archive>
57
+ </mailingList>
58
+ <mailingList>
59
+ <name>Jetty @ codehaus Commit List</name>
60
+ <subscribe>http://xircles.codehaus.org/manage_email/scm%40jetty.codehaus.org</subscribe>
61
+ <unsubscribe>http://xircles.codehaus.org/manage_email/scm%40jetty.codehaus.org</unsubscribe>
62
+ <archive>http://archive.jetty.codehaus.org/scm</archive>
63
+ </mailingList>
64
+ <mailingList>
65
+ <name>Defunct - Jetty Discuss List</name>
66
+ <archive>http://lists.sourceforge.net/lists/listinfo/jetty-discuss</archive>
67
+ <otherArchives>
68
+ <otherArchive>http://www.nabble.com/Jetty-Discuss-f60.html</otherArchive>
69
+ </otherArchives>
70
+ </mailingList>
71
+ <mailingList>
72
+ <name>Defunct - Jetty Support List</name>
73
+ <archive>http://lists.sourceforge.net/lists/listinfo/jetty-support</archive>
74
+ <otherArchives>
75
+ <otherArchive>http://www.nabble.com/Jetty-Support-f61.html</otherArchive>
76
+ </otherArchives>
77
+ </mailingList>
78
+ <mailingList>
79
+ <name>Defunct - Jetty Announce List</name>
80
+ <archive>http://lists.sourceforge.net/lists/listinfo/jetty-announce</archive>
81
+ <otherArchives>
82
+ <otherArchive>http://www.nabble.com/Jetty---Announce-f2649.html</otherArchive>
83
+ </otherArchives>
84
+ </mailingList>
85
+ </mailingLists>
86
+ <developers>
87
+ <developer>
88
+ <id>gregw</id>
89
+ <name>Greg Wilkins</name>
90
+ <email>gregw@apache.org</email>
91
+ <url>http://www.mortbay.com/mortbay/people/gregw</url>
92
+ <organization>Mort Bay Consulting</organization>
93
+ <organizationUrl>http://www.mortbay.com</organizationUrl>
94
+ </developer>
95
+ <developer>
96
+ <id>janb</id>
97
+ <name>Jan Bartel</name>
98
+ <email>janb@apache.org</email>
99
+ <url>http://www.mortbay.com/people/janb</url>
100
+ <organization>Mort Bay Consulting</organization>
101
+ <organizationUrl>http://www.mortbay.com</organizationUrl>
102
+ </developer>
103
+ <developer>
104
+ <id>jules</id>
105
+ <name>Jules Gosnell</name>
106
+ <email>jules@apache.org</email>
107
+ <organization />
108
+ </developer>
109
+ <developer>
110
+ <id>jstrachan</id>
111
+ <name>James Strachan</name>
112
+ <email>jstrachan@apache.org</email>
113
+ <organization>Logic Blaze</organization>
114
+ <organizationUrl>http://www.logicblaze.com</organizationUrl>
115
+ </developer>
116
+ <developer>
117
+ <id>sbordet</id>
118
+ <name>Simone Bordet</name>
119
+ <email>simone.bordet@gmail.com</email>
120
+ </developer>
121
+ <developer>
122
+ <id>tvernum</id>
123
+ <name>Tim Vernum</name>
124
+ <email>tim@adjective.org</email>
125
+ <organization />
126
+ </developer>
127
+ <developer>
128
+ <id>ngonzalez</id>
129
+ <name>Nik Gonzalez</name>
130
+ <email>ngonzalez@exist.com</email>
131
+ <organization />
132
+ </developer>
133
+ <developer>
134
+ <id>jfarcand</id>
135
+ <name>Jeanfrancois Arcand</name>
136
+ <email>jfarcand@apache.org</email>
137
+ <organization>Sun Microsystems</organization>
138
+ <organizationUrl>http://www.sun.com</organizationUrl>
139
+ </developer>
140
+ <developer>
141
+ <id>jesse</id>
142
+ <name>Jesse McConnell</name>
143
+ <email>jesse@webtide.org</email>
144
+ <organization>Webtide, LLC</organization>
145
+ <organizationUrl>http://www.webtide.com</organizationUrl>
146
+ <timezone>-6</timezone>
147
+ </developer>
148
+ <developer>
149
+ <id>djencks</id>
150
+ <name>David Jencks</name>
151
+ <email>david_jencks@yahoo.com</email>
152
+ <organization>IBM</organization>
153
+ </developer>
154
+ <developer>
155
+ <id>dyu</id>
156
+ <name>David Yu</name>
157
+ <email>david.yu.ftw@gmail.com</email>
158
+ <organization>Webtide</organization>
159
+ <organizationUrl>http://www.webtide.com</organizationUrl>
160
+ </developer>
161
+ <developer>
162
+ <id>ayao</id>
163
+ <name>Athena Yao</name>
164
+ <email>yao.athena@gmail.com</email>
165
+ <organization>Webtide</organization>
166
+ <organizationUrl>http://www.webtide.com</organizationUrl>
167
+ </developer>
168
+ <developer>
169
+ <id>jerdfelt</id>
170
+ <name>Joakim Erdfelt</name>
171
+ <email>joakim@intalio.com</email>
172
+ <organization>Intalio Inc.</organization>
173
+ <organizationUrl>http://www.intalio.com</organizationUrl>
174
+ <timezone>-7</timezone>
175
+ </developer>
176
+ <developer>
177
+ <id>hmalphett</id>
178
+ <name>Hugues Malphettes</name>
179
+ <organization>Intalio.com</organization>
180
+ <organizationUrl>http://www.intalio.com</organizationUrl>
181
+ <timezone>-8</timezone>
182
+ </developer>
183
+ <developer>
184
+ <id>mgorovoy</id>
185
+ <name>Michael Gorovoy</name>
186
+ <email>michael@webtide.com</email>
187
+ <organization>Intalio Inc.</organization>
188
+ <organizationUrl>http://www.intalio.com</organizationUrl>
189
+ <timezone>-5</timezone>
190
+ </developer>
191
+ </developers>
192
+ <licenses>
193
+ <license>
194
+ <name>Apache Software License - Version 2.0</name>
195
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
196
+ </license>
197
+ <license>
198
+ <name>Eclipse Public License - Version 1.0</name>
199
+ <url>http://www.eclipse.org/org/documents/epl-v10.php</url>
200
+ </license>
201
+ </licenses>
202
+ <organization>
203
+ <name>Mort Bay Consulting</name>
204
+ <url>http://www.mortbay.com</url>
205
+ </organization>
206
+ <!--
207
+ <repositories>
208
+ <repository>
209
+ <id>oss.sonatype.org</id>
210
+ <name>Jetty Snapshot Repository</name>
211
+ <layout>default</layout>
212
+ <url>http://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
213
+ <snapshots>
214
+ <enabled>true</enabled>
215
+ </snapshots>
216
+ <releases>
217
+ <enabled>false</enabled>
218
+ </releases>
219
+ </repository>
220
+ </repositories>
221
+ <pluginRepositories>
222
+ <pluginRepository>
223
+ <id>oss.sonatype.org</id>
224
+ <name>Jetty Snapshot Plugin Repository</name>
225
+ <layout>default</layout>
226
+ <url>http://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
227
+ <snapshots>
228
+ <enabled>true</enabled>
229
+ </snapshots>
230
+ <releases>
231
+ <enabled>false</enabled>
232
+ </releases>
233
+ </pluginRepository>
234
+ </pluginRepositories>
235
+ -->
236
+ <distributionManagement>
237
+ <repository>
238
+ <id>oss.sonatype.org</id>
239
+ <name>Jetty Staging Repository</name>
240
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
241
+ </repository>
242
+ <snapshotRepository>
243
+ <id>oss.sonatype.org</id>
244
+ <name>Jetty Snapshot Repository</name>
245
+ <url>http://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
246
+ </snapshotRepository>
247
+ <site>
248
+ <id>jetty.eclipse.website</id>
249
+ <url>scp://dev.eclipse.org:/home/www/jetty/${project.version}/</url>
250
+ </site>
251
+ </distributionManagement>
252
+ <scm>
253
+ <connection>scm:svn:http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-parent/tags/jetty-parent-15</connection>
254
+ <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-parent/tags/jetty-parent-15</developerConnection>
255
+ <url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-parent/tags/jetty-parent-15</url>
256
+ </scm>
257
+ <build>
258
+ <plugins>
259
+ <plugin>
260
+ <groupId>org.apache.maven.plugins</groupId>
261
+ <artifactId>maven-release-plugin</artifactId>
262
+ <configuration>
263
+ <tagBase>svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-parent/tags</tagBase>
264
+ <useReleaseProfile>false</useReleaseProfile>
265
+ <goals>deploy</goals>
266
+ <arguments>-Peclipse-release</arguments>
267
+ <preparationGoals>clean install</preparationGoals>
268
+ <mavenExecutorId>forked-path</mavenExecutorId>
269
+ </configuration>
270
+ </plugin>
271
+ </plugins>
272
+ <pluginManagement>
273
+ <plugins>
274
+ <plugin>
275
+ <groupId>org.apache.maven.plugins</groupId>
276
+ <artifactId>maven-antrun-plugin</artifactId>
277
+ <version>1.1</version>
278
+ </plugin>
279
+ <plugin>
280
+ <groupId>org.apache.maven.plugins</groupId>
281
+ <artifactId>maven-assembly-plugin</artifactId>
282
+ <version>2.2-beta-5</version>
283
+ </plugin>
284
+ <plugin>
285
+ <groupId>org.apache.maven.plugins</groupId>
286
+ <artifactId>maven-compiler-plugin</artifactId>
287
+ <version>2.3</version>
288
+ </plugin>
289
+ <plugin>
290
+ <groupId>org.apache.maven.plugins</groupId>
291
+ <artifactId>maven-dependency-plugin</artifactId>
292
+ <version>2.1</version>
293
+ </plugin>
294
+ <plugin>
295
+ <groupId>org.apache.maven.plugins</groupId>
296
+ <artifactId>maven-deploy-plugin</artifactId>
297
+ <version>2.5</version>
298
+ </plugin>
299
+ <plugin>
300
+ <groupId>org.apache.maven.plugins</groupId>
301
+ <artifactId>maven-jar-plugin</artifactId>
302
+ <version>2.3</version>
303
+ </plugin>
304
+ <plugin>
305
+ <groupId>org.apache.maven.plugins</groupId>
306
+ <artifactId>maven-javadoc-plugin</artifactId>
307
+ <version>2.5</version>
308
+ </plugin>
309
+ <plugin>
310
+ <groupId>org.apache.maven.plugins</groupId>
311
+ <artifactId>maven-jxr-plugin</artifactId>
312
+ <version>2.1</version>
313
+ </plugin>
314
+ <plugin>
315
+ <groupId>org.apache.maven.plugins</groupId>
316
+ <artifactId>maven-release-plugin</artifactId>
317
+ <version>2.0-beta-7</version>
318
+ </plugin>
319
+ <plugin>
320
+ <groupId>org.apache.maven.plugins</groupId>
321
+ <artifactId>maven-remote-resources-plugin</artifactId>
322
+ <version>1.1</version>
323
+ </plugin>
324
+ <plugin>
325
+ <groupId>org.apache.maven.plugins</groupId>
326
+ <artifactId>maven-resources-plugin</artifactId>
327
+ <version>2.4.2</version>
328
+ </plugin>
329
+ <plugin>
330
+ <groupId>org.apache.maven.plugins</groupId>
331
+ <artifactId>maven-site-plugin</artifactId>
332
+ <version>2.1</version>
333
+ </plugin>
334
+ <plugin>
335
+ <groupId>org.apache.maven.plugins</groupId>
336
+ <artifactId>maven-source-plugin</artifactId>
337
+ <version>2.1.1</version>
338
+ </plugin>
339
+ <plugin>
340
+ <groupId>org.apache.maven.plugins</groupId>
341
+ <artifactId>maven-surefire-plugin</artifactId>
342
+ <version>2.5</version>
343
+ </plugin>
344
+ <plugin>
345
+ <groupId>org.apache.maven.plugins</groupId>
346
+ <artifactId>maven-war-plugin</artifactId>
347
+ <version>2.1-beta-1</version>
348
+ </plugin>
349
+ <plugin>
350
+ <groupId>org.codehaus.mojo</groupId>
351
+ <artifactId>exec-maven-plugin</artifactId>
352
+ <version>1.0.1</version>
353
+ </plugin>
354
+ <plugin>
355
+ <groupId>org.apache.felix</groupId>
356
+ <artifactId>maven-bundle-plugin</artifactId>
357
+ <version>2.0.0</version>
358
+ </plugin>
359
+ </plugins>
360
+ </pluginManagement>
361
+ </build>
362
+ <properties>
363
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
364
+ </properties>
365
+ <profiles>
366
+ <profile>
367
+ <id>eclipse-release</id>
368
+ <build>
369
+ <plugins>
370
+ <plugin>
371
+ <inherited>true</inherited>
372
+ <groupId>org.apache.maven.plugins</groupId>
373
+ <artifactId>maven-deploy-plugin</artifactId>
374
+ <configuration>
375
+ <updateReleaseInfo>true</updateReleaseInfo>
376
+ </configuration>
377
+ </plugin>
378
+ <plugin>
379
+ <groupId>org.apache.maven.plugins</groupId>
380
+ <artifactId>maven-source-plugin</artifactId>
381
+ <executions>
382
+ <execution>
383
+ <id>attach-sources</id>
384
+ <goals>
385
+ <goal>jar</goal>
386
+ </goals>
387
+ </execution>
388
+ </executions>
389
+ </plugin>
390
+ <plugin>
391
+ <groupId>org.apache.maven.plugins</groupId>
392
+ <artifactId>maven-javadoc-plugin</artifactId>
393
+ <executions>
394
+ <execution>
395
+ <id>attach-javadocs</id>
396
+ <goals>
397
+ <goal>jar</goal>
398
+ </goals>
399
+ </execution>
400
+ </executions>
401
+ </plugin>
402
+ <plugin>
403
+ <groupId>org.apache.maven.plugins</groupId>
404
+ <artifactId>maven-gpg-plugin</artifactId>
405
+ <executions>
406
+ <execution>
407
+ <id>sign-artifacts</id>
408
+ <phase>verify</phase>
409
+ <goals>
410
+ <goal>sign</goal>
411
+ </goals>
412
+ </execution>
413
+ </executions>
414
+ </plugin>
415
+ </plugins>
416
+ </build>
417
+ </profile>
418
+ </profiles>
419
+ </project>