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 92199d83c023b0f0c6db55cf377095c3af9c09d7 Merge: 9630c7d78 3e9cb914d Author: emmanuel lecharny <[email protected]> AuthorDate: Sun Apr 30 05:50:51 2023 +0200 Merge remote-tracking branch 'origin/2.2.X' into 2.2.X mina-integration-xbean/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --cc mina-integration-xbean/pom.xml index bb20e1143,82819f807..fedea52c1 --- a/mina-integration-xbean/pom.xml +++ b/mina-integration-xbean/pom.xml @@@ -110,30 -110,29 +110,56 @@@ </execution> </executions> </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> + <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> + <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>
