Hi Every one,
First thanks for looking, I am using webstart-maven-plugin to create JNLP
files like this from vm files
<excludeTransitive>true</excludeTransitive>
                                        <jnlpFiles>
                                                <jnlpFile>
                                                        <templateFilename>
                                                                jnlpProd.vm

<jarResources>
                                                                <jarResource>
                                                                        
<groupId>com.my</groupId>
                                                                        
<artifactId>
                                                                                
client
                                                                        
</artifactId>
                                                                        
<version>${pom.version}</version>
                                                                        
<mainClass>
                                                                                
com.my.Main
                                                                        
</mainClass>

being the main class to put into jnlp as jar like this

<jar href="client.jar" version="3.5.1.5" main="true"/>

as can be seen the above line the jar has no extension with version as is
common in maven jars so when the jnlp is invoked from the browser the jars
are not found as the client-3.5.1.5.jar is the actual jar located on the web
server how can this be solved.

Any help is appreciated.

Regards

-- 
View this message in context: 
http://www.nabble.com/JNLP-webstart-maven-plugin-jar-version-issue-tp25932257p25932257.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to