1 parent 02f00b3 commit 44e9930Copy full SHA for 44e9930
1 file changed
pom.xml
@@ -117,11 +117,10 @@
117
<exclude name="META-INF/**" />
118
</fileset>
119
</move>
120
- <!-- Copy javax/servlet/jsp/resources/ into javax/servlet/resources/ to satisfy XML validation rules.
121
- Leave the original location alone to satisfy JSP implementation requirements. -->
122
- <copy todir="${project.build.outputDirectory}/javax/servlet/resources/">
+ <!-- Move javax/servlet/jsp/resources/ into javax/servlet/resources/ to satisfy XML validation rules. -->
+ <move todir="${project.build.outputDirectory}/javax/servlet/resources/">
123
<fileset dir="${project.build.outputDirectory}/javax/servlet/jsp/resources/" />
124
- </copy>
+ </move>
125
</target>
126
</configuration>
127
</execution>
0 commit comments