This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit f220f880ee536655e4f8f458cae858ceb028d102 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 9 09:02:55 2015 +0100 fix jnlp configuration --- coser-ui/pom.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/coser-ui/pom.xml b/coser-ui/pom.xml index 46164ab..e12f2ad 100644 --- a/coser-ui/pom.xml +++ b/coser-ui/pom.xml @@ -10,7 +10,6 @@ <groupId>fr.ifremer.coser</groupId> <artifactId>coser-ui</artifactId> - <packaging>jar</packaging> <name>Coser :: UI</name> <description>Coser ui module</description> @@ -31,6 +30,10 @@ <i18n.bundleOutputName>${coserI18nBundle}</i18n.bundleOutputName> <redmine.releaseFiles>target/coser-${project.version}-bin.zip</redmine.releaseFiles> + + <jnlpFileName>coser.jnlp</jnlpFileName> + <jnlpCodebase>https://coser.codelutin.com/v/${siteDeployClassifier}/coser-ui/jnlp</jnlpCodebase> + </properties> <dependencies> @@ -345,7 +348,7 @@ <libPath>lib</libPath> <makeArchive>false</makeArchive> <verbose>false</verbose> - <codebase>https://coser.codelutin.com/v/${siteDeployClassifier}/coser-ui/jnlp</codebase> + <codebase>${jnlpCodebase}</codebase> <jnlp> <inputTemplateResourcePath>${project.basedir}</inputTemplateResourcePath> <inputTemplate>src/main/jnlp/coser-jnlp.vm</inputTemplate> @@ -353,6 +356,7 @@ <allPermissions>true</allPermissions> <offlineAllowed>true</offlineAllowed> <j2seVersion>1.6+</j2seVersion> + <outputFile>${jnlpFileName}</outputFile> </jnlp> <updateManifestEntries> <Application-Name>Coser ${project.version}</Application-Name> @@ -393,15 +397,7 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>webstart-maven-plugin</artifactId> - <version>${webstartPluginVersion}</version> - </plugin> - </plugins> - </reporting> + </profile> <profile> @@ -444,6 +440,16 @@ </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>webstart-maven-plugin</artifactId> + <version>${webstartPluginVersion}</version> + <configuration> + <siteJnlpFile>${jnlpFileName}</siteJnlpFile> + <codebase>${jnlpCodebase}</codebase> + </configuration> + </plugin> + </plugins> </reporting> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.