diff --git a/pom.xml b/pom.xml index a740597..f674534 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,23 @@ - + + 4.0.0 com.axonivy.connector.ups - ups-connector ups-connector-modules 12.0.1-SNAPSHOT pom - + ups-connector - ups-oauth-feature + ups-oauth-feature ${project.name} ${project.name}-demo ${project.name}-test ${project.name}-product + ${project.name}-demo-app - - scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + scm:git:https://github.com/axonivy-market/ups-connector.git - @@ -30,7 +29,6 @@ - org.apache.maven.plugins maven-release-plugin 3.0.0-M4 @@ -40,5 +38,4 @@ - diff --git a/ups-connector-demo-app/assembly.xml b/ups-connector-demo-app/assembly.xml new file mode 100644 index 0000000..e58971e --- /dev/null +++ b/ups-connector-demo-app/assembly.xml @@ -0,0 +1,25 @@ + + app + + zip + + false + + + + + *:*:iar:* + + + + + + + + deploy.options.yaml + + + + \ No newline at end of file diff --git a/ups-connector-demo-app/deploy.options.yaml b/ups-connector-demo-app/deploy.options.yaml new file mode 100644 index 0000000..4b764cb --- /dev/null +++ b/ups-connector-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/ups-connector-demo-app/pom.xml b/ups-connector-demo-app/pom.xml new file mode 100644 index 0000000..1a55c36 --- /dev/null +++ b/ups-connector-demo-app/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + com.axonivy.connector.ups + ups-connector-demo-app-app + 12.0.1-SNAPSHOT + pom + + scm:git:https://github.com/axonivy-market/${project.name}.git + + + UTF-8 + + + + com.axonivy.connector.ups + ups-connector + 12.0.1-SNAPSHOT + iar + + + com.axonivy.connector.ups + ups-connector-demo + 12.0.1-SNAPSHOT + iar + + + + + + maven-assembly-plugin + 3.1.0 + + + create.app + generate-resources + + single + + + + + + assembly.xml + + false + + + + +