Hi Erik, I was interested in the part that configures your webstart plugin and also any dependencies that you have declared in that same pom.
Also, it looks like your webstart plugin is configured in a parent module. I'm not familiar with doing it this way, it may be fine, but I thought that it was normal to create a separate module for just the JNLP bundle that is a sibling of your application modules, e.g. projectServer/project-jnlp/ Erik Drolshammer <[EMAIL PROTECTED]> 02/10/2007 10:19 Please respond to [email protected] To [email protected] cc Subject Re: [mojo-user] maven-webstart-plugin: How to handle multimodule project? On Tue, 2007-10-02 at 10:03 +0100, Kevin Stembridge wrote: > > Hi Erik, > What does your pom.xml look like? Which of them? What sections are you interested in? (The project is closed source, so I can't just paste all the different poms.) The structure looks like: projectServer/pom.xml (contains the maven-webstart config) projectServer/src/main/jnlp/template.vm projectServer/project-app/src/main/java/.../App.java (contains public static void main) projectServer/project-app/pom.xml projectServer/project-module1 projectServer/project-module2 -- Regards Erik Drolshammer --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.
