mirror of https://github.com/apache/activemq.git
Add some more key value pairs to the manifest so that ActiveMQ and figure out what version it's running.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1@474371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
219fb2705b
commit
18e4e0bfe9
23
pom.xml
23
pom.xml
|
@ -811,9 +811,32 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<index>true</index>
|
||||||
|
<compress>true</compress>
|
||||||
|
<manifestEntries>
|
||||||
|
<Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
|
||||||
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
||||||
|
|
||||||
|
<Package>${project.groupId}</Package>
|
||||||
|
<Extension-Name>${project.artifactId}</Extension-Name>
|
||||||
|
<Implementation-Version>${project.version}</Implementation-Version>
|
||||||
|
|
||||||
|
</manifestEntries>
|
||||||
|
</archive>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-one-plugin</artifactId>
|
<artifactId>maven-one-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
Loading…
Reference in New Issue