Skip to content

Commit

Permalink
Fix download files for install bundle (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Dec 5, 2023
1 parent 6664c3f commit 1675a2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
</executions>
<configuration>
<skipITs>${it.skip}</skipITs>
<skipTests>true</skipTests>
<forkCount>0</forkCount>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
<includes>
Expand Down Expand Up @@ -270,6 +271,12 @@
</configuration>
</execution>
</executions>
<configuration>
<overwrite>true</overwrite>
<failOnError>false</failOnError>
<unpack>false</unpack>
<skipCache>true</skipCache>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1675a2c

Please sign in to comment.