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 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 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 + + + + + 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 @@ -