Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
UIMA-1959 added the feature.xml file under src/main/resources, but it apparently never was getting checked in - because the src folder had been set to svn ignore. So, although it built fine in all my testing, it failed to find the feature.xml file when building from the clean svn checkout done by release:perform. This failure is considered by default in Maven to be a soft failure; see if it can be made a fatal one. And undo the svn ignore on this file.