fixed typo in tomcat param

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@711 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2013-10-30 07:19:28 +00:00
parent 7c388afdbd
commit a1d5ac50a4

View File

@ -596,11 +596,11 @@
<goals>
<goal>run-war-only</goal>
</goals>
<phase>integration-test</phase>
<phase>package-test</phase>
<configuration>
<contextFile>${alfresco.client.war.folder}/WEB-INF/context.xml</contextFile>
<!-- To run a non WAR project -->
<tomcat.ignorePackaging>true</tomcat.ignorePackaging>
<ignorePackaging>true</ignorePackaging>
</configuration>
</execution>
</executions>