Hi all, I have a large standalone distribution I'm zipping up with the assembler. It's using a self executing jar, and has both a batch script and a shell script that use "java -jar artifactId-<version>.jar <args>". Is it possible to use something similar to sed in the assembler so I can find and replace a variable in my scripts with the artifact name. This way we won't have to manually update the scripts before we package our artifacts, and we can reduce errors due to version mismatches in the scripts.
Thanks, Todd
