mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 21:06:54 +10:00
18 lines
690 B
XML
18 lines
690 B
XML
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
|
|
|
<id>plugins</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<outputDirectory>/</outputDirectory>
|
|
<useProjectArtifact>false</useProjectArtifact>
|
|
<useTransitiveDependencies>false</useTransitiveDependencies>
|
|
<scope>runtime</scope>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
</assembly> |