Skip to content

jonson/android-stringreplacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven plugin to replace values in a strings.xml file with ones defined within maven properties. Useful when you want to keep a valid strings.xml file (that is, no replacement placeholders such as ${replace.me}) to use in an IDE, but also want to have some values replaced by maven.

Usage (strings.xml): ... http://the.default.url ...

Usage (pom.xml): ... <server.url>http://the.replaced.url</server.url> ... com.dajodi.android android-stringreplacer-maven-plugin 1.0-SNAPSHOT values/strings.xml ${project.build.directory}/filtered-res initialize replace ...

About

Android string.xml value replacement maven plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages