mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-05 05:27:52 +08:00
28 lines
644 B
XML
28 lines
644 B
XML
<assembly>
|
|
<id>plugin</id>
|
|
|
|
<formats>
|
|
<format>dir</format>
|
|
</formats>
|
|
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<useProjectArtifact>false</useProjectArtifact>
|
|
<outputDirectory>./</outputDirectory>
|
|
<unpack>false</unpack>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
|
|
<fileSets>
|
|
<fileSet>
|
|
<directory>target</directory>
|
|
<outputDirectory>./</outputDirectory>
|
|
<includes>
|
|
<include>*.jar</include>
|
|
</includes>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly>
|