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

Last change on this file since 31212 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
RevLine 
[30909]1#!/bin/bash
2
3# For standalone compilation:
4# mvn package
5
6# For running on Spark cluster:
[31212]7#mvn assembly:assembly -DdescriptorId=jar-with-dependencies
[30909]8
[31212]9mvn package
10
Note: See TracBrowser for help on using the repository browser.