I have a bit of a problem, and I'm not sure why or how it could have started. Doing a rebuild of my projects, the jbi-maven-plugin has stopped building a zip file of my service archives, it only builds a jar. After it only builds the jar, it installs the jar as a zip file, i.e.:
[INFO] Installing C:\projects\service-sa\target\service-sa-1.0-SNAPSHOT.jar to C:\m2_repo\repository\com\service-sa\1.0-SNAPSHOT\service-sa-1.0-SNAPSHOT.zip So basically, this is causing my some headaches with how I'm building my distributions later on. Has this happened to anyone? The plugin seems to work if I build the sa directly, but does not work if I build it from any of my super projects. I do have jbi component projects that seem to build find as well. It's just every one of my service archive projects that don't build correctly. I can't even fathom what I could have changed that may have caused this problem. Thanks, Ryan
