Home
TeamSite
TeamSite, LiveSite and OpenDeploy
includePattern regex
Andy Knipp
OK, so I am doing a deployment of JSPs, only. Works great with one minor annoyance, I have some zz_preview.jsp files that get deployed.
I use includePattern regex=".*\.jsp$"
Since I cannot use an excludePattern with the includePattern, I need to change the regex to not zz_ and is .jsp.
My attempts have so far failed.
Tips/pointers/RTFMs/Code Fragments appreciated.
Andy
Find more posts tagged with
Comments
There are no comments yet