dev@glassfish.java.net

Re: running regex in Ant file from maven: No supported regular expression matcher found

From: Wayne Fay <waynefay_at_gmail.com>
Date: Tue, 25 May 2010 10:07:53 -0500

>                        <groupId>ant-apache-regexp</groupId>
>                        <artifactId>ant-apache-regexp</artifactId>
>                        <version>1.6.5</version>

>                        <groupId>jakarta-regexp</groupId>
>                        <artifactId>jakarta-regexp</artifactId>
>                        <version>1.4</version>

Mvnrepository.com shows several regexp artifacts available in Central:
http://mvnrepository.com/search.html?query=regexp

The groupId for the first one should be "org.apache.ant" and the
version should be 1.8.1.

The jakarta one is fine as-is.

Wayne