Questions tagged [maven-replacer-plugin]

A plugin for Maven (a build tool) which allows you to perform string replacements on resource files.

A plugin for Maven (a build tool) which allows you to perform string replacements on resource files. It is capable of replacing simple string tokens as well as regular expressions, and XPaths.

See: https://code.google.com/archive/p/maven-replacer-plugin/

21 questions
14
votes
7 answers

maven-replacer-plugin and multiple files

I wrote a Java Web Application where I replace URLs to static content at build time to add version information, primarely for caching. For example, href="myapp/css/default.min.css" is turned into href="myapp-0.2.8/css/default.min.css" I am using…
phisch
  • 4,571
  • 2
  • 34
  • 52
8
votes
1 answer

Selective regex replacement with the maven-replacer-plugin

I'd like to use the maven-replacer-plugin to rename my javascript import statements in my index.html file. However I would only like to do this where the path starts with app index.html snippet ...
Dave A
  • 2,780
  • 9
  • 41
  • 60
1
vote
1 answer

Maven Replacer Plugin 1.5.3 No input file/s defined warning

I am using maven replacer plugin version 1.5.3 to create output file from tokenValueMap as my replacement pattern file. My Input file is a .txt file. Here is how my pom.xml looks like. On running mvn groupId:artifactId:replace, it builds success But…
monal86
  • 433
  • 2
  • 11
  • 26
1
vote
2 answers

Maven replacer plugin - repeat while matches exist

I am using the maven replacer plugin and I've run into a situation where I have a regular expression that matches across lines which I need to run on the input file until all matches have been replaced. The configuration for this expression looks…
FrustratedWithFormsDesigner
  • 26,726
  • 31
  • 139
  • 202
0
votes
0 answers

Problems with maven replacer plugin

I am trying to use the com.google.code.maven-replacer-plugin but is seems to have no effect at all. com.google.code.maven-replacer-plugin
Jefe infiltrado
  • 364
  • 2
  • 15
1
2