[slf4j-dev] [Bug 30] Maven POM does not create correct Specifiation-Title in Specification-Title: Jakarta Commons Logging MANIFEST.MF

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Sat Nov 4 19:03:14 CET 2006


show_bug.cgi?id=30


listid at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #4 from listid at qos.ch  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.



More information about the slf4j-dev mailing list