Skip to content

Commit

Permalink
updae pom.xml - new version and config for antrun plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Mar 20, 2024
1 parent 9397e07 commit a5ee264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
<configuration>
<tasks>
<target>
<copy todir="${basedir}/mycore.org/themes/mycore-bootstrap/static/_gen/webjars">
<fileset dir="${project.build.directory}/_webjars/META-INF/resources/webjars">
<include name="**/jquery.min.js" />
Expand All @@ -144,7 +145,7 @@
<include name="**/bootstrap/*/scss/**" />
</fileset>
</copy>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit a5ee264

Please sign in to comment.