File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 26
26
<name >Closure Compiler</name >
27
27
<version >1.0-SNAPSHOT</version >
28
28
29
- <url >http ://code .google.com/p/ closure- compiler/</url >
29
+ <url >https ://developers .google.com/closure/ compiler/</url >
30
30
<description >
31
31
Closure Compiler is a JavaScript optimizing compiler. It parses your
32
32
JavaScript, analyzes it, removes dead code and rewrites and minimizes
261
261
</execution >
262
262
</executions >
263
263
</plugin >
264
+ <plugin >
265
+ <artifactId >maven-jar-plugin</artifactId >
266
+ <configuration >
267
+ <archive >
268
+ <manifestFile >${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile >
269
+ </archive >
270
+ </configuration >
271
+ </plugin >
272
+ <plugin >
273
+ <groupId >org.apache.felix</groupId >
274
+ <artifactId >maven-bundle-plugin</artifactId >
275
+ <executions >
276
+ <execution >
277
+ <id >bundle-manifest</id >
278
+ <phase >process-classes</phase >
279
+ <goals >
280
+ <goal >manifest</goal >
281
+ </goals >
282
+ </execution >
283
+ </executions >
284
+ </plugin >
264
285
</plugins >
265
286
</build >
266
287
You can’t perform that action at this time.
0 commit comments