2014-04-04 21:09:47 +00:00
|
|
|
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
|
|
|
|
|
2014-04-08 21:27:10 +00:00
|
|
|
<!--<id>dist</id>-->
|
|
|
|
|
<!--<formats>-->
|
|
|
|
|
<!--<format>zip</format>-->
|
|
|
|
|
<!--</formats>-->
|
|
|
|
|
<!--<includeBaseDirectory>false</includeBaseDirectory>-->
|
2014-04-04 21:09:47 +00:00
|
|
|
|
2014-04-08 21:27:10 +00:00
|
|
|
<!--<dependencySets>-->
|
|
|
|
|
<!--<dependencySet>-->
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-examples:jar</include>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-excelant:jar</include>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-main:jar</include>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-ooxml:jar</include>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-ooxml-schemas:jar</include>-->
|
|
|
|
|
<!--<include>org.apache.poi:poi-scratchpad:jar</include>-->
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
<!--<unpack>false</unpack>-->
|
|
|
|
|
<!--<outputDirectory>dist</outputDirectory>-->
|
|
|
|
|
<!--</dependencySet>-->
|
|
|
|
|
<!--</dependencySets>-->
|
2014-04-04 21:09:47 +00:00
|
|
|
|
|
|
|
|
</assembly>
|