Repository: qpid-jms
Updated Branches:
  refs/heads/master 5397f2dad -> 4b7b7ad73


add file missed earlier


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

Branch: refs/heads/master
Commit: 4b7b7ad7303eb14a21267445c447bda7f597ca20
Parents: 5397f2d
Author: Robert Gemmell <rob...@apache.org>
Authored: Fri Feb 6 16:55:55 2015 +0000
Committer: Robert Gemmell <rob...@apache.org>
Committed: Fri Feb 6 16:55:55 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/4b7b7ad7/qpid-jms-docs/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
new file mode 100644
index 0000000..13b4296
--- /dev/null
+++ b/qpid-jms-docs/pom.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--><project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <parent>
+    <groupId>org.apache.qpid</groupId>
+    <artifactId>qpid-jms-parent</artifactId>
+    <version>0.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>qpid-jms-docs</artifactId>
+  <packaging>pom</packaging>
+  <name>QpidJMS Docs</name>
+
+  <properties>
+    <jacoco.skip>true</jacoco.skip>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to