diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml index f39ddfe0..e9da16ab 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml @@ -31,6 +31,8 @@ @@keystore.settings@@ + @@activemq.version + 1.1.8 @@ -81,6 +83,14 @@ ${alfresco.sdk.version} test + + + org.apache.activemq + activemq-all + ${activemq.version} + test + + diff --git a/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml index 90f13f58..babfb7cc 100644 --- a/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml @@ -1,536 +1,546 @@ - - - 4.0.0 - ${groupId} - ${artifactId} - ${version} - ${artifactId} Platform/Repository JAR Module - Platform/Repo JAR Module (to be included in the alfresco.war) - jar - - - - @@alfresco.sdk.parent.version@@ - - UTF-8 - - - org.alfresco - @@alfresco.bomDependency.artifactId@@ - @@alfresco.platform.version@@ - @@alfresco.share.version@@ - - - @@alfresco.platform.docker.image@@ - @@alfresco.share.docker.image@@ - - @@keystore.settings@@ - - - 1.1.8 - - - 8180 - ${artifactId}-acs - 8080 - 8888 - 5555 - - - - - - - - - - junit - junit - 4.13.1 - test - - - org.mockito - mockito-all - 1.9.5 - test - - - org.apache.httpcomponents - httpclient - 4.5.2 - test - - - - - ${alfresco.groupId} - alfresco-remote-api - provided - - - - - org.alfresco.maven - alfresco-rad - ${alfresco.sdk.version} - test - - - - - - - - ${alfresco.groupId} - ${alfresco.bomDependencyArtifactId} - ${alfresco.platform.version} - pom - import - - - - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - UTF-8 - - ftl - acp - svg - pdf - doc - docx - xls - xlsx - ppt - pptx - bin - lic - swf - zip - msg - jar - ttf - eot - woff - woff2 - css - ico - psd - js - - - - - copy-and-filter-docker-compose-resources - validate - - copy-resources - - - ${project.build.outputDirectory}/docker - - - docker - true - - - - - - copy-and-filter-docker-resources - validate - - copy-resources - - - ${project.build.directory} - - - src/main/docker - true - - **/*.jar - **/*.so - **/*.gz - - - - - - - copy-and-filter-docker-resources-non-filtered - validate - - copy-resources - - - ${project.build.directory} - - - src/main/docker - false - - **/*.jar - **/*.so - **/*.gz - - - - - - - copy-repository-extension - package - - copy-resources - - - ${project.build.directory}/extensions - - - target - - ${project.build.finalName}.jar - - false - - - - - - copy-repository-tests - pre-integration-test - - copy-resources - - - ${project.build.directory}/extensions - - - target - - ${project.build.finalName}-tests.jar - - false - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.1 - - - - collect-test-artifacts - pre-integration-test - - copy-dependencies - - - ${project.build.directory}/extensions - compile - - - - - collect-extensions - package - - copy-dependencies - - - ${project.build.directory}/extensions - runtime - - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - - test-jar - - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M1 - - - ${test.acs.endpoint.path} - - - - - integration-test - integration-test - - integration-test - - - - verify-test - verify - - verify - - - - - - org.apache.maven.surefire - surefire-junit47 - 3.0.0-M1 - - - - - - - net.alchim31.maven - yuicompressor-maven-plugin - 1.5.1 - - - - compress-assembly - - compress - - - ${project.basedir}/src/main/assembly/web - ${project.basedir}/src/main/assembly/web - - **/webscripts/** - **/site-webscripts/** - **/META-INF/** - **/*.lib.js - **/*.css - **/*-min.js - **/*-min.css - - true - false - - - - - compress-resources - - compress - - - - **/webscripts/** - **/site-webscripts/** - **/*.lib.js - **/*.css - **/*-min.js - **/*-min.css - - true - false - - - - - - - - org.zeroturnaround - jrebel-maven-plugin - ${jrebel.version} - - - generate-rebel-xml - process-resources - - generate - - - - - - - all - - - ${project.build.outputDirectory} - ${project.build.testOutputDirectory} - - - - - - true - - - - - - - - src/main/resources - true - - - - - - src/test/resources - true - - - - - - - java8 - - [1.8,11.0) - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - - - - - - - java11 - - [11.0,) - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 11 - - - - - - - - - - - alfresco-public - https://artifacts.alfresco.com/nexus/content/groups/public - - - alfresco-public-snapshots - https://artifacts.alfresco.com/nexus/content/groups/public-snapshots - - true - daily - - - - - alfresco-private-repository - https://artifacts.alfresco.com/nexus/content/groups/private - - - - - - alfresco-plugin-public - https://artifacts.alfresco.com/nexus/content/groups/public - - - alfresco-plugin-public-snapshots - https://artifacts.alfresco.com/nexus/content/groups/public-snapshots - - true - daily - - - - + + + 4.0.0 + ${groupId} + ${artifactId} + ${version} + ${artifactId} Platform/Repository JAR Module + Platform/Repo JAR Module (to be included in the alfresco.war) + jar + + + + @@alfresco.sdk.parent.version@@ + + UTF-8 + + + org.alfresco + @@alfresco.bomDependency.artifactId@@ + @@alfresco.platform.version@@ + @@alfresco.share.version@@ + + + @@alfresco.platform.docker.image@@ + @@alfresco.share.docker.image@@ + + @@keystore.settings@@ + + @@activemq.version + + + 1.1.8 + + + 8180 + ${artifactId}-acs + 8080 + 8888 + 5555 + + + + + + + + + + junit + junit + 4.13.1 + test + + + org.mockito + mockito-all + 1.9.5 + test + + + org.apache.httpcomponents + httpclient + 4.5.2 + test + + + + + ${alfresco.groupId} + alfresco-remote-api + provided + + + + + org.alfresco.maven + alfresco-rad + ${alfresco.sdk.version} + test + + + + org.apache.activemq + activemq-all + ${activemq.version} + test + + + + + + + + + ${alfresco.groupId} + ${alfresco.bomDependencyArtifactId} + ${alfresco.platform.version} + pom + import + + + + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + UTF-8 + + ftl + acp + svg + pdf + doc + docx + xls + xlsx + ppt + pptx + bin + lic + swf + zip + msg + jar + ttf + eot + woff + woff2 + css + ico + psd + js + + + + + copy-and-filter-docker-compose-resources + validate + + copy-resources + + + ${project.build.outputDirectory}/docker + + + docker + true + + + + + + copy-and-filter-docker-resources + validate + + copy-resources + + + ${project.build.directory} + + + src/main/docker + true + + **/*.jar + **/*.so + **/*.gz + + + + + + + copy-and-filter-docker-resources-non-filtered + validate + + copy-resources + + + ${project.build.directory} + + + src/main/docker + false + + **/*.jar + **/*.so + **/*.gz + + + + + + + copy-repository-extension + package + + copy-resources + + + ${project.build.directory}/extensions + + + target + + ${project.build.finalName}.jar + + false + + + + + + copy-repository-tests + pre-integration-test + + copy-resources + + + ${project.build.directory}/extensions + + + target + + ${project.build.finalName}-tests.jar + + false + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + + collect-test-artifacts + pre-integration-test + + copy-dependencies + + + ${project.build.directory}/extensions + compile + + + + + collect-extensions + package + + copy-dependencies + + + ${project.build.directory}/extensions + runtime + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + test-jar + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M1 + + + ${test.acs.endpoint.path} + + + + + integration-test + integration-test + + integration-test + + + + verify-test + verify + + verify + + + + + + org.apache.maven.surefire + surefire-junit47 + 3.0.0-M1 + + + + + + + net.alchim31.maven + yuicompressor-maven-plugin + 1.5.1 + + + + compress-assembly + + compress + + + ${project.basedir}/src/main/assembly/web + ${project.basedir}/src/main/assembly/web + + **/webscripts/** + **/site-webscripts/** + **/META-INF/** + **/*.lib.js + **/*.css + **/*-min.js + **/*-min.css + + true + false + + + + + compress-resources + + compress + + + + **/webscripts/** + **/site-webscripts/** + **/*.lib.js + **/*.css + **/*-min.js + **/*-min.css + + true + false + + + + + + + + org.zeroturnaround + jrebel-maven-plugin + ${jrebel.version} + + + generate-rebel-xml + process-resources + + generate + + + + + + + all + + + ${project.build.outputDirectory} + ${project.build.testOutputDirectory} + + + + + + true + + + + + + + + src/main/resources + true + + + + + + src/test/resources + true + + + + + + + java8 + + [1.8,11.0) + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + + + + java11 + + [11.0,) + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + + + + + + + + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public + + + alfresco-public-snapshots + https://artifacts.alfresco.com/nexus/content/groups/public-snapshots + + true + daily + + + + + alfresco-private-repository + https://artifacts.alfresco.com/nexus/content/groups/private + + + + + + alfresco-plugin-public + https://artifacts.alfresco.com/nexus/content/groups/public + + + alfresco-plugin-public-snapshots + https://artifacts.alfresco.com/nexus/content/groups/public-snapshots + + true + daily + + + + diff --git a/pom.xml b/pom.xml index 64fc7808..7513f743 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,9 @@ -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=AES + + 5.16.1 + https://github.com/Alfresco/alfresco-sdk @@ -246,7 +249,7 @@ 6.0.b alfresco/alfresco-content-repository-community alfresco/alfresco-share - + @@ -258,7 +261,7 @@ 6.0 alfresco/alfresco-content-repository alfresco/alfresco-share - + @@ -272,7 +275,7 @@ 6.1.1 alfresco/alfresco-content-repository-community alfresco/alfresco-share - + @@ -284,7 +287,7 @@ 6.1.0 quay.io/alfresco/alfresco-content-repository quay.io/alfresco/alfresco-share - + @@ -298,7 +301,7 @@ 6.2.2 alfresco/alfresco-content-repository-community alfresco/alfresco-share - + @@ -310,7 +313,7 @@ 6.2.2.2 quay.io/alfresco/alfresco-content-repository quay.io/alfresco/alfresco-share - +