diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
| commit | a563ea78ca5cb45948fc143dc7f21415ca7cd5a2 (patch) | |
| tree | 3d0a57e25575121358f660e9fe55d718c7f933c8 /qpid/java/amqp-1-0-client-websocket/pom.xml | |
| parent | 7344c8879c319c4ca6ab57963e6147d878a4e154 (diff) | |
| download | qpid-python-a563ea78ca5cb45948fc143dc7f21415ca7cd5a2.tar.gz | |
QPID-5048: add dependency change verifcation reference files and LICENSE, NOTICE & README files for use in the binary release assemblies
Work by me and Andrew MacBean <andymacbean@gmail.com>.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/amqp-1-0-client-websocket/pom.xml')
| -rw-r--r-- | qpid/java/amqp-1-0-client-websocket/pom.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/qpid/java/amqp-1-0-client-websocket/pom.xml b/qpid/java/amqp-1-0-client-websocket/pom.xml index b960fb497b..6c30565978 100644 --- a/qpid/java/amqp-1-0-client-websocket/pom.xml +++ b/qpid/java/amqp-1-0-client-websocket/pom.xml @@ -28,6 +28,10 @@ <name>Qpid AMQP 1.0 Client WebSocket</name> <description>AMQP 1.0 compliant WebSocket module</description> + <properties> + <dependency-change-verification>true</dependency-change-verification> + </properties> + <dependencies> <dependency> <groupId>org.apache.qpid</groupId> @@ -53,6 +57,27 @@ </dependencies> <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <!--version specified in parent pluginManagement --> + <configuration> + <descriptors> + <descriptor>src/main/assembly/qpid-amqp-1-0-client-websocket-bin.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> </project> |
