Update changes report configuration to allow component reports

Remove configuration that is a duplicate of commons-parent.
This commit is contained in:
aherbert 2022-10-13 13:08:39 +01:00
parent b7988729bd
commit 86c703f3af
8 changed files with 10 additions and 9 deletions

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.core</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>core</math.jira.component>
<!-- Disable coverage checks in Travis -->
<jacoco.skip>true</jacoco.skip>

View File

@ -46,6 +46,7 @@
<commons.automatic.module.name>org.apache.commons.math4.examples</commons.automatic.module.name>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>examples</math.jira.component>
<math.version>4.0-SNAPSHOT</math.version>
<math.picocli.version>3.9.5</math.picocli.version>

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.legacy.core</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>legacy-core</math.jira.component>
</properties>
<dependencies>

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.legacy.exception</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>legacy-exception</math.jira.component>
</properties>
<dependencies>

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.legacy</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>legacy</math.jira.component>
</properties>
<dependencies>

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.neuralnet</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>neuralnet</math.jira.component>
</properties>
<dependencies>

View File

@ -40,6 +40,7 @@
<commons.osgi.export>org.apache.commons.math4.transform</commons.osgi.export>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>transform</math.jira.component>
</properties>
<dependencies>

12
pom.xml
View File

@ -104,6 +104,8 @@
This flag should be deactivated by child modules. -->
<perform.site.checkout>true</perform.site.checkout>
<!-- Set by modules to create a custom jira report -->
<math.jira.component />
</properties>
<modules> <!-- Do not change the ordering of the 4 blocks below. -->
@ -468,19 +470,11 @@
<artifactId>maven-changes-plugin</artifactId>
<version>${commons.changes.version}</version>
<configuration>
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
<columnNames>Fix Version,Key,Component,Summary,Type,Resolution,Status</columnNames>
<!-- Sort cols in natural order when using JQL for JIRA 5.1 -->
<sortColumnNames>Fix Version DESC,Type,Key DESC</sortColumnNames>
<resolutionIds>Fixed,Implemented</resolutionIds>
<statusIds>Resolved,Closed</statusIds>
<!-- Don't include sub-task -->
<typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
<!-- For JIRA >= 5.1 -->
<useJql>true</useJql>
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
<maxEntries>${commons.changes.maxEntries}</maxEntries>
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
<component>${math.jira.component}</component>
</configuration>
<reportSets>
<reportSet>