Just put some skeleton stuff around the 2 POM snippets in the original email and you should have it. I'm not sitting around and waiting or anything, it's more of an FYI. If I get a chance I'll try to cook one up.
I decided I didn't want the whole world that comes with the JBoss client POM included in my webstart download anyway. I was able to distill everything in that POM down to 3 dependencies that I actually needed so I just reference those directly. My download size shrank significantly. Jerome Lacoste-2 wrote: > > On Mon, Aug 10, 2009 at 8:12 PM, bwarren<[email protected]> 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 ) || "ejb-client".equals( type ) ) > { > > cf > webstart/webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractJnlpMojo.java > > I need more time to test this properly and I am extremely busy this > week. Are you able to provide an small test case ? > > If you could write one along those found under > > webstart/webstart-maven-plugin/src/it/itxxx/ > > jerome > > PS: the webstart mojo is usualy supported on the mojo user list (cf. > mojo.codehaus.org) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- 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: [email protected] For additional commands, e-mail: [email protected]
