Skip to content

Commit

Permalink
Rename execution Ids and use prepare-package mvn phase
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Jan 25, 2024
1 parent c146303 commit fe1e91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
</execution>

<execution>
<id>Copy EIP OpenMRS SENAITE routes to a temporary location</id>
<phase>package</phase>
<id>Copy EIP OpenMRS SENAITE JAR</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
Expand All @@ -151,8 +151,8 @@
</execution>

<execution>
<id>Copy EIP Odoo OpenMRS routes in a temporary location</id>
<phase>package</phase>
<id>Copy EIP Odoo OpenMRS JAR</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
Expand Down

0 comments on commit fe1e91b

Please sign in to comment.