diff --git a/cms-api/pom.xml b/cms-api/pom.xml index f25c574f8..b3a863ab6 100644 --- a/cms-api/pom.xml +++ b/cms-api/pom.xml @@ -8,6 +8,7 @@ cms-api jar + CMS Api diff --git a/cms-auth/pom.xml b/cms-auth/pom.xml index b7468bab2..4049572a0 100644 --- a/cms-auth/pom.xml +++ b/cms-auth/pom.xml @@ -8,6 +8,7 @@ cms-auth jar + CMS Auth diff --git a/cms-content/pom.xml b/cms-content/pom.xml index c097a7336..b3e5101bb 100644 --- a/cms-content/pom.xml +++ b/cms-content/pom.xml @@ -10,6 +10,7 @@ cms-content jar + CMS Content diff --git a/cms-core/pom.xml b/cms-core/pom.xml index eeec14349..405071fbb 100644 --- a/cms-core/pom.xml +++ b/cms-core/pom.xml @@ -8,6 +8,7 @@ cms-core jar + CMS Core diff --git a/cms-extensions/pom.xml b/cms-extensions/pom.xml index b7f9b2989..632ec1880 100644 --- a/cms-extensions/pom.xml +++ b/cms-extensions/pom.xml @@ -8,6 +8,7 @@ cms-extensions jar + CMS Extensions diff --git a/cms-filesystem/pom.xml b/cms-filesystem/pom.xml index 000ef1048..de8368072 100644 --- a/cms-filesystem/pom.xml +++ b/cms-filesystem/pom.xml @@ -8,6 +8,7 @@ cms-filesystem jar + CMS FileSystem diff --git a/cms-media/pom.xml b/cms-media/pom.xml index c8b9375f3..5af51d0d2 100644 --- a/cms-media/pom.xml +++ b/cms-media/pom.xml @@ -8,6 +8,7 @@ cms-media jar + CMS Media diff --git a/cms-server/pom.xml b/cms-server/pom.xml index 21d81e7e0..360732426 100644 --- a/cms-server/pom.xml +++ b/cms-server/pom.xml @@ -8,6 +8,7 @@ cms-server jar + CMS Server UTF-8 25 diff --git a/cms-templates/pom.xml b/cms-templates/pom.xml index 16fb8a597..41dd66609 100644 --- a/cms-templates/pom.xml +++ b/cms-templates/pom.xml @@ -12,6 +12,7 @@ cms-templates jar + CMS Templates 25 diff --git a/cms-test/pom.xml b/cms-test/pom.xml index 2e321d543..d2502405a 100644 --- a/cms-test/pom.xml +++ b/cms-test/pom.xml @@ -8,6 +8,7 @@ cms-test jar + CMS Test Framework com.condation.cms.test.CmsTest diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index db1df221f..53bb3ec57 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -8,6 +8,25 @@ integration-tests jar + integration-tests + + + true + true + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.4 + + true + + + + @@ -38,7 +57,6 @@ org.apache.commons commons-text - 1.15.0 com.condation.cms diff --git a/integration-tests/src/main/java/com/condation/cms/test/integration/Empty.java b/integration-tests/src/main/java/com/condation/cms/test/integration/Empty.java new file mode 100644 index 000000000..eac383be8 --- /dev/null +++ b/integration-tests/src/main/java/com/condation/cms/test/integration/Empty.java @@ -0,0 +1,32 @@ +package com.condation.cms.test.integration; + +/*- + * #%L + * integration-tests + * %% + * Copyright (C) 2023 - 2026 CondationCMS + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . + * #L% + */ + +/** + * This is an empty file to generate artifacts to be deployed + * + * @author thmar + */ +public class Empty { + +} diff --git a/modules/api-module/pom.xml b/modules/api-module/pom.xml index c3ffedbca..81ea83f59 100644 --- a/modules/api-module/pom.xml +++ b/modules/api-module/pom.xml @@ -8,6 +8,7 @@ api-module jar + CMS Api Module diff --git a/modules/example-module/pom.xml b/modules/example-module/pom.xml index 95e42062c..e11723014 100644 --- a/modules/example-module/pom.xml +++ b/modules/example-module/pom.xml @@ -8,6 +8,7 @@ example-module jar + CMS Example Module UTF-8 example-module diff --git a/modules/pom.xml b/modules/pom.xml index ba0124754..d626d1250 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -9,6 +9,7 @@ com.condation.cms.modules cms-modules pom + CMS Modules example-module diff --git a/modules/system-modules/pom.xml b/modules/system-modules/pom.xml index 6dd24cadb..89711b3d0 100644 --- a/modules/system-modules/pom.xml +++ b/modules/system-modules/pom.xml @@ -8,6 +8,7 @@ cms-system-modules jar + CMS System Modules diff --git a/modules/ui-module/pom.xml b/modules/ui-module/pom.xml index 24b5881f7..64305bd01 100644 --- a/modules/ui-module/pom.xml +++ b/modules/ui-module/pom.xml @@ -8,6 +8,7 @@ ui-module jar + UI Module diff --git a/pom.xml b/pom.xml index c5c1fddab..f24bec625 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ 4.0.0 com.condation.cms cms-parent + CMS Parent 8.0.0 pom