ARTEMIS-4334: remove old assembly placeholder content+build from artemis-website, the assembly no longer uses the module
This commit is contained in:
parent
e15bc1b35f
commit
db18db6a7f
|
@ -36,9 +36,6 @@
|
|||
<webapp-outdir-hacking-guide>${basedir}/target/classes/hacking-guide</webapp-outdir-hacking-guide>
|
||||
<webapp-outdir-migration-guide>${basedir}/target/classes/migration-guide</webapp-outdir-migration-guide>
|
||||
|
||||
<placeholderJavadocDir>${basedir}/src/placeholder/javadoc</placeholderJavadocDir>
|
||||
<skipPlaceholderJavadocGeneration>false</skipPlaceholderJavadocGeneration>
|
||||
|
||||
<frontend-maven-plugin-version>1.12.1</frontend-maven-plugin-version>
|
||||
<nodeVersion>v18.15.0</nodeVersion>
|
||||
<npmVersion>9.6.2</npmVersion>
|
||||
|
@ -46,43 +43,9 @@
|
|||
<skipWebsiteJavadocGeneration>false</skipWebsiteJavadocGeneration>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- A placeholder content for the assembly. This is disabled when using the
|
||||
release profile and thus activating the real (/slow) javadoc generation -->
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fallback-javadoc-jar</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<doctitle>ActiveMQ Artemis ${project.version} API Placeholder</doctitle>
|
||||
<minmemory>128m</minmemory>
|
||||
<maxmemory>512m</maxmemory>
|
||||
<noindex>true</noindex>
|
||||
<skip>${skipPlaceholderJavadocGeneration}</skip>
|
||||
<javadocDirectory>${placeholderJavadocDir}</javadocDirectory>
|
||||
<nohelp>true</nohelp>
|
||||
<notimestamp>true</notimestamp>
|
||||
<notree>true</notree>
|
||||
<use>false</use>
|
||||
<overview>${placeholderJavadocDir}/overview.html</overview>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<properties>
|
||||
<skipPlaceholderJavadocGeneration>true</skipPlaceholderJavadocGeneration>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -1,73 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
||||
<!--
|
||||
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.
|
||||
Architecture
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||
<meta content="ActiveMQ's next generation of messaging" name="description"/>
|
||||
<meta content="messaging,stomp,jms,activemq" name="keywords"/>
|
||||
<meta content="ActiveMQ" name="author"/>
|
||||
<link type="text/css" rel="stylesheet" href="../styles/impact/css/pygmentize.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="../styles/impact/css/site.css"/>
|
||||
<title>ActiveMQ</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navigation">
|
||||
<div class="wrapper">
|
||||
<ul>
|
||||
<li><a href="../index.html">ActiveMQ Artemis</a></li>
|
||||
</ul>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div class="wrapper">
|
||||
<div class="logo">
|
||||
<img src="../images/activemq-logo.png" alt="ActiveMQ Logo"/>
|
||||
</div>
|
||||
<div class="message">
|
||||
|
||||
<h1>Apache ActiveMQ Artemis Examples</h1>
|
||||
|
||||
<p>Apache ActiveMQ Artemis comes with over 90 runnable examples. These can be found in the examples
|
||||
directory in the root of the
|
||||
distribution folder. There are examples covering JMS as well as all the protocols and functionality that
|
||||
Apache ActiveMQ Artemis
|
||||
supports.</p>
|
||||
|
||||
<p>Each example has its own instructions as to how they can be run, but for most of them it is as simple as
|
||||
running
|
||||
<code>mvn verify</code> from the example directory. This will start a broker with the correct
|
||||
configuration, run the
|
||||
example and then stop the broker. You'll need to ensure there is not a broker already running as this
|
||||
may conflict
|
||||
with the broker that is configured and used in the example.</p>
|
||||
|
||||
<p>You may also run the example without starting the server by specifying -PnoServer (mvn -PnoServer
|
||||
verify). You can then use your own server for the example.</p>
|
||||
|
||||
<p>Notice that some examples will require special cases and multiple servers, for example in some Failover
|
||||
tests. Always refer to the README on each example.</p>
|
||||
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,35 +0,0 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh"
|
||||
content="5;url=https://activemq.apache.org/components/artemis/documentation/hacking-guide"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hacking Guide</h1>
|
||||
|
||||
<p>If you are seeing this message, it is because the Hacking Guide was not built during the Apache ActiveMQ Artemis build.
|
||||
To build Apache ActiveMQ Artemis with the Hacking Guide you must use the maven release profile:
|
||||
<code>mvn clean install -Prelease</code>.
|
||||
</p>
|
||||
<p>This page will atempt to refresh to the current Hacking Guide on the <a href="https://activemq.apache.org/components/artemis/">website</a> at
|
||||
<a href="https://activemq.apache.org/components/artemis/documentation/hacking-guide">https://activemq.apache.org/components/artemis/documentation/hacking-guide</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
|
@ -1,66 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
||||
<!--
|
||||
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.
|
||||
Architecture
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||
<meta content="ActiveMQ's next generation of messaging" name="description"/>
|
||||
<meta content="messaging,stomp,jms,activemq" name="keywords"/>
|
||||
<meta content="ActiveMQ Artemis" name="author"/>
|
||||
<link type="text/css" rel="stylesheet" href="styles/impact/css/pygmentize.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="styles/impact/css/site.css"/>
|
||||
<title>ActiveMQ</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navigation">
|
||||
<div class="wrapper">
|
||||
<ul>
|
||||
<li><a href="index.html">ActiveMQ Artemis</a></li>
|
||||
</ul>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="overview">
|
||||
<div class="wrapper">
|
||||
<div class="logo">
|
||||
<img src="images/activemq-logo.png" alt="Artemis Logo"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="welcome">
|
||||
<div class="wrapper">
|
||||
Welcome to ActiveMQ Artemis. To get started you can follow any of the links below to access the manual, examples
|
||||
and the main Artemis website.
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div class="wrapper">
|
||||
<ul>
|
||||
<li><a target="_blank" href="console">Management Console</a></li>
|
||||
<li><a target="_blank" href="api/index.html">API</a></li>
|
||||
<li><a target="_blank" href="user-manual/index.html">User Manual</a></li>
|
||||
<li><a target="_blank" href="hacking-guide/index.html">Hacking Guide</a></li>
|
||||
<li><a target="_blank" href="migration-guide/index.html">Migration Guide</a></li>
|
||||
<li><a href="examples/index.html">Examples</a></li>
|
||||
<li><a href="https://activemq.apache.org/components/artemis/">Apache ActiveMQ Artemis Website</a></li>
|
||||
</ul>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,127 +0,0 @@
|
|||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
.syntax .hll { background-color: #ffffcc }
|
||||
.syntax { background: #f0f0f0; }
|
||||
.syntax .c { color: #60a0b0; font-style: italic } /* Comment */
|
||||
.syntax .err { border: 1px solid #FF0000 } /* Error */
|
||||
.syntax .k { color: #007020; font-weight: bold } /* Keyword */
|
||||
.syntax .o { color: #666666 } /* Operator */
|
||||
.syntax .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
|
||||
.syntax .cp { color: #007020 } /* Comment.Preproc */
|
||||
.syntax .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
|
||||
.syntax .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
|
||||
.syntax .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.syntax .ge { font-style: italic } /* Generic.Emph */
|
||||
.syntax .gr { color: #FF0000 } /* Generic.Error */
|
||||
.syntax .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.syntax .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.syntax .go { color: #808080 } /* Generic.Output */
|
||||
.syntax .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
||||
.syntax .gs { font-weight: bold } /* Generic.Strong */
|
||||
.syntax .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.syntax .gt { color: #0040D0 } /* Generic.Traceback */
|
||||
.syntax .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
|
||||
.syntax .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
|
||||
.syntax .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
|
||||
.syntax .kp { color: #007020 } /* Keyword.Pseudo */
|
||||
.syntax .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
|
||||
.syntax .kt { color: #902000 } /* Keyword.Type */
|
||||
.syntax .m { color: #40a070 } /* Literal.Number */
|
||||
.syntax .s { color: #4070a0 } /* Literal.String */
|
||||
.syntax .na { color: #4070a0 } /* Name.Attribute */
|
||||
.syntax .nb { color: #007020 } /* Name.Builtin */
|
||||
.syntax .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
|
||||
.syntax .no { color: #60add5 } /* Name.Constant */
|
||||
.syntax .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
||||
.syntax .ni { color: #d55537; font-weight: bold } /* Name.Entity */
|
||||
.syntax .ne { color: #007020 } /* Name.Exception */
|
||||
.syntax .nf { color: #06287e } /* Name.Function */
|
||||
.syntax .nl { color: #002070; font-weight: bold } /* Name.Label */
|
||||
.syntax .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
||||
.syntax .nt { color: #062873; font-weight: bold } /* Name.Tag */
|
||||
.syntax .nv { color: #bb60d5 } /* Name.Variable */
|
||||
.syntax .ow { color: #007020; font-weight: bold } /* Operator.Word */
|
||||
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.syntax .mf { color: #40a070 } /* Literal.Number.Float */
|
||||
.syntax .mh { color: #40a070 } /* Literal.Number.Hex */
|
||||
.syntax .mi { color: #40a070 } /* Literal.Number.Integer */
|
||||
.syntax .mo { color: #40a070 } /* Literal.Number.Oct */
|
||||
.syntax .sb { color: #4070a0 } /* Literal.String.Backtick */
|
||||
.syntax .sc { color: #4070a0 } /* Literal.String.Char */
|
||||
.syntax .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
|
||||
.syntax .s2 { color: #4070a0 } /* Literal.String.Double */
|
||||
.syntax .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
|
||||
.syntax .sh { color: #4070a0 } /* Literal.String.Heredoc */
|
||||
.syntax .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
|
||||
.syntax .sx { color: #c65d09 } /* Literal.String.Other */
|
||||
.syntax .sr { color: #235388 } /* Literal.String.Regex */
|
||||
.syntax .s1 { color: #4070a0 } /* Literal.String.Single */
|
||||
.syntax .ss { color: #517918 } /* Literal.String.Symbol */
|
||||
.syntax .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
||||
.syntax .vc { color: #bb60d5 } /* Name.Variable.Class */
|
||||
.syntax .vg { color: #bb60d5 } /* Name.Variable.Global */
|
||||
.syntax .vi { color: #bb60d5 } /* Name.Variable.Instance */
|
||||
.syntax .il { color: #40a070 } /* Literal.Number.Integer.Long */
|
||||
|
||||
|
||||
/* don't highlight errors */
|
||||
.syntax .err {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.syntax {
|
||||
font-size: .9em;
|
||||
font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
|
||||
background-color: #F8F8FF;
|
||||
|
||||
overflow:auto;
|
||||
-moz-background-clip:border;
|
||||
-moz-background-inline-policy:continuous;
|
||||
-moz-background-origin:padding;
|
||||
margin: 1em 0 1em 0;
|
||||
border:1px solid #DDDDDD;
|
||||
|
||||
border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px;
|
||||
border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px;
|
||||
border-style: solid; border-width: 1px; border-color: #dedede !important;
|
||||
padding: 1em;
|
||||
}
|
||||
.syntax .linenodiv {
|
||||
background-color:#ECECEC;
|
||||
border-right:1px solid #DDDDDD;
|
||||
color:#AAAAAA;
|
||||
padding: .5em;
|
||||
text-align:right;
|
||||
}
|
||||
.syntax .highlight {
|
||||
}
|
||||
.syntax pre {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
pre.syntax {
|
||||
padding: .5em;
|
||||
background-color: #F8F8FF; overflow:auto;
|
||||
}
|
||||
|
||||
.syntax code {
|
||||
font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
|
||||
font-size: 10pt;
|
||||
}
|
|
@ -1,235 +0,0 @@
|
|||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
body, html {
|
||||
font-family:Georgia, Arial, sans-serif;
|
||||
color: #666666;
|
||||
}
|
||||
body, html, table, tr, td, tbody {
|
||||
padding:0;
|
||||
margin:0;
|
||||
vertical-align: top;
|
||||
}
|
||||
body {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Graublau Web', Helvetica, sans-serif;
|
||||
overflow: visible;
|
||||
color: #993333;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-top: 4px solid #E0E0E0 !important;
|
||||
margin-top: 1.5em !important;
|
||||
padding-top: 0.5em !important;
|
||||
}
|
||||
|
||||
p { margin-bottom:0px; }
|
||||
|
||||
a {
|
||||
color: #700;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ff3333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
/*
|
||||
padding-right:2em
|
||||
*/
|
||||
}
|
||||
|
||||
.wrapper { min-width: 762px; width: 762px; margin: 0 auto; }
|
||||
|
||||
#navigation { width: 100%; float: left;
|
||||
font-family: Helvetica,Verdana,Arial,sans-serif;
|
||||
background: black;
|
||||
text-align:center;
|
||||
padding: 8px 0 8px 0;
|
||||
color: #b55;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
||||
#navigation a { color: white; }
|
||||
#navigation ul { display: block; margin:0; padding:0; }
|
||||
#navigation li { list-style-type: none; display: inline; margin:0 5px 0 5px;}
|
||||
|
||||
#overview { width: 100%; padding-top:20px}
|
||||
#overview div.message {
|
||||
font-size: 11pt;
|
||||
margin-top: -20px;
|
||||
padding-left: 120px;
|
||||
width: 350px;
|
||||
}
|
||||
#overview div.message h1{ margin-bottom: 5px; display:none; }
|
||||
#overview div.message p{ margin-top: 0px; padding-bottom:14px; }
|
||||
|
||||
#spot { width: 100%; float: left;
|
||||
margin-top: 15px;
|
||||
background:transparent url(../images/spot-banner.gif) repeat-x scroll 0 0;
|
||||
height: 277px;
|
||||
}
|
||||
#spot div.title {
|
||||
text-align:center; height:25px;
|
||||
text-align:center; padding-top: 2px;
|
||||
color: white; font-size: 10pt; font-weight: bold;
|
||||
font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
|
||||
}
|
||||
#spot div.content table {
|
||||
width: 100%; text-align:center;
|
||||
color: black; font-size: 10pt;
|
||||
}
|
||||
|
||||
#spot a:hover {text-decoration: none; }
|
||||
|
||||
#spot div.spot-balloon {
|
||||
background:transparent url( ../../../images/spot-get-involved.gif ) no-repeat;
|
||||
background-position:center;
|
||||
height: 121px;
|
||||
text-align:left;
|
||||
padding-top: 25px;
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
#spot div.spot-balloon li {
|
||||
/*
|
||||
list-style: none;
|
||||
*/
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
/*
|
||||
#spot div.spot-balloon {
|
||||
height: 120px;
|
||||
text-align:left;
|
||||
padding-top: 20px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
*/
|
||||
|
||||
#content { width: 100%; float: left; padding-bottom: 20px; }
|
||||
#content .wrapper { min-width: 700px; width: 700px; margin: 0 auto; padding-top: 1em}
|
||||
#content div.left {
|
||||
float:left;
|
||||
width:200px;
|
||||
text-align:right;
|
||||
font-size: 18pt;
|
||||
clear:both;
|
||||
}
|
||||
#content h1 {
|
||||
font-size: 18pt;
|
||||
}
|
||||
#content div.right {
|
||||
float:right;
|
||||
width:450px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#blog { width: 100%; float: left; }
|
||||
#blog .wrapper { min-width: 600px; width: 600px; margin: 0 auto; }
|
||||
#blog h1 {
|
||||
font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
|
||||
font-size: 18pt; color: #993333;
|
||||
}
|
||||
#blog h2 {
|
||||
border-bottom: thin dashed #DDD;
|
||||
font-size: 16pt;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#blog div.post p {
|
||||
padding-left: 10px;
|
||||
}
|
||||
#blog div.post .details {
|
||||
padding-top: 5px;
|
||||
color: #ccc;
|
||||
font-size: 10pt;
|
||||
font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
|
||||
}
|
||||
|
||||
#content .post h2 {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
#content .post .details {
|
||||
color: #ccc;
|
||||
font-size: 10pt;
|
||||
font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: .9em;
|
||||
font-family: 'Droid Sans Mono', 'Courier New', monospace !important;
|
||||
}
|
||||
pre {
|
||||
background-color: #F8F8FF;
|
||||
|
||||
overflow:auto;
|
||||
-moz-background-clip:border;
|
||||
-moz-background-inline-policy:continuous;
|
||||
-moz-background-origin:padding;
|
||||
margin: 1em 0 1em 0;
|
||||
border:1px solid #DDDDDD;
|
||||
|
||||
border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px;
|
||||
border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px;
|
||||
border-style: solid; border-width: 1px; border-color: #dedede !important;
|
||||
padding: 1em;
|
||||
}
|
||||
pre code {
|
||||
font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
div.compare { width: 700px; }
|
||||
div.compare div.compare-left { float:left; width:340px; padding:5px; margin-top: 15px; }
|
||||
div.compare div.compare-right { float:right; width:340px; padding:5px; margin-top: 15px; }
|
||||
div.compare div h3 {
|
||||
margin-left: 15px;
|
||||
padding: 5px 15px;
|
||||
display: inline;
|
||||
font-size: .8em;
|
||||
color: #666;
|
||||
|
||||
border-top: 1px solid #ccc; -moz-border-top-colors: #ccc white white #e5e5e5;
|
||||
border-left: 1px solid #ccc; -moz-border-left-colors: #ccc white white #e5e5e5;
|
||||
border-right: 1px solid #ccc;-moz-border-right-colors: #ccc white white #e5e5e5;
|
||||
border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px;
|
||||
border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px;
|
||||
}
|
||||
div.compare div div {
|
||||
margin: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.wide div.compare div.compare-left { float:none; width:700px; }
|
||||
.wide div.compare div.compare-right { float:none; width:700px; }
|
||||
|
||||
.hide {
|
||||
display:none;
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh"
|
||||
content="5;url=https://activemq.apache.org/components/artemis/documentation/latest"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>User Manual</h1>
|
||||
|
||||
<p>If you are seeing this message, it is because the User Manual was not built during the Apache ActiveMQ Artemis build.
|
||||
To build Apache ActiveMQ Artemis with the User Manual you must use the maven release profile:
|
||||
<code>mvn clean install -Prelease</code>.
|
||||
</p>
|
||||
<p>This page will atempt to refresh to the current release User Manual on the <a href="https://activemq.apache.org/components/artemis/">website</a> at
|
||||
<a href="https://activemq.apache.org/components/artemis/documentation/latest">https://activemq.apache.org/components/artemis/documentation/latest</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,29 +0,0 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<html>
|
||||
<body>
|
||||
<p>If you are seeing this message, it is because the API docs were not built during the Apache ActiveMQ Artemis build.
|
||||
To build Apache ActiveMQ Artemis with the API docs you must use the maven release profile:
|
||||
<code>mvn clean install -Prelease</code>.
|
||||
</p>
|
||||
<p>The API documentation for the latest release can be found on the <a href="https://activemq.apache.org/components/artemis/">website</a> at
|
||||
<a href="https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/">https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
* 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.
|
||||
*/
|
||||
package placeholder;
|
||||
|
||||
/**
|
||||
* Empty class for placeholder Javadoc generation.
|
||||
*/
|
||||
public class Placeholder {
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Build with the release profile to generate the API docs, or see the <a href="https://activemq.apache.org/components/artemis/">website</a> for the
|
||||
* <a href="https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/">latest release API docs</a>.
|
||||
*/
|
||||
package placeholder;
|
Loading…
Reference in New Issue