A simple tool for replacing sensitive text within documents without changing the document structure.
Currently supports XML documents, other formats such as JSON could be easily added in future.
- Requires:
sbt 0.13.6+
If you want an assembly for running from the command line:
sbt assemblyIf you want a package for including in your own Java/Scala/JVM project:
sbt make-pom packageThe resulting files are in target/scala-2.11.
..or if you want to install an artifact to your local Maven repsository:
sbt publishM2If you use Ivy, you can use publishLocal instead of publishM2.
After building or obtaining an assembly:
$ java -cp target/scala-2.11/duplicitous-assembly-1.0.jar com.evolvedbinary.xml.duplicitous.DuplicitousApp --help