Escape Unicode Maven File Filter

The Escape Unicode Maven File Filter is a Plexus Component that provides an implementation of org.apache.maven.shared.filtering.MavenFileFilter that translates all non-ASCII characters to the corresponding java escape sequence in properties files. It's normally used with maven plugins that uses the Apache Maven Filtering Shared Component, such as maven-resources-plugin.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.polago.maven.shared.filtering
ArtifactId

ArtifactId

escape-unicode-file-filter
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Escape Unicode Maven File Filter
The Escape Unicode Maven File Filter is a Plexus Component that provides an implementation of org.apache.maven.shared.filtering.MavenFileFilter that translates all non-ASCII characters to the corresponding java escape sequence in properties files. It's normally used with maven plugins that uses the Apache Maven Filtering Shared Component, such as maven-resources-plugin.
Project URL

Project URL

http://www.polago.org/escape-unicode-file-filter
Project Organization

Project Organization

Polago AB
Source Code Management

Source Code Management

https://github.com/polagoab/escape-unicode-file-filter

Download escape-unicode-file-filter

How to add to project

<!-- https://jarcasting.com/artifacts/org.polago.maven.shared.filtering/escape-unicode-file-filter/ -->
<dependency>
    <groupId>org.polago.maven.shared.filtering</groupId>
    <artifactId>escape-unicode-file-filter</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.polago.maven.shared.filtering/escape-unicode-file-filter/
implementation 'org.polago.maven.shared.filtering:escape-unicode-file-filter:2.0'
// https://jarcasting.com/artifacts/org.polago.maven.shared.filtering/escape-unicode-file-filter/
implementation ("org.polago.maven.shared.filtering:escape-unicode-file-filter:2.0")
'org.polago.maven.shared.filtering:escape-unicode-file-filter:jar:2.0'
<dependency org="org.polago.maven.shared.filtering" name="escape-unicode-file-filter" rev="2.0">
  <artifact name="escape-unicode-file-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polago.maven.shared.filtering', module='escape-unicode-file-filter', version='2.0')
)
libraryDependencies += "org.polago.maven.shared.filtering" % "escape-unicode-file-filter" % "2.0"
[org.polago.maven.shared.filtering/escape-unicode-file-filter "2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.4
org.apache.maven.shared : maven-filtering jar 3.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Escape Unicode File Filter Build Status

This repository contains the source code for escape-unicode-file-filter, a Plexus Component that provides an implementation of org.apache.maven.shared.filtering.MavenFileFilter that translates all non-ASCII characters to the corresponding java escape sequence properties files.
It's normally used with maven plugins that uses the Apache Maven Filtering Shared Component, such as maven-resources-plugin.

org.polago.maven.shared.filtering

Polago AB

Versions

Version
2.0
1.0