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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to