mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
Adding OSGi entries in the manifest
WW-2591 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -313,7 +313,30 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundle-manifest</id>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<goal>manifest</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
<defaultGoal>install</defaultGoal>
|
||||
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user