Maven build and the clnt-struts package...
"Mike McKinney" <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <1B721572A2C99342BC3AADFED9A684B0033CCD@gate.platinumsolutions.com> |
I have run into an issue with the new build system using Maven... I am using struts for UI and have included the required clnt-struts package in my build. Everything builds great, however my /index.jsp is overwritten by the clnt-struts index.jsp... which contains a link to an app-register model. This was not a problem before, you can just get rid of the jsp's from clnt-struts locally, rebuild it and have it in your local repos but this is not a desired build procedure. Is there a way to have clnt-struts included in my project and disregard the jsps? If not, we might want to think about getting those basic "sample" jsps out of clnt-struts and into app-register (seems like a good place for it) Please let me know if you have any ideas on this topic, Mike