diff --git a/asie-api/pom.xml b/asie-api/pom.xml index 52c632c..0b14b62 100644 --- a/asie-api/pom.xml +++ b/asie-api/pom.xml @@ -2,6 +2,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + com.inteligr8.alfresco + asie-platform-module-parent + 1.0-SNAPSHOT + ../ + com.inteligr8.alfresco asie-api @@ -12,12 +19,6 @@ Alfresco Search & Insight Engine JAX-RS API - UTF-8 - 11 - 11 - 11 - true - 6.0.0 @@ -44,28 +45,6 @@ alfresco-repository - - - - - - - maven-compiler-plugin - 3.13.0 - - - - maven-site-plugin - 3.12.1 - - - - maven-dependency-plugin - 3.8.0 - - - - diff --git a/module/pom.xml b/module/pom.xml index ba688b1..8a74ab2 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -17,23 +17,23 @@ 5.2.0 - 23.3.2 + 23.3.0 org.alfresco - acs-packaging + acs-community-packaging ${alfresco.platform.version} pom import - + - org.springframework - spring-context + jakarta.ws.rs + jakarta.ws.rs-api provided @@ -41,39 +41,14 @@ jakarta.annotation-api provided - - jakarta.ws.rs - jakarta.ws.rs-api - provided - - - com.fasterxml.jackson.core - jackson-databind - provided - com.fasterxml.jackson.datatype jackson-datatype-jsr310 provided - com.fasterxml.jackson.jakarta.rs - jackson-jakarta-rs-json-provider - provided - - - org.apache.commons - commons-lang3 - provided - - - org.apache.cxf - cxf-rt-rs-client - provided - - - org.slf4j - slf4j-api + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations provided @@ -87,28 +62,10 @@ - - org.alfresco - alfresco-enterprise-repository - provided - - - org.alfresco - alfresco-elasticsearch-shared - - - org.alfresco alfresco-repository provided - - - - xpp3 - xpp3 - - @@ -133,25 +90,6 @@ - - - - - maven-compiler-plugin - 3.13.0 - - - - maven-site-plugin - 3.12.1 - - - - maven-dependency-plugin - 3.7.1 - - - io.repaint.maven @@ -167,75 +105,11 @@ - - - - ossrh-release - - true - - - - - maven-source-plugin - - - source - package - jar-no-fork - - - - - maven-javadoc-plugin - - - javadoc - package - jar - - public - - - - - - maven-gpg-plugin - - - sign - verify - sign - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - ossrh-deploy - deploy - deploy - - - - - - - - alfresco-private - https://artifacts.alfresco.com/nexus/content/groups/private + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public diff --git a/pom.xml b/pom.xml index 619491f..885e63a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ASIE Platform Module Parent An Alfresco Content Services Platform Module for expanded Alfresco Search Services & Insight Engine integration. - https://bitbucket.org/inteligr8/attribute-cleaner-platform-module + https://bitbucket.org/inteligr8/asie-platform-module @@ -72,4 +72,68 @@ asie-api module + + + + ossrh-release + + true + + + + + maven-source-plugin + + + source + package + jar-no-fork + + + + + maven-javadoc-plugin + + + javadoc + package + jar + + public + + + + + + maven-gpg-plugin + + + sign + verify + sign + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + ossrh-deploy + deploy + deploy + + + + + + + diff --git a/solr-api/pom.xml b/solr-api/pom.xml index 44b863a..331120d 100644 --- a/solr-api/pom.xml +++ b/solr-api/pom.xml @@ -2,6 +2,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + com.inteligr8.alfresco + asie-platform-module-parent + 1.0-SNAPSHOT + ../ + com.inteligr8 solr-api @@ -11,12 +18,6 @@ Apache Solr JAX-RS API - UTF-8 - 11 - 11 - 11 - true - 2.18.0 @@ -33,7 +34,7 @@ com.fasterxml.jackson.module - jackson-module-jaxb-annotations + jackson-module-jakarta-xmlbind-annotations ${jackson.version} @@ -47,26 +48,4 @@ ${jackson.version} - - - - - - - maven-compiler-plugin - 3.13.0 - - - - maven-site-plugin - 3.12.1 - - - - maven-dependency-plugin - 3.8.0 - - - -