Merge dynmap-api into common dynmap
This commit is contained in:
parent
d2a0f65173
commit
f66e63fe45
18 changed files with 260 additions and 53 deletions
16
dynmap-api/src/main/assembly/package.xml
Normal file
16
dynmap-api/src/main/assembly/package.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<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>bin</id>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
</fileSets>
|
||||
<files>
|
||||
<file>
|
||||
<source>${project.build.directory}/${artifactId}-${version}.jar</source>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<destName>dynmap-api.jar</destName>
|
||||
</file>
|
||||
</files>
|
||||
</assembly>
|
||||
Loading…
Add table
Add a link
Reference in a new issue