sebb wrote:
On 18/05/2009, Ceki Gulcu <c...@qos.ch> wrote:

 sebb wrote:


I just tried, and using the "default" tags works OK for me.

 What "default" tags have you tried exactly?

The manifest ones I mentioned:

            <manifest>
              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
            </manifest>


Thank you for the prompt reply. I have tried those while setting
"org.apache.apache:4" as parent. The resulting manifest file contains
garbage. I am using Maven 2.0.9.

Here is a relevant excerpt from the pom.xml file.

<project>
  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>4</version>
  </parent>


  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-logging</groupId>
  <artifactId>commons-logging</artifactId>
  <name>Commons Logging</name>
  <version>0.0.0-EMPTY</version>

  [cut for brevity]

 <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>

<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>

  [cut for brevity]


        

--
Ceki Gülcü

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to