mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
15 lines
596 B
XML
15 lines
596 B
XML
<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>examples</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<fileSets>
|
|
<fileSet>
|
|
<directory>src/main/java/examples</directory>
|
|
<includes/>
|
|
<outputDirectory>examples</outputDirectory>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly> |