Jsp compilation error
I am using maven 2 It uses precompilation of jsp.I want deploy jsp on tomcat without making new build. I tried
<includeInProject>false</includeInProject>
but its not working.
Also I tried with mvn jsp:compile
It gives error as
The plugin 'org.apache.maven.plugins:maven-jsp-plugin' does not exist or no valid version could be found
please help me..
Thanks in advance,
Vikas
|