Repository: qpid-jms
Updated Branches:
  refs/heads/master 1a3b19f8f -> 05e4db558


dont deploy the examples


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/49d83b02
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/49d83b02
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/49d83b02

Branch: refs/heads/master
Commit: 49d83b0259673052d7a311a9be75f209734367d0
Parents: 1a3b19f
Author: Robert Gemmell <[email protected]>
Authored: Thu Feb 5 11:36:26 2015 +0000
Committer: Robert Gemmell <[email protected]>
Committed: Thu Feb 5 11:36:26 2015 +0000

----------------------------------------------------------------------
 qpid-jms-examples/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/49d83b02/qpid-jms-examples/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 8b19141..7aa322a 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -38,4 +38,19 @@
       <artifactId>qpid-jms-client</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <!-- Skip deploying the examples, the source is what is
+               useful and will be bundled with the main assembly -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to