mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
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:
parent
7c388afdbd
commit
a1d5ac50a4
@ -596,11 +596,11 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>run-war-only</goal>
|
<goal>run-war-only</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>integration-test</phase>
|
<phase>package-test</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<contextFile>${alfresco.client.war.folder}/WEB-INF/context.xml</contextFile>
|
<contextFile>${alfresco.client.war.folder}/WEB-INF/context.xml</contextFile>
|
||||||
<!-- To run a non WAR project -->
|
<!-- To run a non WAR project -->
|
||||||
<tomcat.ignorePackaging>true</tomcat.ignorePackaging>
|
<ignorePackaging>true</ignorePackaging>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user