Commit d8ada868 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 1ed2fd49
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- 需要打包的文件集 --> <!-- 需要打包的文件集 -->
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>${project.parent.basedir}/study-manager-ui/admin/dist</directory> <directory>${project.parent.basedir}/attendance-performance-manager-ui/admin/dist</directory>
<includes> <includes>
<include>**/*</include> <include>**/*</include>
</includes> </includes>
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
<arguments> <arguments>
<argument></argument> <argument></argument>
</arguments> </arguments>
<workingDirectory>${project.parent.basedir}/study-manager-ui/admin</workingDirectory> <workingDirectory>${project.parent.basedir}/attendance-performance-manager-ui/admin</workingDirectory>
</configuration> </configuration>
</execution> </execution>
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
<argument>run</argument> <argument>run</argument>
<arguments>${package.environment}</arguments> <arguments>${package.environment}</arguments>
</arguments> </arguments>
<workingDirectory>${project.parent.basedir}/study-manager-ui/admin</workingDirectory> <workingDirectory>${project.parent.basedir}/attendance-performance-manager-ui/admin</workingDirectory>
</configuration> </configuration>
</execution> </execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment