From 3cee30d1634a582c14d4484cc5c782957b35fcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:34:31 +0700 Subject: [PATCH 1/5] Created pom.xml file --- alfrescoecm-demo-app/pom.xml | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 alfrescoecm-demo-app/pom.xml diff --git a/alfrescoecm-demo-app/pom.xml b/alfrescoecm-demo-app/pom.xml new file mode 100644 index 0000000..29f440f --- /dev/null +++ b/alfrescoecm-demo-app/pom.xml @@ -0,0 +1,46 @@ + + + 4.0.0 + com.axonivy.connector.alfresco + alfrescoecm-demo-app + 12.0.1-SNAPSHOT + pom + + scm:git:https://github.com/axonivy-market/alfresco-connector.git + + + UTF-8 + + + + com.axonivy.connector.alfresco + alfresco-connector-demo + 12.0.1-SNAPSHOT + iar + + + + + + maven-assembly-plugin + 3.1.0 + + + create.app + generate-resources + + single + + + + + + assembly.xml + + false + + + + + From dc87c73a2e46579f20ed1e7e5b9f55d370c273c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:34:32 +0700 Subject: [PATCH 2/5] Created assembly.xml file --- alfrescoecm-demo-app/assembly.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 alfrescoecm-demo-app/assembly.xml diff --git a/alfrescoecm-demo-app/assembly.xml b/alfrescoecm-demo-app/assembly.xml new file mode 100644 index 0000000..2f9dcd5 --- /dev/null +++ b/alfrescoecm-demo-app/assembly.xml @@ -0,0 +1,25 @@ + + app + + zip + + false + + + + + *:*:iar:* + + + + + + + + deploy.options.yaml + + + + \ No newline at end of file From 691fb690c99d5e30a37864917a8ac17a470a959c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:34:34 +0700 Subject: [PATCH 3/5] Created deploy.options.yaml file --- alfrescoecm-demo-app/deploy.options.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 alfrescoecm-demo-app/deploy.options.yaml diff --git a/alfrescoecm-demo-app/deploy.options.yaml b/alfrescoecm-demo-app/deploy.options.yaml new file mode 100644 index 0000000..3f0f429 --- /dev/null +++ b/alfrescoecm-demo-app/deploy.options.yaml @@ -0,0 +1,8 @@ +# Indicates whether project test users should be deployed to the engine or not. +deployTestUsers: FALSE # [AUTO], TRUE, FALSE + +# Deployment target settings. +target: + version: RELEASED # [AUTO], RELEASED, (version values, e.g. 2.5 or (2.0,3.0]) + state: ACTIVE_AND_RELEASED # [ACTIVE_AND_RELEASED], ACTIVE, INACTIVE + fileFormat: AUTO # [AUTO], PACKED, EXPANDED \ No newline at end of file From 5c2655760108e0f27f1910646f9c2044b56005d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:34:35 +0700 Subject: [PATCH 4/5] Update POM module --- pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 5cfdf69..2c809b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,25 +1,24 @@ - + + 4.0.0 com.axonivy.connector.alfresco alfresco-connector-modules 12.0.1-SNAPSHOT pom - - UTF-8 - - alfresco-connector alfresco-connector-demo alfresco-connector-test alfresco-connector-product + alfrescoecm-demo-app - scm:git:https://github.com/axonivy-market/alfresco-connector.git - HEAD - + + UTF-8 + @@ -31,7 +30,6 @@ - org.apache.maven.plugins maven-release-plugin 3.0.0-M4 @@ -41,5 +39,4 @@ - From 6ac72e0e1fb93821b4822a3f04613474992c2e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:02:00 +0700 Subject: [PATCH 5/5] Update POM module