[jboss-user] [JBoss Web Services] - Re: JBoss WS Dependencies with Maven ending up with truncated MANIFEST.MF

Adam Williams do-not-reply at jboss.com
Tue Mar 20 13:09:08 EDT 2012


Adam Williams [https://community.jboss.org/people/ahw-dev] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/725138#725138

--------------------------------------------------------------
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
[https://community.jboss.org/message/725138#725138]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120320/6e2a7c6c/attachment-0001.html 


More information about the jboss-user mailing list