JBoss Community

Re: JBoss WS Dependencies with Maven ending up with truncated MANIFEST.MF

created by Adam Williams in JBoss Web Services - View the full discussion

By the way here is my Maven build section:

 

<build>
    <finalName>rich-test</finalName>
    <plugins>
        <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>2.3.2</version>
        </plugin>
        <plugin>
            <artifactId>maven-war-plugin</artifactId>
            <version>2.1.1</version>
           
   <configuration>
  <archive>
  <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
            <!--
    <manifestEntries>
        <Dependencies>${jboss.dependencies}</Dependencies>
            </manifestEntries>
            -->
        </archive>
      </configuration>
        </plugin>
    </plugins>
</build>

 

It doesn't matter whether i try and include a key/value pair as an entry or specify a pre-created MANIFEST.MF file. In either circumstance Maven truncates the Dependencies line.

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community