/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packaging/src/main/assembly/assembly-doc.xml
19 строк
637 B
hengyunabc
add new doc site to maven build chain. #2161
18 июл 2022, 07:54
18 июл 2022, 07:54
842462f
Код
Авторство
О чём код?
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd"> <id>doc</id> <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>../site/docs/.vuepress/dist/</directory> <includes> <include>**/*</include> </includes> <outputDirectory>/</outputDirectory> </fileSet> </fileSets> </assembly>