Maven webstart plugin and SNAPSHOT dependencies

2010-09-09 Thread Markus Binsteiner
Hi. I started to use the maven webstart plugin (the servlet configuration) and managed to setup everything so it builds and deploys nicely. The only thing I noticed is, that if I have SNAPSHOT dependencies those are not redownloaded by the webstart client (I assume because the version

How to package jar containing .dll files in a webstart war file using maven webstart plugin

2010-01-13 Thread Agrawal, Sandeep (IS Consultant)
Hi, Does anybody ever packaged jar files in two different directory using maven webstart plugin? Below is snapshot jnlp file. Here I want to put jars containing dll files in the nativelib directory separate from lib directory which contains other kind of jars. Please let me know if anybody has

Maven Webstart plugin problem

2009-12-26 Thread gizmo753
Hello, I am having the same problem as mentionned in http://old.nabble.com/Maven-Webstart-Plugin-td3679895i20.html#a3763345 http://old.nabble.com/Maven-Webstart-Plugin-td3679895i20.html#a3763345 But I am unable to solve it with the information provided there. I have a maven project and I

Re: Maven Webstart Plugin - unprocessed POM in WAR

2009-08-10 Thread bwarren
Yes I don't need the POM, just the dependencies. Jerome Lacoste-2 wrote: 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

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
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 and EJB. When the plugin creates the WAR file, it is including the POM

Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar

2009-07-31 Thread Agrawal, Sandeep (IS Consultant)
Hi, We are using webstart maven plugin to genereate the webstart war file and for signing the jar also.(below is the pom part for signing) sign !--keystoresrc/main/keytool/GTSkey/keystore-- keypassGTSkey/keypass storepassGTSkey/storepass aliasGTS/alias verifytrue/verify /sign It does sign all

RE: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar

2009-07-31 Thread Martin Gainty
n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar Date: Fri, 31 Jul 2009 11

RE: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar

2009-07-31 Thread Agrawal, Sandeep (IS Consultant)
-Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, July 31, 2009 11:49 AM To: users@maven.apache.org Subject: RE: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar depends on where the keystore implementation takes place here is an excerpt from

RE: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar

2009-07-31 Thread Agrawal, Sandeep (IS Consultant)
To: Maven Users List Subject: RE: Issue with Maven Webstart Plugin while signing weblogic9.2.2 jar Thaks Marty...My problem got resolved for signing the jars.. I had key at two places just for testing purpose. Actually in keystore you need to put complete path like (keystore${basedir}/src

Maven webStart - issuing new versions.

2009-05-13 Thread richard schmidt
Hello I am using the Webstart plugin to distribute a Swing application. Works fine untill I need to issue a new version of my application. The application gets download onto the client machine correctly, but then web start fails with the following message Error: JAR resources in JNLP file are

Re: maven webstart

2008-04-10 Thread Andrius Šabanas
Dmitry Beransky wrote: Hi, I'm aware of the webstart plugin, but what I can't figure out if it's possible to use maven to do the end-to-end automated deployment of an app. In other words, can maven build, package, and deploy to tomcat a webstart application? Thanks Dmitry Yes - see

maven webstart

2008-04-09 Thread Dmitry Beransky
Hi, I'm aware of the webstart plugin, but what I can't figure out if it's possible to use maven to do the end-to-end automated deployment of an app. In other words, can maven build, package, and deploy to tomcat a webstart application? Thanks Dmitry

maven-webstart-plugin status?

2007-11-29 Thread Adrian Robert
Hi, I read about the maven-webstart-plugin and am interested in trying it out. However an attempt to do 'mvn webstart:jnlp' resulted in the prefix being looked up correctly and mapped to org.apache.maven.plugins:maven-webstart-plugin, but then this fails to find anything at central with does

Re: maven-webstart-plugin status?

2007-11-29 Thread Adrian Robert
prefix being looked up correctly and mapped to org.apache.maven.plugins:maven-webstart-plugin, but then this fails to find anything at central with does not exist or no valid version could be found. Scratch this, putting the below into my pom worked. I'm still not sure where the mapping

Re: maven-webstart-plugin status?

2007-11-29 Thread Wayne Fay
In the future, you can also use: mvn org.codehaus.mojo:webstart-maven-plugin:insert version here:jnlp But it is easier to simply add the plugin declaration (you should really include a version btw) and then mvn webstart:jnlp should just work. Wayne On 11/29/07, Adrian Robert [EMAIL PROTECTED]

Re: Maven Webstart Plugin - some remarks

2007-03-04 Thread Jerome Lacoste
On 3/1/07, Andy DePue [EMAIL PROTECTED] wrote: I've just started using the webstart plugin, and I have one little issue. :) On my linux machine, things work fine, but when I try to build on a windows machine, the space in the path to the keytool.exe causes problems. I get this error when it

Re: Maven Webstart Plugin - some remarks

2007-03-01 Thread Jerome Lacoste
On 2/25/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Any estimate on the release of 1.0-alpha-2 release? If possible around the release of maven 2.0.6. I need more feedback from users. It's pretty scarce today :) Any help appreciated... Jerome

Fwd: Maven Webstart Plugin - some remarks

2007-03-01 Thread Mark Donszelmann
Hi more feedback below: Begin forwarded message: From: Jerome Lacoste [EMAIL PROTECTED] Date: January 30, 2007 11:26:23 PM PST To: Maven Users List users@maven.apache.org Subject: Re: Maven Webstart Plugin - some remarks Reply-To: Maven Users List users@maven.apache.org 3. We use jar

Re: Maven Webstart Plugin - some remarks

2007-03-01 Thread Roland Klein
Thanks, its working now. Jerome Lacoste schrieb: On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi 2. It would be handy if the

Re: Maven Webstart Plugin - some remarks

2007-03-01 Thread Andy DePue
I've just started using the webstart plugin, and I have one little issue. :) On my linux machine, things work fine, but when I try to build on a windows machine, the space in the path to the keytool.exe causes problems. I get this error when it attempts to use the keytool: 'c:\Program' is

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Jerome Lacoste
On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi 2. It would be handy if the $version could be added to the jnlp parsed values. this

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Mark Donszelmann
Any estimate on the release of 1.0-alpha-2 release? Regards Mark Donszelmann On Feb 25, 2007, at 3:26 AM, Jerome Lacoste wrote: On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07,

Re: Maven Webstart Plugin - some remarks

2007-02-22 Thread Roland Klein
Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi 2. It would be handy if the $version could be added to the jnlp parsed values. this is fixed in 1.0-alpha-2-SNAPSHOT Hi, i tried the

Maven Webstart Plugin

2007-01-30 Thread Maruf Aytekin
Hi, I am trying to build a jnlp project with maven 2. I am currently using mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug in or is there any plug in that can be configured easily? 2. When I run mvn install webstart:jnlp I get following error: [INFO] didn't

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: Hi, I am trying to build a jnlp project with maven 2. I am currently using mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug in or is there any plug in that can be configured easily? Can't this plugin

Re: Maven Webstart Plugin

2007-01-30 Thread Maruf Aytekin
in red Jerome Lacoste wrote: On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: Hi, I am trying to build a jnlp project with maven 2. I am currently using mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug in or is there any plug in that can be configured easily

Re: Maven Webstart Plugin

2007-01-30 Thread Maruf Aytekin
mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug in or is there any plug in that can be configured easily? Can't this plugin be configured easily ? It not, what are your problems with it ? It seems easy to configure but I couldn't get it working. This is my first

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: When it says [INFO] didn't find *artifact *with main class: whicj artifact does it refer to? the one in which your main class is supposed to be. It should be in the dependencies section of your POM. Jerome

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: in red Jerome Lacoste wrote: On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: Hi, I am trying to build a jnlp project with maven 2. I am currently using mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug

Maven Webstart Plugin - some remarks

2007-01-30 Thread Mark Donszelmann
Hi I am using the 1.0-alpha-1 version of the Maven Webstart Plugin. It works for us, but I have some questions and remarks: 1. It seems odd to have to define the template.vm in src/jnlp and the resources in src/main/jnlp. Should the locations not be src/main/jnlp (for template.vm) and src

Re: Maven Webstart Plugin - some remarks

2007-01-30 Thread Jerome Lacoste
Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi I am using the 1.0-alpha-1 version of the Maven Webstart Plugin. It works for us, but I have some questions and remarks: 1. It seems odd to have to define

Re: Maven Webstart Plugin

2006-04-06 Thread jerome lacoste
On 4/5/06, Jeff Louw [EMAIL PROTECTED] wrote: It is working ... but: The generated launch.jnlp file does not appear to be correct. I think the problem is the template.vm overrides the information that has already been provided in the pom.xml ? How can I setup the template.vm so that a

Re: Maven Webstart Plugin

2006-04-06 Thread jerome lacoste
On 4/5/06, Wayne Fay [EMAIL PROTECTED] wrote: In your jnlp section, do you have a mainClass defined? Line 629 in JnlpMojo is: if ( artifactContainsClass( artifact, jnlp.getMainClass() ) ) { Oups. I will try to make this configuration error more visible to the user. I created this

Re: Maven Webstart Plugin

2006-04-06 Thread Jeff Louw
/ jar xhref=hibernate.jar/ jar xhref=jsuite.jar/ jar xhref=log4j.jar/ jar xhref=swingx.jar/ jar xhref=activation.jar/ jar xhref=mail.jar/ /resources application-desc main-class=org.mypackage.pack.MainClass /application-desc /jnlp -- View this message in context: http://www.nabble.com/Maven-Webstart

Re: Maven Webstart Plugin

2006-04-06 Thread Tim Kettler
=mail.jar/ /resources application-desc main-class=org.mypackage.pack.MainClass /application-desc /jnlp -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3788502 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-06 Thread Jeff Louw
Tim, Thanks. Whew!!! I do appreciate your tolerance as I deal with the learning curve. I may be back with a few questions about signing jars later :) Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3792414 Sent from the Maven - Users forum

Re: Maven Webstart Plugin

2006-04-05 Thread jerome lacoste
On 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am using maven-2.0.2 The dependencies are correctly in the repository. I have created the log and can send you my pom.xml ... what is your email address? Reply to [EMAIL PROTECTED] so I have your email address. Jeff, I looked at your

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
should be in this folder? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3763345 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maven Webstart Plugin

2006-04-05 Thread jerome lacoste
On 4/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there an example documented anywhere of a src\jnlp\resources directory ? The documentation at http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html says: (location where all resources are taken. All

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
? Is there a command link argument that would turn off the default packaging? I am thinking of something like: mvn -X install -P myapp-jnlp -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3765169 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3769779 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Webstart Plugin

2006-04-05 Thread Wayne Fay
) at org.codehaus.mojo.webstart.JnlpMojo.processDependencies(JnlpMojo.java:588) at org.codehaus.mojo.webstart.JnlpMojo.execute(JnlpMojo.java:367) ... 18 more [INFO] -- View this message in context: http://www.nabble.com/Maven

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
Thanks Wayne, Where can I find an example of a template.vm ... It seems I must have one defined. Thanks ... Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3770729 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
I found a jnlp.vm template in the source for the plugin. Could I just use this one? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3771135 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
In answer to my own question ;) Yes I can ... perhaps the plugin should supply a default template if one is not specificed. Thanks to everyone for all your help ... it is working now :) -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3771215 Sent from

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3773362 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Maven Webstart Plugin

2006-04-05 Thread Tim Kettler
? Any samples ? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3773362 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Maven Webstart Plugin

2006-04-04 Thread jerome lacoste
On 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Tim, Definitely closer :) Now I am getting this error: Embedded error: test-app:test-app:jar:0.0.1 has no matching file, why? Check the logs I cannot find any logs anywhere to check. I enabled stack traces and get this:

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
] [INFO] Total time: 2 seconds [INFO] Finished at: Tue Apr 04 10:56:43 EDT 2006 [INFO] Final Memory: 5M/9M [INFO] -- View this message in context: http://www.nabble.com/Maven-Webstart

Re: Maven Webstart Plugin

2006-04-04 Thread Tim Kettler
Hi, Looking at the snippet below it seems you have defined a repository with the id 'central' which overrides the default central repository. Changing the id of your definition to something else should do the trick. -Tim [EMAIL PROTECTED] schrieb: [...] from the specified remote

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
] -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3747138 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maven Webstart Plugin

2006-04-04 Thread jerome lacoste
On 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I run mvn install and use the pom to create the webstart artifacts it gets a little further than running mvn webstart:jnlp. It created a directory in target called jnlp and places the jar of my application in there, however fails with

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
This is the artifact it is generating, and it is also in the local repository. -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3747796 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-04 Thread jerome lacoste
Caused by: java.lang.IllegalStateException: artifact org.mercyships:partnership:jar:0.0.1 has no matc hing file, why? Check the logs... Is this artifact installed in your local repository? On 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is the artifact it is generating, and it

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
I am using maven-2.0.2 The dependencies are correctly in the repository. I have created the log and can send you my pom.xml ... what is your email address? Reply to [EMAIL PROTECTED] so I have your email address. Thanks, Jeff -- View this message in context: http://www.nabble.com/Maven

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
Have sent the files by email. The dependency (and others) are in the local repository, so for some reason it cannot find them. :| Being new to this technology I am a little overwhelmed, and so I thank you all for your help. -- View this message in context: http://www.nabble.com/Maven-Webstart

Re: Maven Webstart Plugin

2006-04-04 Thread [EMAIL PROTECTED]
[INFO] Final Memory: 7M/13M [INFO] -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3752983 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-04-03 Thread [EMAIL PROTECTED]
) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Failure to run the plugin: [... snip ... ] caused by java.lang.IllegalStateException Any ideas? Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin

Re: Maven Webstart Plugin

2006-03-31 Thread [EMAIL PROTECTED]
: central (http://repo1.maven.org/maven2) at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365) .. etc. -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3689676 Sent from the Maven - Users forum at Nabble.com

Re: Maven Webstart Plugin

2006-03-31 Thread Tim Kettler
Hi Jeff, I have the following in my .m2/settings.xml... - settings profiles profile iddefault/id repositories repository idspike.releases.3dparty/id nameRepository for third party libraries/name

Re: Maven Webstart Plugin

2006-03-31 Thread Tim Kettler
Forgot this: the webstart-maven-plugin depends on the keytools-maven-plugin from the mojo project so you have to checkout and install that as well (before you build the webstart-plugin). -Tim Tim Kettler schrieb: Hi Jeff, I have the following in my .m2/settings.xml...

Re: Maven Webstart Plugin

2006-03-31 Thread [EMAIL PROTECTED]
-- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3697193 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Maven Webstart Plugin

2006-03-31 Thread [EMAIL PROTECTED]
Tim / Geoffrey, Would it be at all possible to email me a modified maven-jar-plugin.jar with the corrections in place? mailto:[EMAIL PROTECTED] Thanks again for all the help, Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3697399 Sent from

Re: Maven Webstart Plugin

2006-03-31 Thread Tim Kettler
, Would it be at all possible to email me a modified maven-jar-plugin.jar with the corrections in place? mailto:[EMAIL PROTECTED] Thanks again for all the help, Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3697399 Sent from the Maven - Users forum

Maven Webstart Plugin

2006-03-30 Thread [EMAIL PROTECTED]
I am new to Maven, and have it working relatively well for managing dependencies, and simple builds. I am trying to get the Maven Webstart plugin working for me, but am having several (probably simple) problems. Right now when I execute the mvn webstart:jnlp goal it is fails to download

Re: Maven Webstart Plugin

2006-03-30 Thread Geoffrey De Smet
I don't think a snapshot has already been published. I checked it out and mvn installed it to use it. [EMAIL PROTECTED] wrote: I am new to Maven, and have it working relatively well for managing dependencies, and simple builds. I am trying to get the Maven Webstart plugin working for me, but am