[slf4j-dev] Trunk Build Failures
Ceki Gülcü
listid at qos.ch
Thu Feb 22 22:36:33 CET 2007
More precisely, whatever version of the har plugin you are using, it should
refer to version 2.2 of maven-archiver:
This following is from the the file maven-jar-plugin-2.2-SNAPSHOT.pom
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.2</version>
</dependency>
You may be using an older version of the maven-archiver
At 10:27 PM 2/22/2007, you wrote:
>Since everyone is at least building the trunk, perhaps it's me, but I
>can't build the latest trunk. I am getting the message:
>
>Embedded error: The attribute "Implementation-Version" may not occur
>more than once in the same section
>
>I can fix it by commenting out the Implementation-Version element in
>each of the projects pom.xmls like:
><!-- Implementation-Version>${project.version}</Implementation-Version>-->
>
>
>any ideas?
>
>kind regards,
>John
>
>
>_______________________________________________
>dev mailing list
>dev at slf4j.org
>http://www.slf4j.org/mailman/listinfo/dev
--
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
More information about the slf4j-dev
mailing list