Hi Janak.
Again thanks for your answers.
As I am responsible for several applications all built with Maven and deployed using Java Web Start,
it looks like the best solution for me would to to build a new Maven plugin based on the Maven dependency plugin and the Maven jar plugin.
This new plugin ...
Search found 3 matches
- 27 May 2020, 15:03
- Forum: Public Forums
- Topic: How to create jnlp bundle using Maven
- Replies: 7
- Views: 24582
- 27 May 2020, 12:46
- Forum: Public Forums
- Topic: How to create jnlp bundle using Maven
- Replies: 7
- Views: 24582
Re: How to create jnlp bundle using Maven
Hi Janak.
Thanks for the answer.
My understanding is that your example invokes the maven-jar-plugin and signs jar files.
This is all good.
However, the problem is am trying to solve (which I think is quite common to most applications deployed with Java Web Start) is like this:
I have an ...
Thanks for the answer.
My understanding is that your example invokes the maven-jar-plugin and signs jar files.
This is all good.
However, the problem is am trying to solve (which I think is quite common to most applications deployed with Java Web Start) is like this:
I have an ...
- 27 May 2020, 10:15
- Forum: Public Forums
- Topic: How to create jnlp bundle using Maven
- Replies: 7
- Views: 24582
How to create jnlp bundle using Maven
Hi.
I have for many years used Java Web Start to deploy applications. Now I consider moving to openwebstart.
Currently I build the bundle of files using the Maven plugin
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-7</version ...
I have for many years used Java Web Start to deploy applications. Now I consider moving to openwebstart.
Currently I build the bundle of files using the Maven plugin
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-7</version ...