From 7736d63b956e67e9df143ece764783a2c76cbf64 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 2 Feb 2018 10:20:02 +0000 Subject: [PATCH] CCM NG: pom cleanup git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5234 8810af33-2d31-482b-a856-94f89814c4df --- .../resources/archetype-resources/pom.xml | 36 ++---- .../resources/archetype-resources/pom.xml | 34 ++---- ccm-cms-types-agenda/pom.xml | 34 ++---- ccm-cms-types-bookmark/pom.xml | 34 ++---- ccm-cms-types-decisiontree/pom.xml | 36 ++---- ccm-cms-types-externallink/pom.xml | 34 ++---- ccm-cms-types-faqitem/pom.xml | 34 ++---- ccm-cms-types-glossaryitem/pom.xml | 34 ++---- ccm-cms-types-minutes/pom.xml | 36 ++---- ccm-cms/pom.xml | 16 +-- ccm-core/pom.xml | 20 --- ccm-docrepo/pom.xml | 92 ++++++-------- ccm-shortcuts/pom.xml | 114 ++++++++---------- 13 files changed, 177 insertions(+), 377 deletions(-) diff --git a/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml b/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml index 74805f5da..8cb47a121 100644 --- a/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml +++ b/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 @@ -10,11 +10,11 @@ ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + ${groupId} ${artifactId} ${version} - + ${artifactId} @@ -36,18 +36,18 @@ org.hibernate hibernate-entitymanager - + org.hibernate hibernate-validator - + junit junit test - + org.hamcrest hamcrest-core @@ -65,7 +65,7 @@ ${project.parent.version} test - + nl.jqno.equalsverifier equalsverifier @@ -92,7 +92,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -117,7 +117,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -150,22 +150,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml b/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml index 3a1756658..8b6eb16e2 100644 --- a/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml +++ b/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml @@ -1,17 +1,17 @@ - 4.0.0 - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + ${groupId} ${artifactId} ${version} @@ -32,7 +32,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,13 +49,13 @@ org.hibernate hibernate-validator - + junit junit test - + org.hamcrest hamcrest-core @@ -100,7 +100,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -125,7 +125,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -158,22 +158,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-agenda/pom.xml b/ccm-cms-types-agenda/pom.xml index 4f78c8cb8..d907ee1b0 100644 --- a/ccm-cms-types-agenda/pom.xml +++ b/ccm-cms-types-agenda/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-agenda 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -72,14 +72,14 @@ hibernate-validator-cdi provided - - + + junit junit test - + org.hamcrest hamcrest-core @@ -124,7 +124,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -148,7 +148,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -179,22 +179,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-bookmark/pom.xml b/ccm-cms-types-bookmark/pom.xml index 52c127416..835ce5cf0 100644 --- a/ccm-cms-types-bookmark/pom.xml +++ b/ccm-cms-types-bookmark/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-bookmark 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -61,7 +61,7 @@ hibernate-search-orm provided - + org.hibernate hibernate-validator @@ -72,13 +72,13 @@ hibernate-validator-cdi provided - + junit junit test - + org.hamcrest hamcrest-core @@ -123,7 +123,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -147,7 +147,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -178,22 +178,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-decisiontree/pom.xml b/ccm-cms-types-decisiontree/pom.xml index 50aca56f6..e60fe3585 100644 --- a/ccm-cms-types-decisiontree/pom.xml +++ b/ccm-cms-types-decisiontree/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-decisiontree 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -61,7 +61,7 @@ hibernate-search-orm provided - + org.hibernate hibernate-validator @@ -72,14 +72,14 @@ hibernate-validator-cdi provided - - + + junit junit test - + org.hamcrest hamcrest-core @@ -124,7 +124,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -148,7 +148,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -179,22 +179,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-externallink/pom.xml b/ccm-cms-types-externallink/pom.xml index a81076803..874e70624 100644 --- a/ccm-cms-types-externallink/pom.xml +++ b/ccm-cms-types-externallink/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-externallink 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -61,7 +61,7 @@ hibernate-search-orm provided - + org.hibernate hibernate-validator @@ -72,13 +72,13 @@ hibernate-validator-cdi provided - + junit junit test - + org.hamcrest hamcrest-core @@ -123,7 +123,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -147,7 +147,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -178,22 +178,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-faqitem/pom.xml b/ccm-cms-types-faqitem/pom.xml index f2d63bb46..4d5a17441 100644 --- a/ccm-cms-types-faqitem/pom.xml +++ b/ccm-cms-types-faqitem/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-faqitem 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -61,7 +61,7 @@ hibernate-search-orm provided - + org.hibernate hibernate-validator @@ -72,13 +72,13 @@ hibernate-validator-cdi provided - + junit junit test - + org.hamcrest hamcrest-core @@ -123,7 +123,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -147,7 +147,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -178,22 +178,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-glossaryitem/pom.xml b/ccm-cms-types-glossaryitem/pom.xml index 6f9e549a2..f81bb2cc7 100644 --- a/ccm-cms-types-glossaryitem/pom.xml +++ b/ccm-cms-types-glossaryitem/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-glossaryitem 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,13 +49,13 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers provided - + org.hibernate hibernate-search-orm @@ -72,13 +72,13 @@ hibernate-validator-cdi provided - + junit junit test - + org.hamcrest hamcrest-core @@ -123,7 +123,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -147,7 +147,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -178,22 +178,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms-types-minutes/pom.xml b/ccm-cms-types-minutes/pom.xml index a9a2fb39c..e052fac11 100644 --- a/ccm-cms-types-minutes/pom.xml +++ b/ccm-cms-types-minutes/pom.xml @@ -8,14 +8,14 @@ org.libreccm 7.0.0-SNAPSHOT - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.librecms ccm-cms-types-minutes 7.0.0-SNAPSHOT @@ -36,7 +36,7 @@ ${project.parent.version} provided - + org.librecms ccm-cms @@ -49,7 +49,7 @@ hibernate-entitymanager provided - + org.hibernate hibernate-envers @@ -61,7 +61,7 @@ hibernate-search-orm provided - + org.hibernate hibernate-validator @@ -72,14 +72,14 @@ hibernate-validator-cdi provided - - + + junit junit test - + org.hamcrest hamcrest-core @@ -124,7 +124,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -148,7 +148,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -179,22 +179,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-cms/pom.xml b/ccm-cms/pom.xml index ba75c1acd..9180c150d 100644 --- a/ccm-cms/pom.xml +++ b/ccm-cms/pom.xml @@ -235,22 +235,8 @@ check - - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - + diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index 089c0c7fb..7c02cb2f1 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -327,26 +327,6 @@ report - diff --git a/ccm-docrepo/pom.xml b/ccm-docrepo/pom.xml index 01c93c81e..840aa8e69 100644 --- a/ccm-docrepo/pom.xml +++ b/ccm-docrepo/pom.xml @@ -1,14 +1,14 @@ - 4.0.0 - + UTF-8 - + org.libreccm libreccm-parent @@ -18,11 +18,11 @@ org.libreccm ccm-docrepo 7.0.0-SNAPSHOT - + LibreCCM DocRepo http://www.libreccm.org/moudles/ccm-docrepo - + Lesser GPL 2.1 @@ -37,26 +37,26 @@ jar provided - + org.libreccm ccm-core ${project.parent.version} provided - + org.hibernate hibernate-entitymanager provided - + org.hibernate hibernate-validator provided - + org.apache.logging.log4j @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-api - + org.apache.shiro shiro-core @@ -75,26 +75,26 @@ org.apache.shiro shiro-web - + junit junit test - + org.libreccm ccm-testutils ${project.parent.version} test - + nl.jqno.equalsverifier equalsverifier test - + org.jboss.arquillian.junit arquillian-junit-container @@ -115,7 +115,7 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 @@ -123,10 +123,10 @@ - + ccm-docrepo - + org.apache.maven.plugins @@ -139,7 +139,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -147,7 +147,7 @@ org.libreccm.tests.categories.UnitTest - + org.jacoco jacoco-maven-plugin @@ -165,27 +165,7 @@ report - - + de.jpdigital @@ -211,10 +191,10 @@ - + - + @@ -330,7 +310,7 @@ - + wildfly-managed-h2-mem @@ -354,7 +334,7 @@ Saxon-HE - + @@ -367,7 +347,7 @@ ${project.build.directory}/generated-resources --> - + de.jpdigital @@ -411,7 +391,7 @@ - + wildfly-managed-pgsql @@ -434,7 +414,7 @@ Saxon-HE - + @@ -447,7 +427,7 @@ ${project.build.directory}/generated-resources --> - + de.jpdigital @@ -491,7 +471,7 @@ - + wildfly-remote-h2-mem @@ -514,7 +494,7 @@ Saxon-HE - + @@ -527,7 +507,7 @@ ${project.build.directory}/generated-resources --> - + de.jpdigital @@ -571,7 +551,7 @@ - + wildfly-remote-pgsql @@ -594,7 +574,7 @@ Saxon-HE - + @@ -607,7 +587,7 @@ ${project.build.directory}/generated-resources --> - + de.jpdigital @@ -653,5 +633,5 @@ - + diff --git a/ccm-shortcuts/pom.xml b/ccm-shortcuts/pom.xml index f4fa41a4d..ba248afff 100644 --- a/ccm-shortcuts/pom.xml +++ b/ccm-shortcuts/pom.xml @@ -1,37 +1,37 @@ - 4.0.0 - + UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z'Z - + org.libreccm libreccm-parent 7.0.0-SNAPSHOT - + org.libreccm ccm-shortcuts - + LibreCCM Shortcuts - + http://www.libreccm.org/modules/ccm-shortcuts - + Lesser GPL 2.1 http://www.gnu.org/licenses/old-licenses/lgpl-2.1 - + javax @@ -39,32 +39,32 @@ jar provided - + org.libreccm ccm-core ${project.parent.version} provided - + org.hibernate hibernate-entitymanager provided - + org.hibernate hibernate-envers provided - + org.hibernate hibernate-validator provided - + org.apache.logging.log4j log4j-core @@ -73,7 +73,7 @@ org.apache.logging.log4j log4j-api - + org.apache.shiro shiro-core @@ -82,13 +82,13 @@ org.apache.shiro shiro-web - + junit junit test - + org.hamcrest hamcrest-core @@ -99,20 +99,20 @@ hamcrest-library test - + org.libreccm ccm-testutils ${project.parent.version} test - + nl.jqno.equalsverifier equalsverifier test - + org.jboss.arquillian.junit arquillian-junit-container @@ -133,25 +133,25 @@ shrinkwrap-resolver-impl-maven test - + com.h2database h2 test - + - + ccm-shortcuts - + src/main/resources true - + src/test/resources @@ -160,7 +160,7 @@ ${project.build.directory}/generated-resources - + org.apache.maven.plugins @@ -173,7 +173,7 @@ ${project.build.sourceEncoding} - + org.apache.maven.plugins maven-surefire-plugin @@ -182,7 +182,7 @@ false - + org.jacoco jacoco-maven-plugin @@ -200,27 +200,7 @@ report - - + de.jpdigital @@ -245,11 +225,11 @@ - + - + - + @@ -302,7 +282,7 @@ jacoco-maven-plugin 0.7.9 - + org.codehaus.mojo findbugs-maven-plugin @@ -316,7 +296,7 @@ findbugs-exclude.xml --> - + org.apache.maven.plugins maven-pmd-plugin @@ -374,7 +354,7 @@ - + wildfly-managed-h2-mem @@ -404,7 +384,7 @@ Saxon-HE - + @@ -417,7 +397,7 @@ ${project.build.directory}/generated-resources - + de.jpdigital @@ -464,7 +444,7 @@ - + wildfly-managed-pgsql @@ -490,7 +470,7 @@ Saxon-HE - + @@ -503,7 +483,7 @@ ${project.build.directory}/generated-resources - + de.jpdigital @@ -550,7 +530,7 @@ - + wildfly-remote-h2-mem @@ -578,7 +558,7 @@ Saxon-HE - + @@ -591,7 +571,7 @@ ${project.build.directory}/generated-resources - + de.jpdigital @@ -638,7 +618,7 @@ - + wildfly-remote-pgsql @@ -664,7 +644,7 @@ Saxon-HE - + @@ -677,7 +657,7 @@ ${project.build.directory}/generated-resources - + de.jpdigital @@ -725,5 +705,5 @@ - +