Maven External Web Resources & File path issue
Hi,
We have using a lot of projects which are depends on usually common jsp files such as footer.jsp,header.jsp etc... In our projects we have successfully build our projects with such a maven war configuration.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<webResources>
<resource>
<directory>${basedir}/../../ui</directory>
<includes><include>common/*</include></includes>
<targetPath>WEB-INF/jsp</targetPath>
</resource>
</webResources>
<useCache>true</useCache>
</configuration>
</plugin>
And our maven project structure is like this
Idea greatly solves its file structure.
Ok my question is regarding errors at our project because of unsolved resource paths.![istJava - [DLocalProjectsistproject_files_ignore_svnistJava] - [showyourself-web (1) (match.showyourself)] - DLocalProjectsistmatc.jpg](http://adm-10980.intellij.net/zendesk-forum-storage/jc/5287031/istJava%20-%20[DLocalProjectsistproject_files_ignore_svnistJava]%20-%20[showyourself-web%20(1)%20(match.showyourself)]%20-%20DLocalProjectsistmatc.jpg)
Before filing an issue I wanted to ask that is there any solution for it? I strongly believe it is possible.
Thanks
but before issuing a file, I wante
请先登录再写评论。
Hello,
where is located the jsp file with unresolved include directive?
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Izviniy :( Nikolay,
I made a big mistake. The behaviour of IDEA is simply perfect.
It was my fault. I had changed before folders before going further.
Have a nice day.