Wagon: Deploying site to repository
143
css/maven-base.css
Normal file
|
@ -0,0 +1,143 @@
|
|||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
img {
|
||||
border:none;
|
||||
}
|
||||
table {
|
||||
padding:0px;
|
||||
width: 100%;
|
||||
margin-left: -2px;
|
||||
margin-right: -2px;
|
||||
}
|
||||
acronym {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #feb;
|
||||
}
|
||||
table.bodyTable th, table.bodyTable td {
|
||||
padding: 2px 4px 2px 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
div.clear{
|
||||
clear:both;
|
||||
visibility: hidden;
|
||||
}
|
||||
div.clear hr{
|
||||
display: none;
|
||||
}
|
||||
#bannerLeft, #bannerRight {
|
||||
font-size: xx-large;
|
||||
font-weight: bold;
|
||||
}
|
||||
#bannerLeft img, #bannerRight img {
|
||||
margin: 0px;
|
||||
}
|
||||
.xleft, #bannerLeft img {
|
||||
float:left;
|
||||
}
|
||||
.xright, #bannerRight {
|
||||
float:right;
|
||||
}
|
||||
#banner {
|
||||
padding: 0px;
|
||||
}
|
||||
#banner img {
|
||||
border: none;
|
||||
}
|
||||
#breadcrumbs {
|
||||
padding: 3px 10px 3px 10px;
|
||||
}
|
||||
#leftColumn {
|
||||
width: 170px;
|
||||
float:left;
|
||||
overflow: auto;
|
||||
}
|
||||
#bodyColumn {
|
||||
margin-right: 1.5em;
|
||||
margin-left: 197px;
|
||||
}
|
||||
#legend {
|
||||
padding: 8px 0 8px 0;
|
||||
}
|
||||
#navcolumn {
|
||||
padding: 8px 4px 0 8px;
|
||||
}
|
||||
#navcolumn h5 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: small;
|
||||
}
|
||||
#navcolumn ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: small;
|
||||
}
|
||||
#navcolumn li {
|
||||
list-style-type: none;
|
||||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0.4em;
|
||||
padding-left: 16px;
|
||||
list-style-position: outside;
|
||||
line-height: 1.2em;
|
||||
font-size: smaller;
|
||||
}
|
||||
#navcolumn li.expanded {
|
||||
background-image: url(../images/expanded.gif);
|
||||
}
|
||||
#navcolumn li.collapsed {
|
||||
background-image: url(../images/collapsed.gif);
|
||||
}
|
||||
#poweredBy {
|
||||
text-align: center;
|
||||
}
|
||||
#navcolumn img {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
#poweredBy img {
|
||||
display:block;
|
||||
margin: 20px 0 20px 17px;
|
||||
}
|
||||
#search img {
|
||||
margin: 0px;
|
||||
display: block;
|
||||
}
|
||||
#search #q, #search #btnG {
|
||||
border: 1px solid #999;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
#search form {
|
||||
margin: 0px;
|
||||
}
|
||||
#lastPublished {
|
||||
font-size: x-small;
|
||||
}
|
||||
.navSection {
|
||||
margin-bottom: 2px;
|
||||
padding: 8px;
|
||||
}
|
||||
.navSectionHead {
|
||||
font-weight: bold;
|
||||
font-size: x-small;
|
||||
}
|
||||
.section {
|
||||
padding: 4px;
|
||||
}
|
||||
#footer {
|
||||
padding: 3px 10px 3px 10px;
|
||||
font-size: x-small;
|
||||
}
|
||||
#breadcrumbs {
|
||||
font-size: x-small;
|
||||
margin: 0pt;
|
||||
}
|
||||
.source {
|
||||
padding: 12px;
|
||||
margin: 1em 7px 1em 7px;
|
||||
}
|
||||
.source pre {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
141
css/maven-theme.css
Normal file
|
@ -0,0 +1,141 @@
|
|||
body {
|
||||
padding: 0px 0px 10px 0px;
|
||||
}
|
||||
body, td, select, input, li{
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
code{
|
||||
font-family: Courier, monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:link {
|
||||
color:#36a;
|
||||
}
|
||||
a:visited {
|
||||
color:#47a;
|
||||
}
|
||||
a:active, a:hover {
|
||||
color:#69c;
|
||||
}
|
||||
#legend li.externalLink {
|
||||
background: url(../images/external.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: url(../images/external.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
#legend li.newWindow {
|
||||
background: url(../images/newwindow.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
background: url(../images/newwindow.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
h2 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #999;
|
||||
color: #900;
|
||||
background-color: #ddd;
|
||||
font-weight:900;
|
||||
font-size: x-large;
|
||||
}
|
||||
h3 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #aaa;
|
||||
color: #900;
|
||||
background-color: #eee;
|
||||
font-weight: normal;
|
||||
font-size: large;
|
||||
}
|
||||
h4 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #bbb;
|
||||
color: #900;
|
||||
background-color: #fff;
|
||||
font-weight: normal;
|
||||
font-size: large;
|
||||
}
|
||||
h5 {
|
||||
padding: 4px 4px 4px 6px;
|
||||
color: #900;
|
||||
font-size: normal;
|
||||
}
|
||||
p {
|
||||
line-height: 1.3em;
|
||||
font-size: small;
|
||||
}
|
||||
#breadcrumbs {
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 1px solid #aaa;
|
||||
background-color: #ccc;
|
||||
}
|
||||
#leftColumn {
|
||||
margin: 10px 0 0 5px;
|
||||
border: 1px solid #999;
|
||||
background-color: #eee;
|
||||
}
|
||||
#navcolumn h5 {
|
||||
font-size: smaller;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
padding-top: 2px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
table.bodyTable th {
|
||||
color: white;
|
||||
background-color: #bbb;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.bodyTable th, table.bodyTable td {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
table.bodyTable tr.a {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
table.bodyTable tr.b {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.source {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
dl {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #ffc;
|
||||
}
|
||||
dt {
|
||||
color: #900;
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
||||
margin: 8px;
|
||||
}
|
||||
#banner {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.errormark, .warningmark, .donemark, .infomark {
|
||||
background: url(../images/icon_error_sml.gif) no-repeat;
|
||||
}
|
||||
|
||||
.warningmark {
|
||||
background-image: url(../images/icon_warning_sml.gif);
|
||||
}
|
||||
|
||||
.donemark {
|
||||
background-image: url(../images/icon_success_sml.gif);
|
||||
}
|
||||
|
||||
.infomark {
|
||||
background-image: url(../images/icon_info_sml.gif);
|
||||
}
|
||||
|
7
css/print.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
|
||||
display: none !important;
|
||||
}
|
||||
#bodyColumn, body.docs div.docs {
|
||||
margin: 0 !important;
|
||||
border: none !important
|
||||
}
|
0
css/site.css
Normal file
815
dependencies.html
Normal file
|
@ -0,0 +1,815 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Dependencies</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Dependencies</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Dependencies</h2>
|
||||
<div class="section"><h3>compile</h3>
|
||||
<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
|
||||
<table class="bodyTable"><tr class="a"><th>GroupId</th>
|
||||
<th>ArtifactId</th>
|
||||
<th>Version</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
<tr class="b"><td>commons-lang</td>
|
||||
<td><a class="externalLink" href="http://commons.apache.org/lang/">commons-lang</a></td>
|
||||
<td>2.6</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>dom4j</td>
|
||||
<td><a class="externalLink" href="http://dom4j.org">dom4j</a></td>
|
||||
<td>1.6.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>jaxen</td>
|
||||
<td><a class="externalLink" href="http://jaxen.codehaus.org/">jaxen</a></td>
|
||||
<td>1.1.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.httpcomponents</td>
|
||||
<td><a class="externalLink" href="http://hc.apache.org/httpcomponents-client">httpclient</a></td>
|
||||
<td>4.1.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section"><h3>test</h3>
|
||||
<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
|
||||
<table class="bodyTable"><tr class="b"><th>GroupId</th>
|
||||
<th>ArtifactId</th>
|
||||
<th>Version</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
<tr class="a"><td>junit</td>
|
||||
<td><a class="externalLink" href="http://junit.org">junit</a></td>
|
||||
<td>4.8.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Project Transitive Dependencies</h2>
|
||||
<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p>
|
||||
<div class="section"><h3>compile</h3>
|
||||
<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
|
||||
<table class="bodyTable"><tr class="b"><th>GroupId</th>
|
||||
<th>ArtifactId</th>
|
||||
<th>Version</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
<tr class="a"><td>com.ibm.icu</td>
|
||||
<td>icu4j</td>
|
||||
<td>2.6.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>commons-codec</td>
|
||||
<td><a class="externalLink" href="http://commons.apache.org/codec/">commons-codec</a></td>
|
||||
<td>1.4</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>commons-logging</td>
|
||||
<td><a class="externalLink" href="http://commons.apache.org/logging">commons-logging</a></td>
|
||||
<td>1.1.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>jdom</td>
|
||||
<td>jdom</td>
|
||||
<td>1.0</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.httpcomponents</td>
|
||||
<td><a class="externalLink" href="http://hc.apache.org/httpcomponents-core-ga/">httpcore</a></td>
|
||||
<td>4.1</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>xalan</td>
|
||||
<td>xalan</td>
|
||||
<td>2.6.0</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>xerces</td>
|
||||
<td>xercesImpl</td>
|
||||
<td>2.6.2</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>xerces</td>
|
||||
<td>xmlParserAPIs</td>
|
||||
<td>2.6.2</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="a"><td>xml-apis</td>
|
||||
<td><a class="externalLink" href="http://xml.apache.org/commons/#external">xml-apis</a></td>
|
||||
<td>1.0.b2</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
<tr class="b"><td>xom</td>
|
||||
<td><a class="externalLink" href="http://www.xom.nu">xom</a></td>
|
||||
<td>1.0</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Project Dependency Graph</h2>
|
||||
<script language="javascript" type="text/javascript">
|
||||
function toggleDependencyDetail( divId, imgId )
|
||||
{
|
||||
var div = document.getElementById( divId );
|
||||
var img = document.getElementById( imgId );
|
||||
if( div.style.display == '' )
|
||||
{
|
||||
div.style.display = 'none';
|
||||
img.src='./images/icon_info_sml.gif';
|
||||
}
|
||||
else
|
||||
{
|
||||
div.style.display = '';
|
||||
img.src='./images/close.gif';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class="section"><h3>Dependency Tree</h3>
|
||||
<ul><li>org.rundeck:rundeck-api-java-client:jar:1.0-SNAPSHOT <img id="_303070823" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_351688941', '_303070823' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_351688941" style="display:none"><table class="bodyTable"><tr class="a"><th>RunDeck API - Java Client</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>Java client for the RunDeck REST API</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="https://github.com/vbehar/rundeck-api-java-client">https://github.com/vbehar/rundeck-api-java-client</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>org.apache.httpcomponents:httpclient:jar:4.1.1 (compile) <img id="_179994910" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_200635282', '_179994910' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_200635282" style="display:none"><table class="bodyTable"><tr class="a"><th>HttpClient</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>HttpComponents Client (base module)</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://hc.apache.org/httpcomponents-client">http://hc.apache.org/httpcomponents-client</a></p>
|
||||
<p><b>Project License: </b><a href="#LICENSE.txt">Apache License</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>org.apache.httpcomponents:httpcore:jar:4.1 (compile) <img id="_872305348" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_373373865', '_872305348' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_373373865" style="display:none"><table class="bodyTable"><tr class="a"><th>HttpCore</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>HttpComponents Core (blocking I/O)</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://hc.apache.org/httpcomponents-core-ga/">http://hc.apache.org/httpcomponents-core-ga/</a></p>
|
||||
<p><b>Project License: </b><a href="#LICENSE.txt">Apache License</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>commons-logging:commons-logging:jar:1.1.1 (compile) <img id="_2022811725" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1702519458', '_2022811725' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1702519458" style="display:none"><table class="bodyTable"><tr class="a"><th>Commons Logging</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
|
||||
well known logging systems.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>commons-codec:commons-codec:jar:1.4 (compile) <img id="_200378225" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_796960735', '_200378225' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_796960735" style="display:none"><table class="bodyTable"><tr class="a"><th>Commons Codec</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>The codec package contains simple encoder and decoders for
|
||||
various formats such as Base64 and Hexadecimal. In addition to these
|
||||
widely used encoders and decoders, the codec package also maintains a
|
||||
collection of phonetic encoding utilities.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/codec/">http://commons.apache.org/codec/</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>commons-lang:commons-lang:jar:2.6 (compile) <img id="_1472449389" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1809015668', '_1472449389' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1809015668" style="display:none"><table class="bodyTable"><tr class="a"><th>Commons Lang</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>Commons Lang, a package of Java utility classes for the
|
||||
classes that are in java.lang's hierarchy, or are considered to be so
|
||||
standard as to justify existence in java.lang.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/lang/">http://commons.apache.org/lang/</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>dom4j:dom4j:jar:1.6.1 (compile) <img id="_1650827859" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1720770313', '_1650827859' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1720770313" style="display:none"><table class="bodyTable"><tr class="a"><th>dom4j</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>dom4j: the flexible XML framework for Java</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://dom4j.org">http://dom4j.org</a></p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>xml-apis:xml-apis:jar:1.0.b2 (compile) <img id="_1982783980" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1257129249', '_1982783980' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1257129249" style="display:none"><table class="bodyTable"><tr class="a"><th>XML Commons External Components XML APIs</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>xml-commons provides an Apache-hosted set of DOM, SAX, and
|
||||
JAXP interfaces for use in other xml-based projects. Our hope is that we
|
||||
can standardize on both a common version and packaging scheme for these
|
||||
critical XML standards interfaces to make the lives of both our developers
|
||||
and users easier. The External Components portion of xml-commons contains
|
||||
interfaces that are defined by external standards organizations. For DOM,
|
||||
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
|
||||
JAXP it's Sun.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://xml.apache.org/commons/#external">http://xml.apache.org/commons/#external</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>jaxen:jaxen:jar:1.1.1 (compile) <img id="_1390770081" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2070174387', '_1390770081' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2070174387" style="display:none"><table class="bodyTable"><tr class="a"><th>jaxen</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>Jaxen is a universal Java XPath engine.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://jaxen.codehaus.org/">http://jaxen.codehaus.org/</a></p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>dom4j:dom4j:jar:1.6.1 (compile) <img id="_2080576108" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1084455296', '_2080576108' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1084455296" style="display:none"><table class="bodyTable"><tr class="a"><th>dom4j</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>dom4j: the flexible XML framework for Java</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://dom4j.org">http://dom4j.org</a></p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>jdom:jdom:jar:1.0 (compile) <img id="_1992895229" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_565037848', '_1992895229' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_565037848" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - jdom:jdom:jar:1.0</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>xerces:xercesImpl:jar:2.6.2 (compile) <img id="_379731535" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_512581106', '_379731535' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_512581106" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - xerces:xercesImpl:jar:2.6.2</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>xom:xom:jar:1.0 (compile) <img id="_2115506672" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_22824475', '_2115506672' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_22824475" style="display:none"><table class="bodyTable"><tr class="a"><th>xom</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://www.xom.nu">http://www.xom.nu</a></p>
|
||||
<p><b>Project License: </b>LGPL</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>xerces:xmlParserAPIs:jar:2.6.2 (compile) <img id="_36301169" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_79569269', '_36301169' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_79569269" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - xerces:xmlParserAPIs:jar:2.6.2</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>xerces:xercesImpl:jar:2.6.2 (compile) <img id="_597317929" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1091719827', '_597317929' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1091719827" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - xerces:xercesImpl:jar:2.6.2</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>xalan:xalan:jar:2.6.0 (compile) <img id="_543163236" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_753910972', '_543163236' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_753910972" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - xalan:xalan:jar:2.6.0</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><ul><li>xml-apis:xml-apis:jar:1.0.b2 (compile) <img id="_573169436" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_694412875', '_573169436' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_694412875" style="display:none"><table class="bodyTable"><tr class="a"><th>XML Commons External Components XML APIs</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>xml-commons provides an Apache-hosted set of DOM, SAX, and
|
||||
JAXP interfaces for use in other xml-based projects. Our hope is that we
|
||||
can standardize on both a common version and packaging scheme for these
|
||||
critical XML standards interfaces to make the lives of both our developers
|
||||
and users easier. The External Components portion of xml-commons contains
|
||||
interfaces that are defined by external standards organizations. For DOM,
|
||||
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
|
||||
JAXP it's Sun.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://xml.apache.org/commons/#external">http://xml.apache.org/commons/#external</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>com.ibm.icu:icu4j:jar:2.6.1 (compile) <img id="_1487433035" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1654094438', '_1487433035' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1654094438" style="display:none"><table class="bodyTable"><tr class="a"><th>Unnamed - com.ibm.icu:icu4j:jar:2.6.1</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p>
|
||||
<p><b>Project License: </b>No project license is defined for this project.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>junit:junit:jar:4.8.1 (test) <img id="_1501058149" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1906115127', '_1501058149' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1906115127" style="display:none"><table class="bodyTable"><tr class="a"><th>JUnit</th>
|
||||
</tr>
|
||||
<tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p>
|
||||
<p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p>
|
||||
<p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Licenses</h2>
|
||||
<p><b>LGPL: </b>xom</p>
|
||||
<p><b>Unknown: </b>Unnamed - com.ibm.icu:icu4j:jar:2.6.1, Unnamed - jdom:jdom:jar:1.0, Unnamed - xalan:xalan:jar:2.6.0, Unnamed - xerces:xercesImpl:jar:2.6.2, Unnamed - xerces:xmlParserAPIs:jar:2.6.2, dom4j, jaxen</p>
|
||||
<p><b>Apache License: </b>HttpClient, HttpCore</p>
|
||||
<p><b>Common Public License Version 1.0: </b>JUnit</p>
|
||||
<p><b>The Apache Software License, Version 2.0: </b>Commons Codec, Commons Lang, Commons Logging, RunDeck API - Java Client, XML Commons External Components XML APIs</p>
|
||||
</div>
|
||||
<div class="section"><h2>Dependency File Details</h2>
|
||||
<table class="bodyTable"><tbody><tr class="a"><th align="left">Filename</th>
|
||||
<th align="right">Size</th>
|
||||
<th align="right">Entries</th>
|
||||
<th align="right">Classes</th>
|
||||
<th align="right">Packages</th>
|
||||
<th align="center">JDK Rev</th>
|
||||
<th align="center">Debug</th>
|
||||
<th align="center">Sealed</th>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">icu4j-2.6.1.jar</td>
|
||||
<td align="right">2.34 MB</td>
|
||||
<td align="right">755</td>
|
||||
<td align="right">648</td>
|
||||
<td align="right">6</td>
|
||||
<td align="center">1.2</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">commons-codec-1.4.jar</td>
|
||||
<td align="right">56.80 kB</td>
|
||||
<td align="right">47</td>
|
||||
<td align="right">30</td>
|
||||
<td align="right">5</td>
|
||||
<td align="center">1.4</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">commons-lang-2.6.jar</td>
|
||||
<td align="right">277.56 kB</td>
|
||||
<td align="right">155</td>
|
||||
<td align="right">133</td>
|
||||
<td align="right">10</td>
|
||||
<td align="center">1.3</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">commons-logging-1.1.1.jar</td>
|
||||
<td align="right">59.26 kB</td>
|
||||
<td align="right">42</td>
|
||||
<td align="right">28</td>
|
||||
<td align="right">2</td>
|
||||
<td align="center">1.1</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">dom4j-1.6.1.jar</td>
|
||||
<td align="right">306.54 kB</td>
|
||||
<td align="right">208</td>
|
||||
<td align="right">190</td>
|
||||
<td align="right">14</td>
|
||||
<td align="center">1.3</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">jaxen-1.1.1.jar</td>
|
||||
<td align="right">221.60 kB</td>
|
||||
<td align="right">236</td>
|
||||
<td align="right">214</td>
|
||||
<td align="right">17</td>
|
||||
<td align="center">1.2</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">jdom-1.0.jar</td>
|
||||
<td align="right">149.66 kB</td>
|
||||
<td align="right">87</td>
|
||||
<td align="right">75</td>
|
||||
<td align="right">8</td>
|
||||
<td align="center">1.1</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">junit-4.8.1.jar</td>
|
||||
<td align="right">231.49 kB</td>
|
||||
<td align="right">267</td>
|
||||
<td align="right">230</td>
|
||||
<td align="right">30</td>
|
||||
<td align="center">1.5</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">httpclient-4.1.1.jar</td>
|
||||
<td align="right">342.90 kB</td>
|
||||
<td align="right">308</td>
|
||||
<td align="right">272</td>
|
||||
<td align="right">22</td>
|
||||
<td align="center">1.5</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">httpcore-4.1.jar</td>
|
||||
<td align="right">176.80 kB</td>
|
||||
<td align="right">185</td>
|
||||
<td align="right">163</td>
|
||||
<td align="right">10</td>
|
||||
<td align="center">1.3</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xalan-2.6.0.jar</td>
|
||||
<td align="right">3.00 MB</td>
|
||||
<td align="right">1,625</td>
|
||||
<td align="right">1,548</td>
|
||||
<td align="right">50</td>
|
||||
<td align="center">1.1</td>
|
||||
<td align="center">debug</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">xercesImpl-2.6.2.jar</td>
|
||||
<td align="right">986.99 kB</td>
|
||||
<td align="right">845</td>
|
||||
<td align="right">784</td>
|
||||
<td align="right">37</td>
|
||||
<td align="center">1.1</td>
|
||||
<td align="center">release</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xmlParserAPIs-2.6.2.jar</td>
|
||||
<td align="right">121.80 kB</td>
|
||||
<td align="right">238</td>
|
||||
<td align="right">207</td>
|
||||
<td align="right">17</td>
|
||||
<td align="center">1.1</td>
|
||||
<td align="center">release</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">xml-apis-1.0.b2.jar</td>
|
||||
<td align="right">106.76 kB</td>
|
||||
<td align="right">217</td>
|
||||
<td align="right">184</td>
|
||||
<td align="right">17</td>
|
||||
<td align="center">1.2</td>
|
||||
<td align="center">release</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xom-1.0.jar</td>
|
||||
<td align="right">106.32 kB</td>
|
||||
<td align="right">108</td>
|
||||
<td align="right">96</td>
|
||||
<td align="right">6</td>
|
||||
<td align="center">1.2</td>
|
||||
<td align="center">release</td>
|
||||
<td align="center">sealed</td>
|
||||
</tr>
|
||||
<tr class="a"><th align="left">Total</th>
|
||||
<th align="right">Size</th>
|
||||
<th align="right">Entries</th>
|
||||
<th align="right">Classes</th>
|
||||
<th align="right">Packages</th>
|
||||
<th align="center">JDK Rev</th>
|
||||
<th align="center">Debug</th>
|
||||
<th align="center">Sealed</th>
|
||||
</tr>
|
||||
<tr class="b"><td align="right">15</td>
|
||||
<td align="right">8.41 MB</td>
|
||||
<td align="right">5,323</td>
|
||||
<td align="right">4,802</td>
|
||||
<td align="right">251</td>
|
||||
<td align="center">1.5</td>
|
||||
<td align="right">11</td>
|
||||
<td align="center">1</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="right">compile: 14</td>
|
||||
<td align="right">compile: 8.19 MB</td>
|
||||
<td align="right">compile: 5,056</td>
|
||||
<td align="right">compile: 4,572</td>
|
||||
<td align="right">compile: 221</td>
|
||||
<td align="center">-</td>
|
||||
<td align="right">compile: 10</td>
|
||||
<td align="center">compile: 1</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="right">test: 1</td>
|
||||
<td align="right">test: 231.49 kB</td>
|
||||
<td align="right">test: 267</td>
|
||||
<td align="right">test: 230</td>
|
||||
<td align="right">test: 30</td>
|
||||
<td align="center">-</td>
|
||||
<td align="right">test: 1</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section"><h2>Dependency Repository Locations</h2>
|
||||
<table class="bodyTable"><tbody><tr class="a"><th align="left">Repo ID</th>
|
||||
<th align="left">URL</th>
|
||||
<th align="center">Release</th>
|
||||
<th align="center">Snapshot</th>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">apache.snapshots</td>
|
||||
<td align="left"><a class="externalLink" href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a></td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">Yes</td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">sonatype-nexus-snapshots</td>
|
||||
<td align="left"><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots">https://oss.sonatype.org/content/repositories/snapshots</a></td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">Yes</td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">central</td>
|
||||
<td align="left"><a class="externalLink" href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td>
|
||||
<td align="center">Yes</td>
|
||||
<td align="center">-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Repository locations for each of the Dependencies.</p>
|
||||
<table class="bodyTable"><tbody><tr class="a"><th align="left">Artifact</th>
|
||||
<th align="center">apache.snapshots</th>
|
||||
<th align="center">sonatype-nexus-snapshots</th>
|
||||
<th align="center">central</th>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">com.ibm.icu:icu4j:jar:2.6.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">commons-codec:commons-codec:jar:1.4</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">commons-lang:commons-lang:jar:2.6</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">commons-logging:commons-logging:jar:1.1.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">dom4j:dom4j:jar:1.6.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">jaxen:jaxen:jar:1.1.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">jdom:jdom:jar:1.0</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">junit:junit:jar:4.8.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/junit/junit/4.8.1/junit-4.8.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">org.apache.httpcomponents:httpclient:jar:4.1.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">org.apache.httpcomponents:httpcore:jar:4.1</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xalan:xalan:jar:2.6.0</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">xerces:xercesImpl:jar:2.6.2</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xerces:xmlParserAPIs:jar:2.6.2</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><td align="left">xml-apis:xml-apis:jar:1.0.b2</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">xom:xom:jar:1.0</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center">-</td>
|
||||
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/xom/xom/1.0/xom-1.0.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
|
||||
</tr>
|
||||
<tr class="a"><th align="left">Total</th>
|
||||
<th align="center">apache.snapshots</th>
|
||||
<th align="center">sonatype-nexus-snapshots</th>
|
||||
<th align="center">central</th>
|
||||
</tr>
|
||||
<tr class="b"><td align="left">15 (compile: 14, test: 1)</td>
|
||||
<td align="center">0</td>
|
||||
<td align="center">0</td>
|
||||
<td align="center">15</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
images/close.gif
Normal file
After Width: | Height: | Size: 279 B |
BIN
images/collapsed.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
images/expanded.gif
Normal file
After Width: | Height: | Size: 52 B |
BIN
images/external.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
images/icon_error_sml.gif
Normal file
After Width: | Height: | Size: 1,010 B |
BIN
images/icon_info_sml.gif
Normal file
After Width: | Height: | Size: 606 B |
BIN
images/icon_success_sml.gif
Normal file
After Width: | Height: | Size: 990 B |
BIN
images/icon_warning_sml.gif
Normal file
After Width: | Height: | Size: 576 B |
BIN
images/logos/build-by-maven-black.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
images/logos/build-by-maven-white.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
images/logos/maven-feather.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/newwindow.png
Normal file
After Width: | Height: | Size: 220 B |
191
index.html
|
@ -1 +1,190 @@
|
|||
My GitHub Page
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - About</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<strong>About</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>About RunDeck API - Java Client</h2>
|
||||
<p>Java client for the RunDeck REST API</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
190
integration.html
Normal file
|
@ -0,0 +1,190 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Continuous Integration</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Continuous Integration</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Continuous Integration</h2>
|
||||
<p>No continuous integration management system is defined. Please check back at a later date.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
190
issue-tracking.html
Normal file
|
@ -0,0 +1,190 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Issue Tracking</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Issue Tracking</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Issue Tracking</h2>
|
||||
<p>No issue management system is defined. Please check back at a later date.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
398
license.html
Normal file
|
@ -0,0 +1,398 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project License</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Project License</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Overview</h2>
|
||||
<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
|
||||
</div>
|
||||
<div class="section"><h2>Project License</h2>
|
||||
<div class="section"><h3>The Apache Software License, Version 2.0</h3>
|
||||
<div class="source"><pre>
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed 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.
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
190
mail-lists.html
Normal file
|
@ -0,0 +1,190 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Mailing Lists</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Mailing Lists</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Mailing Lists</h2>
|
||||
<p>There are no mailing lists currently associated with this project.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
270
plugin-management.html
Normal file
|
@ -0,0 +1,270 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Plugin Management</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Plugin Management</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Plugin Management</h2>
|
||||
<table class="bodyTable"><tr class="a"><th>GroupId</th>
|
||||
<th>ArtifactId</th>
|
||||
<th>Version</th>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin">maven-antrun-plugin</a></td>
|
||||
<td>1.3</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin">maven-assembly-plugin</a></td>
|
||||
<td>2.2-beta-2</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin">maven-clean-plugin</a></td>
|
||||
<td>2.2</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin">maven-compiler-plugin</a></td>
|
||||
<td>2.0.2</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin">maven-dependency-plugin</a></td>
|
||||
<td>2.0</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin">maven-deploy-plugin</a></td>
|
||||
<td>2.4</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-ear-plugin">maven-ear-plugin</a></td>
|
||||
<td>2.3.1</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-ejb-plugin">maven-ejb-plugin</a></td>
|
||||
<td>2.1</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin">maven-install-plugin</a></td>
|
||||
<td>2.2</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin">maven-jar-plugin</a></td>
|
||||
<td>2.2</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin">maven-javadoc-plugin</a></td>
|
||||
<td>2.5</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td>
|
||||
<td>2.4.3</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-rar-plugin">maven-rar-plugin</a></td>
|
||||
<td>2.2</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
|
||||
<td>2.1</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin">maven-resources-plugin</a></td>
|
||||
<td>2.3</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin">maven-site-plugin</a></td>
|
||||
<td>2.0-beta-7</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin">maven-source-plugin</a></td>
|
||||
<td>2.0.4</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
|
||||
<td>2.4.3</td>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin">maven-war-plugin</a></td>
|
||||
<td>2.1-alpha-2</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
205
plugins.html
Normal file
|
@ -0,0 +1,205 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Build Plugins</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Project Plugins</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Build Plugins</h2>
|
||||
<table class="bodyTable"><tr class="a"><th>GroupId</th>
|
||||
<th>ArtifactId</th>
|
||||
<th>Version</th>
|
||||
</tr>
|
||||
<tr class="b"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin">maven-compiler-plugin</a></td>
|
||||
<td>2.0.2</td>
|
||||
</tr>
|
||||
<tr class="a"><td>org.apache.maven.plugins</td>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td>
|
||||
<td>1.0</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section"><h2>Project Report Plugins</h2>
|
||||
<p>There are no plugins reports defined in the Reporting part of this project.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
229
project-info.html
Normal file
|
@ -0,0 +1,229 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Information</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<strong>Project Information</strong>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Information</h2>
|
||||
<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
|
||||
<div class="section"><h3>Overview</h3>
|
||||
<table class="bodyTable"><tr class="a"><th>Document</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="index.html">About</a></td>
|
||||
<td>Java client for the RunDeck REST API</td>
|
||||
</tr>
|
||||
<tr class="a"><td><a href="integration.html">Continuous Integration</a></td>
|
||||
<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="dependencies.html">Dependencies</a></td>
|
||||
<td>This document lists the project's dependencies and provides information on each dependency.</td>
|
||||
</tr>
|
||||
<tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td>
|
||||
<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td>
|
||||
<td>This document provides subscription and archive information for this project's mailing lists.</td>
|
||||
</tr>
|
||||
<tr class="a"><td><a href="plugin-management.html">Plugin Management</a></td>
|
||||
<td>This document lists the plugins that are defined through pluginManagement.</td>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="license.html">Project License</a></td>
|
||||
<td>This is a link to the definitions of project licenses.</td>
|
||||
</tr>
|
||||
<tr class="a"><td><a href="plugins.html">Project Plugins</a></td>
|
||||
<td>This document lists the build plugins and the report plugins used by this project.</td>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="project-summary.html">Project Summary</a></td>
|
||||
<td>This document lists other related information of this project</td>
|
||||
</tr>
|
||||
<tr class="a"><td><a href="team-list.html">Project Team</a></td>
|
||||
<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td>
|
||||
</tr>
|
||||
<tr class="b"><td><a href="source-repository.html">Source Repository</a></td>
|
||||
<td>This is a link to the online source repository that can be viewed via a web browser.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
225
project-summary.html
Normal file
|
@ -0,0 +1,225 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Project Summary</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Project Summary</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Project Summary</h2>
|
||||
<div class="section"><h3>Project Information</h3>
|
||||
<table class="bodyTable"><tr class="a"><th>Field</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
<tr class="b"><td>Name</td>
|
||||
<td>RunDeck API - Java Client</td>
|
||||
</tr>
|
||||
<tr class="a"><td>Description</td>
|
||||
<td>Java client for the RunDeck REST API</td>
|
||||
</tr>
|
||||
<tr class="b"><td>Homepage</td>
|
||||
<td><a class="externalLink" href="https://github.com/vbehar/rundeck-api-java-client">https://github.com/vbehar/rundeck-api-java-client</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section"><h3>Project Organization</h3>
|
||||
<p>This project does not belong to an organization.</p>
|
||||
</div>
|
||||
<div class="section"><h3>Build Information</h3>
|
||||
<table class="bodyTable"><tr class="a"><th>Field</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
<tr class="b"><td>GroupId</td>
|
||||
<td>org.rundeck</td>
|
||||
</tr>
|
||||
<tr class="a"><td>ArtifactId</td>
|
||||
<td>rundeck-api-java-client</td>
|
||||
</tr>
|
||||
<tr class="b"><td>Version</td>
|
||||
<td>1.0-SNAPSHOT</td>
|
||||
</tr>
|
||||
<tr class="a"><td>Type</td>
|
||||
<td>jar</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
208
source-repository.html
Normal file
|
@ -0,0 +1,208 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Source Repository</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="team-list.html">Project Team</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Source Repository</strong>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Overview</h2>
|
||||
<p>This project uses a Source Content Management System to manage its source code.</p>
|
||||
</div>
|
||||
<div class="section"><h2>Web Access</h2>
|
||||
<p>The following is a link to the online source repository.</p>
|
||||
<div class="source"><pre><a class="externalLink" href="https://github.com/vbehar/rundeck-api-java-client">https://github.com/vbehar/rundeck-api-java-client</a></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Anonymous access</h2>
|
||||
<p>Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:</p>
|
||||
<div class="source"><pre>git:git://github.com/vbehar/rundeck-api-java-client.git</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Developer access</h2>
|
||||
<p>Refer to the documentation of the SCM used for more information about developer check out. The connection url is:</p>
|
||||
<div class="source"><pre>git:git@github.com:vbehar/rundeck-api-java-client.git</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section"><h2>Access from behind a firewall</h2>
|
||||
<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
219
team-list.html
Normal file
|
@ -0,0 +1,219 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>RunDeck API - Java Client - Team list</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<span id="bannerLeft">
|
||||
|
||||
RunDeck API - Java Client
|
||||
|
||||
</span>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
Last Published: 2011-07-02
|
||||
</div>
|
||||
<div class="xright"> <a href="">RunDeck API - Java Client</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="expanded">
|
||||
<a href="project-info.html">Project Information</a>
|
||||
<ul>
|
||||
|
||||
<li class="none">
|
||||
<a href="index.html">About</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="integration.html">Continuous Integration</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html">Issue Tracking</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugin-management.html">Plugin Management</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="license.html">Project License</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="plugins.html">Project Plugins</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="project-summary.html">Project Summary</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<strong>Project Team</strong>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="source-repository.html">Source Repository</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>The Team</h2>
|
||||
<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
|
||||
<p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
|
||||
<div class="section"><h3>Members</h3>
|
||||
<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
|
||||
<table class="bodyTable"><tr class="a"><th>Id</th>
|
||||
<th>Name</th>
|
||||
</tr>
|
||||
<tr class="b"><td><a name="vbehar"></a>vbehar</td>
|
||||
<td>Vincent Behar</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section"><h3>Contributors</h3>
|
||||
<p>There are no contributors listed for this project. Please check back again later.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
function offsetDate(id, offset) {
|
||||
var now = new Date();
|
||||
var nowTime = now.getTime();
|
||||
var localOffset = now.getTimezoneOffset();
|
||||
var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
|
||||
var developerDate = new Date(developerTime);
|
||||
|
||||
document.getElementById(id).innerHTML = developerDate;
|
||||
}
|
||||
|
||||
function init(){
|
||||
}
|
||||
|
||||
window.onLoad = init();
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">©
|
||||
2011
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|