You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/01/03 12:37:54 UTC

svn commit: r1722711 - in /qpid/java/trunk/doc: java-broker/pom.xml java-perftests/pom.xml jms-client-0-8/pom.xml pom.xml src/ src/main/ src/main/assembly/ src/main/assembly/html.xml

Author: kwall
Date: Sun Jan  3 11:37:54 2016
New Revision: 1722711

URL: http://svn.apache.org/viewvc?rev=1722711&view=rev
Log:
QPID-6961: [Java Docbook] Added zip assemblies containing docbook output. Turn on xsl messages so broken linkend error are visible

Added:
    qpid/java/trunk/doc/src/
    qpid/java/trunk/doc/src/main/
    qpid/java/trunk/doc/src/main/assembly/
    qpid/java/trunk/doc/src/main/assembly/html.xml
Modified:
    qpid/java/trunk/doc/java-broker/pom.xml
    qpid/java/trunk/doc/java-perftests/pom.xml
    qpid/java/trunk/doc/jms-client-0-8/pom.xml
    qpid/java/trunk/doc/pom.xml

Modified: qpid/java/trunk/doc/java-broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/pom.xml?rev=1722711&r1=1722710&r2=1722711&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-broker/pom.xml (original)
+++ qpid/java/trunk/doc/java-broker/pom.xml Sun Jan  3 11:37:54 2016
@@ -57,6 +57,10 @@
                             </postProcess>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Modified: qpid/java/trunk/doc/java-perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-perftests/pom.xml?rev=1722711&r1=1722710&r2=1722711&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-perftests/pom.xml (original)
+++ qpid/java/trunk/doc/java-perftests/pom.xml Sun Jan  3 11:37:54 2016
@@ -59,6 +59,10 @@
                             </postProcess>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Modified: qpid/java/trunk/doc/jms-client-0-8/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-8/pom.xml?rev=1722711&r1=1722710&r2=1722711&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-8/pom.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-8/pom.xml Sun Jan  3 11:37:54 2016
@@ -58,6 +58,10 @@
                             </postProcess>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Modified: qpid/java/trunk/doc/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/pom.xml?rev=1722711&r1=1722710&r2=1722711&view=diff
==============================================================================
--- qpid/java/trunk/doc/pom.xml (original)
+++ qpid/java/trunk/doc/pom.xml Sun Jan  3 11:37:54 2016
@@ -133,6 +133,7 @@
                         <targetDirectory>${docbook.target}</targetDirectory>
                         <xincludeSupported>true</xincludeSupported>
                         <chunkedOutput>true</chunkedOutput>
+                        <showXslMessages>true</showXslMessages>
                         <customizationParameters>
                             <parameter>
                                 <name>use.id.as.filename</name>
@@ -163,6 +164,25 @@
                     </configuration>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <configuration>
+                        <descriptors>
+                            <descriptor>${project.basedir}/../src/main/assembly/html.xml</descriptor>
+                        </descriptors>
+                        <tarLongFileMode>gnu</tarLongFileMode>
+                        <appendAssemblyId>false</appendAssemblyId>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <phase>package</phase>
+                            <goals>
+                                <goal>single</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
                     <artifactId>maven-deploy-plugin</artifactId>
                     <configuration>
                         <skip>true</skip>

Added: qpid/java/trunk/doc/src/main/assembly/html.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/src/main/assembly/html.xml?rev=1722711&view=auto
==============================================================================
--- qpid/java/trunk/doc/src/main/assembly/html.xml (added)
+++ qpid/java/trunk/doc/src/main/assembly/html.xml Sun Jan  3 11:37:54 2016
@@ -0,0 +1,37 @@
+<?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.
+  ~
+  -->
+
+<assembly>
+    <id>html</id>
+    <formats>
+        <format>zip</format>
+    </formats>
+    <fileSets>
+        <fileSet>
+            <directory>${docbook.target}</directory>
+            <outputDirectory>.</outputDirectory>
+            <includes>
+                <include>**</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+</assembly>



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