Skip to content

Commit

Permalink
Releasing 3.3.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs-zsoldos committed Sep 29, 2015
1 parent d227fd0 commit b132df9
Show file tree
Hide file tree
Showing 122 changed files with 5,446 additions and 2,535 deletions.
368 changes: 203 additions & 165 deletions LICENSE

Large diffs are not rendered by default.

253 changes: 253 additions & 0 deletions analyse-mojo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,253 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2015-09-29 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Everit - Maven OSGi plugin -
eosgi:analyse</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 name="Date-Revision-yyyymmdd" content="20150929" />
<meta http-equiv="Content-Language" content="en" />

<!-- Google Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15041869-4']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Everit - Maven OSGi plugin
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">


<div class="xleft">
<span id="publishDate">Last Published: 2015-09-29</span>
&nbsp;| <span id="projectVersion">Version: 3.3.0</span>
</div>
<div class="xright">

</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">


<h5>Overview</h5>
<ul>
<li class="none">
<a href="index.html" title="Usage">Usage</a>
</li>
<li class="none">
<a href="plugin-info.html" title="Goals">Goals</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="project-info.html" title="Project Information">Project Information</a>
</li>
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>


</div>
</div>
<div id="bodyColumn">
<div id="contentBox">


<div class="section">
<h2>eosgi:analyse<a name="eosgi:analyse"></a></h2>

<p><b>Full name</b>:</p>

<p>org.everit.osgi.dev:eosgi-maven-plugin:3.3.0:analyse</p>

<p><b>Description</b>:</p>

<div>Analyses the environment settings based on different algorythms and
provides useful tips how to improve their configuration.

<p>At the moment, this goal shows the unsatisfied dependencies in
case no package is exported from the JDK. This information can be
useful to find out what should be specified for
<i>org.osgi.framework.system.packages</i> property and what could
be added as a bundle.</p></div>

<p><b>Attributes</b>:</p>

<ul>

<li>Requires a Maven project to be executed.</li>

<li>Requires dependency resolution of artifacts in scope: <tt>compile</tt>.</li>

<li>Invokes the execution of the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a> <tt>package</tt> prior to executing itself.</li>
</ul>

<div class="section">
<h3>Optional Parameters<a name="Optional_Parameters"></a></h3>

<table class="bodyTable" border="0">

<tr class="a">

<th>Name</th>

<th>Type</th>

<th>Since</th>

<th>Description</th>
</tr>

<tr class="b">

<td><b><a href="#environmentId">environmentId</a></b></td>

<td><tt>String</tt></td>

<td><tt>-</tt></td>

<td>Comma separated list of the id of the environments that should be
processed. Default is * that means all environments.<br /><b>Default value is</b>: <tt>*</tt>.<br /><b>User property is</b>: <tt>eosgi.environmentId</tt>.</td>
</tr>

<tr class="a">

<td><b><a href="#environments">environments</a></b></td>

<td><tt>EnvironmentConfiguration[]</tt></td>

<td><tt>-</tt></td>

<td>The environments on which the tests should run.<br /></td>
</tr>

<tr class="b">

<td><b><a href="#executedProject">executedProject</a></b></td>

<td><tt>MavenProject</tt></td>

<td><tt>-</tt></td>

<td>(no description)<br /><b>User property is</b>: <tt>executedProject</tt>.</td>
</tr>

<tr class="a">

<td><b><a href="#project">project</a></b></td>

<td><tt>MavenProject</tt></td>

<td><tt>-</tt></td>

<td>The Maven project.<br /><b>User property is</b>: <tt>project</tt>.</td>
</tr>
</table>
</div>

<div class="section">
<h3>Parameter Details<a name="Parameter_Details"></a></h3>

<p><b><a name="environmentId">environmentId</a>:</b></p>

<div>Comma separated list of the id of the environments that should be
processed. Default is * that means all environments.</div>

<ul>

<li><b>Type</b>: <tt>java.lang.String</tt></li>

<li><b>Required</b>: <tt>No</tt></li>

<li><b>User Property</b>: <tt>eosgi.environmentId</tt></li>

<li><b>Default</b>: <tt>*</tt></li>
</ul><hr />
<p><b><a name="environments">environments</a>:</b></p>

<div>The environments on which the tests should run.</div>

<ul>

<li><b>Type</b>: <tt>org.everit.osgi.dev.maven.EnvironmentConfiguration[]</tt></li>

<li><b>Required</b>: <tt>No</tt></li>
</ul><hr />
<p><b><a name="executedProject">executedProject</a>:</b></p>

<div>(no description)</div>

<ul>

<li><b>Type</b>: <tt>org.apache.maven.project.MavenProject</tt></li>

<li><b>Required</b>: <tt>No</tt></li>

<li><b>User Property</b>: <tt>executedProject</tt></li>
</ul><hr />
<p><b><a name="project">project</a>:</b></p>

<div>The Maven project.</div>

<ul>

<li><b>Type</b>: <tt>org.apache.maven.project.MavenProject</tt></li>

<li><b>Required</b>: <tt>No</tt></li>

<li><b>User Property</b>: <tt>project</tt></li>
</ul>
</div>
</div>


</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright &#169; 2011-2015
<a href="http://everit.org">Everit Kft.</a>.
All Rights Reserved.

</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>
9 changes: 6 additions & 3 deletions apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Sep 03 16:22:12 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_51) on Tue Sep 29 18:24:22 CEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Everit - Maven OSGi plugin 3.1.0 API)</title>
<meta name="date" content="2014-09-03">
<title>All Classes (Everit - Maven OSGi plugin 3.3.0 API)</title>
<meta name="date" content="2015-09-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/everit/osgi/dev/maven/AbstractEOSGiMojo.html" title="class in org.everit.osgi.dev.maven" target="classFrame">AbstractEOSGiMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/AnalyseMojo.html" title="class in org.everit.osgi.dev.maven" target="classFrame">AnalyseMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/util/ArtifactKey.html" title="class in org.everit.osgi.dev.maven.util" target="classFrame">ArtifactKey</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/ArtifactsType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition" target="classFrame">ArtifactsType</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/ArtifactType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition" target="classFrame">ArtifactType</a></li>
Expand All @@ -33,6 +35,7 @@ <h1 class="bar">All Classes</h1>
<li><a href="org/everit/osgi/dev/maven/util/FileManager.html" title="class in org.everit.osgi.dev.maven.util" target="classFrame">FileManager</a></li>
<li><a href="org/everit/osgi/dev/maven/HelpMojo.html" title="class in org.everit.osgi.dev.maven" target="classFrame">HelpMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.html" title="class in org.everit.osgi.dev.maven" target="classFrame">IntegrationTestMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.SimpleWriterOutputStream.html" title="class in org.everit.osgi.dev.maven" target="classFrame">IntegrationTestMojo.SimpleWriterOutputStream</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.TestResult.html" title="class in org.everit.osgi.dev.maven" target="classFrame">IntegrationTestMojo.TestResult</a></li>
<li><a href="org/everit/osgi/dev/maven/JacocoSettings.html" title="class in org.everit.osgi.dev.maven" target="classFrame">JacocoSettings</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/LaunchersType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition" target="classFrame">LaunchersType</a></li>
Expand Down
9 changes: 6 additions & 3 deletions apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Sep 03 16:22:12 CEST 2014 -->
<!-- Generated by javadoc (version 1.7.0_51) on Tue Sep 29 18:24:22 CEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Everit - Maven OSGi plugin 3.1.0 API)</title>
<meta name="date" content="2014-09-03">
<title>All Classes (Everit - Maven OSGi plugin 3.3.0 API)</title>
<meta name="date" content="2015-09-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/everit/osgi/dev/maven/AbstractEOSGiMojo.html" title="class in org.everit.osgi.dev.maven">AbstractEOSGiMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/AnalyseMojo.html" title="class in org.everit.osgi.dev.maven">AnalyseMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/util/ArtifactKey.html" title="class in org.everit.osgi.dev.maven.util">ArtifactKey</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/ArtifactsType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition">ArtifactsType</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/ArtifactType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition">ArtifactType</a></li>
Expand All @@ -33,6 +35,7 @@ <h1 class="bar">All Classes</h1>
<li><a href="org/everit/osgi/dev/maven/util/FileManager.html" title="class in org.everit.osgi.dev.maven.util">FileManager</a></li>
<li><a href="org/everit/osgi/dev/maven/HelpMojo.html" title="class in org.everit.osgi.dev.maven">HelpMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.html" title="class in org.everit.osgi.dev.maven">IntegrationTestMojo</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.SimpleWriterOutputStream.html" title="class in org.everit.osgi.dev.maven">IntegrationTestMojo.SimpleWriterOutputStream</a></li>
<li><a href="org/everit/osgi/dev/maven/IntegrationTestMojo.TestResult.html" title="class in org.everit.osgi.dev.maven">IntegrationTestMojo.TestResult</a></li>
<li><a href="org/everit/osgi/dev/maven/JacocoSettings.html" title="class in org.everit.osgi.dev.maven">JacocoSettings</a></li>
<li><a href="org/everit/osgi/dev/maven/jaxb/dist/definition/LaunchersType.html" title="class in org.everit.osgi.dev.maven.jaxb.dist.definition">LaunchersType</a></li>
Expand Down

0 comments on commit b132df9

Please sign in to comment.