use artifactId instead of name

This commit is contained in:
Renaud Pawlak 2017-08-02 10:39:31 +02:00
parent 1b05dc546b
commit 0c3bf3434f
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ ${{DEPENDENCIES}}
<failOnError>false</failOnError>
<!-- leave these options unchanged to place the Javadoc at the right place for jsweet.org -->
<reportOutputDirectory>/var/www/apidocs/releases/org/jsweet/candies</reportOutputDirectory>
<destDir>${project.name}-${project.version}</destDir>
<destDir>${project.artifactId}-${project.version}</destDir>
<!-- end of jsweet.org configuration -->
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>

View File

@ -50,7 +50,7 @@
<failOnError>false</failOnError>
<!-- leave these options unchanged to place the Javadoc at the right place for jsweet.org -->
<reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory>
<destDir>${project.name}-${project.version}</destDir>
<destDir>${project.artifactId}-${project.version}</destDir>
<!-- end of jsweet.org configuration -->
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>

View File

@ -113,7 +113,7 @@
<failOnError>false</failOnError>
<!-- leave these options unchanged to place the Javadoc at the right place for jsweet.org -->
<reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory>
<destDir>${project.name}-${project.version}</destDir>
<destDir>${project.artifactId}-${project.version}</destDir>
<!-- end of jsweet.org configuration -->
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>