<?xml version="1.0" encoding="UTF-8"?>
<component
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2 http://maven.apache.org/xsd/component-1.1.2.xsd">
<fileSets>
<fileSet>
<outputDirectory>/</outputDirectory>
<directory>${project.build.directory}/apache-tomcat-${version.tomcat}/</directory>
<excludes>
<exclude>webapps/docs/**</exclude>
<exclude>webapps/manager/**</exclude>
<exclude>webapps/examples/**</exclude>
<exclude>webapps/host-manager/**</exclude>
<exclude>bin/*.sh</exclude>
</excludes>
</fileSet>
<fileSet>
<outputDirectory>/bin</outputDirectory>
<directory>${project.build.directory}/apache-tomcat-${version.tomcat}/bin</directory>
<fileMode>755</fileMode>
<includes>
<include>*.sh</include>
</includes>
</fileSet>
</fileSets>
</component>
# |
Change |
User |
Description |
Committed |
|
#1
|
8557 |
mike_delaney |
-- big bang for my Maven project for bulding Perforce commons |
|
|