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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
