FLUID-4740: Remove support for building Java WAR packages of Infusion with Maven

Metadata

Source
FLUID-4740
Type
Improvement
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
heidi valles
Reporter
Colin Clark
Created
2012-08-08T11:53:47.929-0400
Updated
2013-07-31T10:48:24.122-0400
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Infusion Builder

Description

Since its inception, Infusion's build system has produced WAR file packages for Java applications. The original intention of this feature was to make it easy for Java developers to drop Infusion into their container or explode it into their app in a modular way.

In practice, few if any users needed the feature, and it presents significant complexity to our build system. Since we're on the cusp of moving to a Node.js-based build system, it's time to retire this feature from the code base.

Comments