You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/06/06 19:08:03 UTC

[maven-pdf-plugin] 01/01: [MPOM-91] Update names of reports to convention used in MPIR 3.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MPDF-91
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git

commit 16a92243ba3b646982f5fa8b16b0731986850673
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jun 4 22:24:34 2019 +0200

    [MPOM-91] Update names of reports to convention used in MPIR 3.0
    
    Used in -Ppdf profile
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0c8250..93736bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,11 +400,11 @@ under the License.
             <reportSets>
               <reportSet>
                 <reports>
-                  <report>cim</report>
-                  <report>issue-tracking</report>
-                  <report>license</report>
-                  <report>mailing-list</report>
-                  <report>project-team</report>
+                  <report>ci-management</report>
+                  <report>issue-management</report>
+                  <report>licenses</report>
+                  <report>mailing-lists</report>
+                  <report>team</report>
                   <report>scm</report>
                   <report>summary</report>
                 </reports>