Hi Kalyan, Yes, there are several examples in the integration tests in the source download, which can be viewed online via the the 'More examples' link on the home page. http://mojo.codehaus.org/webstart/webstart-maven-plugin/examples/more_examples.html
Cheers, Kevin "Kalyan Inuganti" <[EMAIL PROTECTED]> 12/06/2008 15:52 To Kevin Stembridge/ext/[EMAIL PROTECTED] cc Subject Re: [mojo-user] web start plugin config Kevin, Thanks for the maven lifecycle link. It is very helpful. Do you know of any other pom examples (where the usage is explained) besides what is under the "mojo(s) config. overview" link on the Web Start plug-in site? Pom examples are to the point and are easier to understand. :) Thanks again, Kal On Thu, Jun 12, 2008 at 3:20 AM, Kevin Stembridge <[EMAIL PROTECTED] > wrote: Hi Kalyan, The documentation for the webstart plugin is here: http://mojo.codehaus.org/webstart/webstart-maven-plugin/ The excludeTransitive flag, when set to true, will exclude any transitive dependencies from being included in the generated JNLP bundle. The phase configuration element is a Maven feature (not specific to the webstart plugin). It defines which of the Maven build lifecycle phases the plugin will be executed in. More documentation on the build lifecycle is here: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Hope this helps. Kevin "Kalyan Inuganti" <[EMAIL PROTECTED]> 11/06/2008 22:49 Please respond to user@mojo.codehaus.org To user@mojo.codehaus.org cc Subject [mojo-user] web start plugin config Hello, I am using the Maven Web Start plugin and it works like a champ. Thank you guys! I was wondering if someone can shed some light on how the configuration works though. Please find attached the plugin snippet that I am using. Here are my questions: 1. I'd like to understand what other options are available for the <phase> param and what exactly <excludeTransitive> means. 2. If I comment out the <jnlp> node and its children, I get a lifecycle exception. The reason I ask this question is because I want to use the webstart plugin to just sign all the jars. There are a lot of other XML Elements that I got rid of like <dependencies>, <pack200>, <gzip> etc. Where can I find information on what they do? I am new to webstart and I understand the purpose of pack200, gzip etc but it will be fantastic if there is some documentation that you can refer me to. [attachment "PluginSnippet.xml" deleted by Kevin Stembridge/ext/dbcom] --------------------------------------------------------------------- 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. --- 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.