Skip to content

Commit

Permalink
fix: Ensured the XML transformation is executed before the execution …
Browse files Browse the repository at this point in the history
…of the resources-plugin
  • Loading branch information
chrisdutz committed Nov 9, 2023
1 parent 3385970 commit 8bf0d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocols/knxnetip/pom.xml
Expand Up @@ -125,7 +125,7 @@
<version>1.1.0</version>
<executions>
<execution>
<phase>process-resources</phase>
<phase>generate-resources</phase>
<goals>
<goal>transform</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion protocols/opcua/pom.xml
Expand Up @@ -101,7 +101,7 @@
<executions>
<execution>
<id>transform-services</id>
<phase>process-resources</phase>
<phase>generate-resources</phase>
<goals>
<goal>transform</goal>
</goals>
Expand Down

0 comments on commit 8bf0d93

Please sign in to comment.