Authored by ping

update

@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 </properties> 16 </properties>
17 17
18 <build> 18 <build>
19 - <finalName>yohomars-search-service</finalName> 19 + <finalName>yohomars-search</finalName>
20 <plugins> 20 <plugins>
21 <plugin> 21 <plugin>
22 <groupId>com.yoho.tools</groupId> 22 <groupId>com.yoho.tools</groupId>
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 <phase>package</phase> 59 <phase>package</phase>
60 <configuration> 60 <configuration>
61 <tasks> 61 <tasks>
62 - <unzip src="target/yohomars-search-service.zip" dest="target" /> 62 + <unzip src="target/yohomars-search.zip" dest="target" />
63 </tasks> 63 </tasks>
64 </configuration> 64 </configuration>
65 <goals> 65 <goals>
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 <config> 3 <config>
4 <group> 4 <group>
5 - <property name="yohomars.search.service.env.webapphome" defaultValue="/home/test/yohomars-search-service/deploy" description="应用根目录"/> 5 + <property name="yohomars.search.service.env.webapphome" defaultValue="/home/test/yohomars-search/deploy" description="应用根目录"/>
6 <property name="yohomars.search.service.env.serverport" defaultValue="7" description="应用端口"/> 6 <property name="yohomars.search.service.env.serverport" defaultValue="7" description="应用端口"/>
7 <property name="yohomars.search.service.env.namespace" defaultValue="yohomars-search" description="应用命名空间"/> 7 <property name="yohomars.search.service.env.namespace" defaultValue="yohomars-search" description="应用命名空间"/>
8 <property name="yoho.env.javahome" defaultValue="/usr/local/java" description="" /> 8 <property name="yoho.env.javahome" defaultValue="/usr/local/java" description="" />
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 </modules> 21 </modules>
22 22
23 <properties> 23 <properties>
24 - <project-name>yohomars-search-parent</project-name> 24 + <project-name>yohomars-search</project-name>
25 </properties> 25 </properties>
26 26
27 <dependencies> 27 <dependencies>