show_bug.cgi?id=30
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
------- Comment #4 from [EMAIL PROTECTED] 2006-11-04 19:03 -------
I've tried to fixed this with the following addition to the jcl104-over-SLF4J
pom file:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>Jakarta Commons
Logging</Specification-Title>
<Specification-Vendor>Apache Software
Foundation</Specification-Vendor>
<Specification-Version>1.0</Specification-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Unfortunatley, Maven refuses to build with the message:
Embedded error: The attribute "Specification-Title"
may not occur more than once in the same section
I'm giving up on this one.
--
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev