opencb / hpg-bigdata

This repository implements converters and tools for working with NGS data in HPC or Hadoop cluster
Apache License 2.0
17 stars 14 forks source link

Create a profile for the jar with dependencies #39

Closed imedina closed 8 years ago

imedina commented 8 years ago

Current configuration creates a jar with dependencies every time, this is only needed for production in Hadoop, this takes about 30 seconds making the building unnecessarily slow. This should be moved to a Maven profile and executed when needed, this profile could be called 'build-multi-jar'