Skip to content

Commit

Permalink
do not run per default maven-remote-resources-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored and joakime committed Dec 19, 2023
1 parent b9812f5 commit e50b312
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<maven.release.plugin.goals>deploy</maven.release.plugin.goals>
<maven.release.plugin.preparationGoals>clean install</maven.release.plugin.preparationGoals>
<maven.release.plugin.version>3.0.1</maven.release.plugin.version>
<maven.remote.resources.bundle>org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2</maven.remote.resources.bundle>
<maven.remote.resources.plugin.version>3.1.0</maven.remote.resources.plugin.version>
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
<maven.shade.plugin.version>3.5.1</maven.shade.plugin.version>
Expand Down Expand Up @@ -424,23 +423,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<resourceBundles>
<resourceBundle>${maven.remote.resources.bundle}</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e50b312

Please sign in to comment.