Re: Maven Webstart Plugin - unprocessed POM in WAR

2009-08-10 Thread bwarren
commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin---unprocessed-POM-in-WAR-tp24838690p24904634.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven Webstart Plugin - unprocessed POM in WAR

2009-08-10 Thread Jerome Lacoste
On Mon, Aug 10, 2009 at 8:12 PM, bwarrenbrad.war...@usairways.com wrote: Yes I don't need the POM, just the dependencies. Mmmm the code is supposed to only copy the artifacts of type jar or ejb-client String type = artifact.getType(); if ( jar.equals( type ) ||

Re: Maven Webstart Plugin - unprocessed POM in WAR

2009-08-10 Thread bwarren
-- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin---unprocessed-POM-in-WAR-tp24838690p24909428.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Maven Webstart Plugin - unprocessed POM in WAR

2009-08-09 Thread Jerome Lacoste
On Thu, Aug 6, 2009 at 2:57 AM, bwarrenbrad.war...@usairways.com wrote: I have a Webstart application that I'm generating a WAR file to deploy on JBoss using the Maven Webstart plugin. I have included the JBoss client POM in my application POM to grab the JBoss client dependencies for JNDI

Maven Webstart Plugin - unprocessed POM in WAR

2009-08-05 Thread bwarren
the jboss-as-client POM as a JAR dependency in the JNLP, but keep the transitive dependencies of the jboss-as-client POM in there? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin---unprocessed-POM-in-WAR-tp24838690p24838690.html Sent from the Maven - Users mailing list