You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ciprian Duma <ci...@gmail.com> on 2006/02/27 11:41:47 UTC

Customize the Manifest file

Hi,

I'm new to maven and I could not find an answer on the list.
I'm trying to customize the Manifest file for a jar file but I'm
getting the following error:

Embedded error: The attribute "Implementation-Version" may not occur
more than once in the same section

My config looks like this:

<plugins>
	<plugin>
	   <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
<configuration>
		        <archive>
		            <manifestEntries>
		                ...
		                <Implementation-Version>Release: </Implementation-Version>
		
		            </manifestEntries>
		        </archive>
		    </configuration>
		</plugin>
	</plugins>

Any ideea what could cause this error?

Thanks,

Ciprian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org