<plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>

<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                          <addClasspath>true</addClasspath>
                        </manifest>
                        <manifestEntries>
                          <Class-Path>data/</Class-Path>
                          <Extension-Name>com.yourcompany</Extension-Name>
                          <Specification-Title>Your
Spec</Specification-Title>
                          <Specification-Version>1.0</Specification-Version>
                          <Specification-Vendor>Your
Vendor</Specification-Vendor>
                          <Implementation-Title>Your
Project</Implementation-Title>

<Implementation-Version>${project.version}</Implementation-Version>

<Implementation-Build>${buildNumber}</Implementation-Build>

<Implementation-Build-Timestamp>${timestamp}</Implementation-Build-Timestamp>

Kalle


On 5/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> Dear all
>
>
>
> I would like to add the build number to the manifest file.  I already used
> the build number plugin, but I don't know if it's possible to add it to the
> manifest file.  Somebody here who has done this already?
>
>
>
> Thanks in advance
>
>
>
> Bjorn
>
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information.  If you have
> received it in error, please notify the sender immediately and delete the
> original.  Any other use of the email by you is prohibited.
>

Reply via email to