Skip to content

Commit

Permalink
try removing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 4, 2024
1 parent bcff44c commit feacf05
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,28 +361,6 @@
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<!-- here the phase you need -->
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/target/classes/net/clesperanto</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/libs</directory>
<filtering>false</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit feacf05

Please sign in to comment.