source: other-projects/hathitrust/solr-extracted-features/trunk/COMPILE.bash@ 30909

Last change on this file since 30909 was 30909, checked in by davidb, 7 years ago

Additional finesse added in as a result of further testing on Vagrant master node

  • Property svn:executable set to *
File size: 151 bytes
RevLine 
[30909]1#!/bin/bash
2
3# For standalone compilation:
4# mvn package
5
6# For running on Spark cluster:
7mvn assembly:assembly -DdescriptorId=jar-with-dependencies
8
Note: See TracBrowser for help on using the repository browser.