Stargate needs both JAR and WAR artifacts -----------------------------------------
Key: HBASE-2348 URL: https://issues.apache.org/jira/browse/HBASE-2348 Project: Hadoop HBase Issue Type: Improvement Components: contrib Affects Versions: 0.21.0 Reporter: Paul Smith Assignee: Paul Smith Since the move to Maven we have lost the ability to have Stargate bundled as both a JAR and a WAR file (currently just the latter). I'm proposing to split the current stargate module further into 2 sub-modules 'stargate-war' and 'stargate-core' (totally up for discussion on naming). Basically moving existing sources down to 'stargate-core' and relocating the conf section into the war sub-module. I'll be doing this via a github fork to make the review and merge process easier. However I suspect I'll do the Maven side ok but totally hose the Git part, so strap yourselves in.. :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.