assemblies.release.xml Maven / Gradle / Ivy
<!-- Copyright © 2012 dr. ir. Jeroen M. Valk --> <!-- This file is part of Badgerfish CPX. Badgerfish CPX is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Badgerfish CPX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Badgerfish CPX. If not, see <http://www.gnu.org/licenses/>. --> <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"> <id>release</id> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <includes> <include>pom.xml</include> </includes> </fileSet> <fileSet> <directory>${target}</directory> <includes> <include>README*</include> <include>COPYING*</include> <include>NOTICE*</include> <include>classes.xml</include> <include>script.js</include> </includes> <outputDirectory>/</outputDirectory> </fileSet> </fileSets> </assembly>