Updated pom to copy xmls to target location during build

This commit is contained in:
Koushik Das 2013-03-20 15:02:14 +05:30
parent 45bc92b826
commit 50bfcc1f75
1 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,11 @@
file="${basedir}/target/generated-webapp/WEB-INF/web.xml"
match="classpath:componentContext.xml"
replace="classpath:nonossComponentContext.xml" byline="true" />
<exec executable="cp">
<arg value="-r" />
<arg value="${basedir}/../plugins/network-elements/cisco-vnmc/scripts" />
<arg value="${basedir}/target/generated-webapp/WEB-INF/classes/" />
</exec>
</target>
</configuration>
</execution>