Skip to content

Commit

Permalink
devonfw#63: Changes after conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aBega2000 committed Mar 4, 2024
1 parent edf90df commit 3b20c6c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,28 @@
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-resources</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/package</outputDirectory>
<resources>
<resource>
<directory>src/main/package</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 3b20c6c

Please sign in to comment.