1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/dufafei-spark-template

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.xml 1009
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
dff Отправлено 18.09.2021 20:34 6cef478
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id/>
<formats>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>spark-template/lib</outputDirectory>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>target/</directory>
<outputDirectory>spark-template/job</outputDirectory>
<includes>
<include>*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>bin/</directory>
<outputDirectory>spark-template/bin</outputDirectory>
</fileSet>
</fileSets>
</assembly>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/dufafei-spark-template.git
git@api.gitlife.ru:oschina-mirror/dufafei-spark-template.git
oschina-mirror
dufafei-spark-template
dufafei-spark-template
master