webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread Chris Michiels
When using the webstart-maven-plugin:1.0-alpha-1-SNAPSHOT I get the error that it needs maven-jar-plugin:jar:2.1-SNAPSHOT. Only the 2.1 version is available on http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-jar-plugin/. What is the best way to deal with this please ? Thanks! Trace

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread pjungwir
Snapshots live in a separate repository. See here for information on obtaining snapshots: http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html HTH, Paul -- View this message in context: http://www.nabble.com/webstart-maven-plugin-needs-maven-jar-plugin%3Ajar%3A2.

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread Chris Michiels
Thanks Paul, Adding additional snapshot repo's did do the job, Any experience with the webstart-maven-plugin ? Chris 2006/10/23, pjungwir <[EMAIL PROTECTED]>: Snapshots live in a separate repository. See here for information on obtaining snapshots: http://maven.apache.org/guides/developme

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 7:15, Chris Michiels escribió: Thanks Paul, Adding additional snapshot repo's did do the job, Any experience with the webstart-maven-plugin ? It worked fine for me. Just beware with something a little strange: Velocity templates (.vm) must be in src/jnlp, while additional reso

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : TIA! Chris PS : in the past I just rejarred the jars af

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 13:24, Chris Michiels escribió: Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : My VM g

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés! Best regards, C. 2006/10/24, Andrés <[EMAIL PROTECTED]>: El 24/10/2006 13:24, Chris Michiels escribió: > Thanks Andrés, > > I've got everything working, and am now facing the velocity template (being > a total newbie at velocity). Care to share your template.vm :o) ? > > I us

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Valerio Schiavoni
Hi Chris, here is a working for me template.vm: your title here your vendor here your descrtion here $dependencies i'm not 100% sure about the codebase attribute: the current svn version of the plugin seems to ignore that part..bu

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Chris Michiels
Hi Valerio, Thanks for your answer but my JWS Demo App is already up-and-running using two modules : jws (the jws app) and jws-war (the download webapp). So if you are interested ... my template.vm is similar to yours and I use the JnlpDownloadServlet to get the final missing peaces. In my jws