Cleaning up places that can use `opt_prefix` instead of
`#{HOMEBREW_PREFIX}/opt/<packagename>`
This package had a hardcoded `/usr/local/` instead of a
Homebrew path in the .plist file.
ClosesHomebrew/homebrew#22079.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
When any configuration is done to the nexus server is persists that data
to the sonatype-work directory. Also all maven artifacts are downloaded
into that directory too. So if you want to have that same setup after
upgrading, the sonatype-work directory needs to be somewhere common all
versions. This commit patches nexus to look for that data in var/nexus.
ClosesHomebrew/homebrew#19361.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>