Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
ff10f89c
Commit
ff10f89c
authored
Nov 13, 2019
by
Junling Bu
Browse files
feat[litemall-all]: all模块自动打包litemall-vue的dist文件夹到static/vue
parent
f75bf9d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-all/pom.xml
View file @
ff10f89c
...
...
@@ -57,6 +57,27 @@
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-resources-vue
</id>
<phase>
validate
</phase>
<goals>
<goal>
copy-resources
</goal>
</goals>
<configuration>
<outputDirectory>
${basedir}/target/classes/static/vue
</outputDirectory>
<resources>
<resource>
<directory>
../litemall-vue/dist
</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment