This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 6376578e7d3cad3b4423ce427e8d7ee7439d0796 Author: emmanuel lecharny <[email protected]> AuthorDate: Wed Nov 6 16:16:55 2024 +0100 Removed a duplicate replacer plugin declaration --- mina-integration-xbean/pom.xml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/mina-integration-xbean/pom.xml b/mina-integration-xbean/pom.xml index 324a272d1..e11fb888a 100644 --- a/mina-integration-xbean/pom.xml +++ b/mina-integration-xbean/pom.xml @@ -118,34 +118,7 @@ <plugin><!-- workaround for https://issues.apache.org/jira/browse/XBEAN-335 --> <groupId>com.google.code.maven-replacer-plugin</groupId> <artifactId>replacer</artifactId> - <version>1.5.3</version> - <executions> - <execution> - <phase>generate-sources</phase> - <goals> - <goal>replace</goal> - </goals> - </execution> - </executions> - <configuration> - <basedir>${project.build.directory}/xbean/META-INF</basedir> - <includes> - <include>spring.*</include> - </includes> - <replacements> - <replacement> - <token>#... ... .+</token> - <value>#</value> - </replacement> - </replacements> - <regex>true</regex> - </configuration> - </plugin> - - <plugin><!-- workaround for https://issues.apache.org/jira/browse/XBEAN-335 --> - <groupId>com.google.code.maven-replacer-plugin</groupId> - <artifactId>replacer</artifactId> - <version>1.5.3</version> + <version>${version.replacer.plugin}</version> <executions> <execution> <phase>generate-sources</phase>
