Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
elrodro83 committed Sep 26, 2023
1 parent f3881fb commit 2e4acd7
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@
<formatterConfigPath>../../formatter.xml</formatterConfigPath>
</properties>

<build>
<plugins>
<plugin>
<!-- BUILD PLUGIN FOR JAVA_AND_SMART_CONNECTORS -->
<groupId>org.mule.runtime.plugins</groupId>
<artifactId>mule-extensions-maven-plugin</artifactId>
<version>${mule.extensions.maven.plugin.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 2e4acd7

Please sign in to comment.