source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/COMPILE.bash@ 32109

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

Changed from mvn assemblhy to shadowing, which has more control

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