softcannery / camunda-formio-accelerator

Camunda Platform Accelerator for Form.io
https://www.softcannery.com/camunda-platform-acc-for-formio
Other
5 stars 3 forks source link

GH-41 Add gh action to maven deploy packages #42

Closed mike-vasylchenko closed 11 months ago

mike-vasylchenko commented 11 months ago

Closes https://github.com/softcannery/camunda-formio-accelerator/issues/41

volkotyk commented 11 months ago

looks good =)

softcannery-ltd commented 11 months ago

@mike-vasylchenko It looks the deploy was skipped by maven-deploy-plugin: Skipping artifact deployment

[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ cucumber-tests ---
[INFO] Skipping artifact deployment
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] camunda-formio-accelerator 0.0.16-SNAPSHOT ......... SUCCESS [  6.491 s]
[INFO] camunda-formio-plugin 0.0.16-SNAPSHOT .............. SUCCESS [  9.268 s]
[INFO] camunda-formio-content 0.0.16-SNAPSHOT ............. SUCCESS [  9.582 s]
[INFO] camunda-formio-example 0.0.16-SNAPSHOT ............. SUCCESS [ 13.572 s]
[INFO] Serenity Cucumber Tests 0.0.1-SNAPSHOT ............. SUCCESS [  6.443 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.707 s
[INFO] Finished at: 2023-09-14T23:45:39Z
[INFO] ------------------------------------------------------------------------
softcannery-ltd commented 11 months ago

@mike-vasylchenko It looks the deploy was skipped by maven-deploy-plugin: Skipping artifact deployment

[INFO] 
[INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ cucumber-tests ---
[INFO] Skipping artifact deployment
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] camunda-formio-accelerator 0.0.16-SNAPSHOT ......... SUCCESS [  6.491 s]
[INFO] camunda-formio-plugin 0.0.16-SNAPSHOT .............. SUCCESS [  9.268 s]
[INFO] camunda-formio-content 0.0.16-SNAPSHOT ............. SUCCESS [  9.582 s]
[INFO] camunda-formio-example 0.0.16-SNAPSHOT ............. SUCCESS [ 13.572 s]
[INFO] Serenity Cucumber Tests 0.0.1-SNAPSHOT ............. SUCCESS [  6.443 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.707 s
[INFO] Finished at: 2023-09-14T23:45:39Z
[INFO] ------------------------------------------------------------------------

I see it is skipping cucumber-tests. It is OK