Authored by ping

update

... ... @@ -18,7 +18,7 @@
<build>
<finalName>yohobuy-union</finalName>
<finalName>yohobuy-unions</finalName>
<plugins>
<plugin>
<groupId>com.yoho.tools</groupId>
... ... @@ -61,7 +61,7 @@
<phase>package</phase>
<configuration>
<tasks>
<unzip src="target/yohobuy-union.zip" dest="target" />
<unzip src="target/yohobuy-unions.zip" dest="target" />
</tasks>
</configuration>
<goals>
... ...
... ... @@ -3,7 +3,7 @@
<config>
<group>
<!--yohobuy.resources-autoconfig-env-->
<property name="yoho.unions.env.webapphome" defaultValue="/home/test/yohobuy-union/deploy" description="应用根目录"/>
<property name="yoho.unions.env.webapphome" defaultValue="/home/test/yohobuy-unions/deploy" description="应用根目录"/>
<property name="yoho.unions.env.serverport" defaultValue="8" description="应用端口"/>
</group>
<script>
... ...