Skip to content

Commit

Permalink
remove lib and native/clesperantoj/cppbuild during clean phase
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Aug 13, 2024
1 parent ebbe36c commit 53ba918
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,21 @@
</pluginManagement>
<!-- add gen source directory which will contain the java wrapper code generated by the javacpp parser -->
<plugins>
<!-- plugin that in the clean phase removes c++ created dirs -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>lib</directory>
</fileset>
<fileset>
<directory>native/clesperantoj/cppbuild</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<!-- Execute cppbuild.sh to build cleperantoj a wrapper to clesperato.hpp -->
<plugin>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 53ba918

Please sign in to comment.