2022-09-22 22:56:16 +08:00
|
|
|
<assembly>
|
|
|
|
<id>plugin</id>
|
|
|
|
|
|
|
|
<formats>
|
2023-06-04 14:45:27 +08:00
|
|
|
<format>dir</format>
|
2022-09-22 22:56:16 +08:00
|
|
|
</formats>
|
|
|
|
|
2023-06-04 14:45:27 +08:00
|
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
2022-09-22 22:56:16 +08:00
|
|
|
|
|
|
|
<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>
|