Author: dcosse Date: 2016-03-02 15:19:52 +0100 (Wed, 02 Mar 2016) New Revision: 1635 Url: http://forge.nuiton.org/projects/mavenpom/repository/revisions/1635 Log: refs #3903 change jredmine parameters Modified: trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2016-03-02 13:52:42 UTC (rev 1634) +++ trunk/mavenpom4redmine/pom.xml 2016-03-02 14:19:52 UTC (rev 1635) @@ -101,26 +101,6 @@ <platform>nuiton.org</platform> <license.licenseName>lgpl_v3</license.licenseName> - - <!-- redmine configuration --> - <redmine.safe>false</redmine.safe> - <redmine.url>https://forge.${platform}</redmine.url> - <redmine.projectId>${projectId}</redmine.projectId> - <redmine.xmlPath> - ${maven.root.dir}/target/changes/changes.xml - </redmine.xmlPath> - <redmine.collectedArtifacts> - ${maven.root.dir}/target/collect-artifacts.txt - </redmine.collectedArtifacts> - <redmine.collectedAttachments> - ${maven.root.dir}/target/collect-attachments.txt - </redmine.collectedAttachments> - <redmine.deploymentUrl>${repository.home.url}</redmine.deploymentUrl> - - <!-- since v 4.0, can execute som mojo not on root module --> - <redmine.runOnlyOnRoot>false</redmine.runOnlyOnRoot> - <helper.runOnlyOnRoot>false</helper.runOnlyOnRoot> - <!-- issues status to include in changelog --> <redmine.statusIds>3,4,5</redmine.statusIds> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2016-03-02 13:52:42 UTC (rev 1634) +++ trunk/pom.xml 2016-03-02 14:19:52 UTC (rev 1635) @@ -30,7 +30,7 @@ <name>Mavenpom</name> <description>Ancestor of all projects of Code Lutin</description> - <url>https://doc.nuiton.org/mavenpom</url> + <url>https://forge.nuiton.org/projects/mavenpom</url> <inceptionYear>2009</inceptionYear> <organization> <name>CodeLutin</name> @@ -1563,7 +1563,7 @@ <release.repository>${central.release.repository}</release.repository> <!-- release repository url (to be used in site.xml, by default use other-release repository) --> <repository.home.url>${central.release.home.url}</repository.home.url> - + <!-- to launch post-release actions (generate announcements, ...) --> <skipInternalPostRelease>true</skipInternalPostRelease> @@ -1573,7 +1573,7 @@ <!-- redmine configuration --> <!-- must fail if redmine actions failed --> <redmine.safe>false</redmine.safe> - <redmine.url>http://forge.${platform}</redmine.url> + <redmine.url>https://forge.${platform}</redmine.url> <redmine.projectId>${projectId}</redmine.projectId> <!--<redmine.xmlPath>${maven.gen.dir}/changes/changes.xml</redmine.xmlPath>--> <redmine.xmlPath>${maven.root.dir}/target/changes/changes.xml</redmine.xmlPath>