mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:00:10 +08:00
3b5e700fd7
* add java code lint check and fix the java code lint error * add java doc lint check and fix the java doc lint error * add java code and doc lint to the CI
16 lines
331 B
XML
16 lines
331 B
XML
<assembly>
|
|
<id>ear</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<useProjectArtifact>true</useProjectArtifact>
|
|
<outputDirectory>lib</outputDirectory>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
<fileSets>
|
|
|
|
</fileSets>
|
|
</assembly>
|