This wiki page discusses the maven 2 migration of Cactus.

Table of Contents

Problem

The current Cactus codebase is not maven-friendly. Since Cactus aims to support different versions of servlet spec (2.2, 2.3, 2.4), the current codebase is a little confusing (same class name but different implementations in several subprojects, e.g. j2ee-12, j2ee-13, j2ee-14), and there are circular dependencies among subprojects, which make the maven migration difficult.

Proposals

Comments

GeneralDiscussions/Maven2Migration (last edited 2009-09-20 23:55:47 by localhost)