
me2.3.1.200.source-code.assembly-descriptor.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2 Show documentation
Show all versions of dme2 Show documentation
Direct Messaging Engine Base
<!-- Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. --> <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>src</id> <formats> <format>jar</format> </formats> <fileSets> <fileSet> <directory>${basedir}/target/distro-javadoc-sources/</directory> <useDefaultExcludes>true</useDefaultExcludes> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy