Skip to content

Commit

Permalink
remove workaround not needed since depends-m-p upgraded to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored Sep 24, 2023
1 parent 2e09fff commit a11fbea
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,30 +371,6 @@
</execution>
</executions>
</plugin>
<plugin><!-- workaround for https://issues.apache.org/jira/browse/SM-5021 -->
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<version>1.5.3</version>
<executions>
<execution>
<id>fix-depends-RB</id>
<phase>process-resources</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<file>${project.build.directory}/classes/META-INF/maven/dependencies.properties</file>
<replacements>
<replacement>
<token># Generated at: .+</token>
<value>#</value>
</replacement>
</replacements>
<regex>true</regex>
</configuration>
</plugin>

<!-- Provides PlantUML integration into site deployments. -->
<plugin>
Expand Down

0 comments on commit a11fbea

Please sign in to comment.