source: vlo/trunk/vlo-distribution/src/main/bin/unpack-wars.sh @ 6462

Last change on this file since 6462 was 6462, checked in by Twan Goosen, 9 years ago

maven filtering to make unpack script reference existing war files

  • Property svn:executable set to *
File size: 120 bytes
Line 
1#!/bin/sh
2unzip -d vlo vlo-web-app-${project.parent.version}.war
3unzip -d solr vlo-solr-${project.parent.version}.war
Note: See TracBrowser for help on using the repository browser.