Description
The Struts Bridge currently supports and produces bridges for both Struts 1.2.4 and 1.2.7.
This is done in a quite complex maven-1 build (as we all know, maven (1&2) don't like multiple artifacts from one project).
Now, with the new maven-2 support, this really is breaking down.
To solve this, I'm going to remove the old Struts 1.2.4 support from the build. I don't think its used very much anymore, and even 1.2.7 is beginning to age...
For anyone still wanting to use the bridge with Struts 1.2.4, the bridge tlds (which are the only differences between the versions, the actual code base is identical) are still in subversion.
Replacing the 1.2.7 tlds with the 1.2.4 tlds in the jar is all what is needed to fall back to Struts 1.2.4 support.