Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html Tue Dec 1 12:34:34 2015 @@ -0,0 +1,584 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2015-12-01 + | Rendered using Apache Maven Fluido Skin 1.3.1 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20151201" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Maven Bundle Plugin – bundle:bundle</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script> + + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <div id="bannerLeft"> + <h2>Maven Bundle Plugin</h2> + </div> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li id="publishDate">Last Published: 2015-12-01 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 3.0.1 + </li> + + + + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span3"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="index.html" title="Introduction"> + <i class="none"></i> + Introduction</a> + </li> + + <li> + + <a href="plugin-info.html" title="Goals"> + <i class="none"></i> + Goals</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki"> + <i class="none"></i> + Wiki</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ"> + <i class="none"></i> + FAQ</a> + </li> + + <li> + + <a href="jira-report.html" title="Release Notes"> + <i class="none"></i> + Release Notes</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="project-info.html" title="Project Information"> + <i class="icon-chevron-right"></i> + Project Information</a> + </li> + + <li> + + <a href="project-reports.html" title="Project Reports"> + <i class="icon-chevron-right"></i> + Project Reports</a> + </li> + </ul> + + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span9" > + + + + <div class="section"> +<h2><a name="bundle:bundle"></a>bundle:bundle</h2> + +<p><b>Full name</b>:</p> + +<p>org.apache.felix:maven-bundle-plugin:3.0.1:bundle</p> + +<p><b>Description</b>:</p> + +<div>Create an OSGi bundle from Maven project</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>test</tt>.</li> + +<li>The goal is thread-safe and supports parallel builds.</li> + +<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>package</tt>.</li> + </ul> + +<div class="section"> +<h3><a name="Optional_Parameters"></a>Optional Parameters</h3> + +<table class="table table-striped" 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="#archive">archive</a></b></td> + +<td><tt>MavenArchiveConfiguration</tt></td> + +<td><tt>-</tt></td> + +<td>The archive configuration to use.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#buildDirectory">buildDirectory</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>The directory for the generated JAR.<br /><b>Default value is</b>: <tt>${project.build.directory}</tt>.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#classifier">classifier</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#createDependencyReducedPom">createDependencyReducedPom</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>If true, remove any inlined or embedded dependencies from the +resulting pom.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#dependencyReducedPomLocation">dependencyReducedPomLocation</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.<br /><b>Default value is</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt>.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#dumpClasspath">dumpClasspath</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>File where the BND class-path will be dumped<br /><b>User property is</b>: <tt>dumpClasspath</tt>.</td> + </tr> + +<tr class="b"> + +<td><b><a href="#dumpInstructions">dumpInstructions</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>File where the BND instructions will be dumped<br /><b>User property is</b>: <tt>dumpInstructions</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#excludeDependencies">excludeDependencies</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)<br /><b>User property is</b>: <tt>excludeDependencies</tt>.</td> + </tr> + +<tr class="b"> + +<td><b><a href="#finalName">finalName</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Final name of the bundle (without classifier or extension)<br /><b>Default value is</b>: <tt>${project.build.finalName}</tt>.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#instructions">instructions</a></b></td> + +<td><tt>Map</tt></td> + +<td><tt>-</tt></td> + +<td>The BND instructions for the bundle.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#manifestLocation">manifestLocation</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>Directory where the manifest will be written<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}/META-INF</tt>.<br /><b>User property is</b>: <tt>manifestLocation</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#niceManifest">niceManifest</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>Output a nicely formatted manifest that still respects the 72 +character line limit.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>niceManifest</tt>.</td> + </tr> + +<tr class="b"> + +<td><b><a href="#outputDirectory">outputDirectory</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>The directory for the generated bundles.<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}</tt>.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#packaging">packaging</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#supportedProjectTypes">supportedProjectTypes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Project types which this plugin supports.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#unpackBundle">unpackBundle</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>When true, unpack the bundle contents to the outputDirectory<br /><b>User property is</b>: <tt>unpackBundle</tt>.</td> + </tr> + </table> + </div> + +<div class="section"> +<h3><a name="Parameter_Details"></a>Parameter Details</h3> + +<p><b><a name="archive">archive</a>:</b></p> + +<div>The archive configuration to use.</div> + +<ul> + +<li><b>Type</b>: <tt>org.apache.maven.archiver.MavenArchiveConfiguration</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="buildDirectory">buildDirectory</a>:</b></p> + +<div>The directory for the generated JAR.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.directory}</tt></li> + </ul><hr /> +<p><b><a name="classifier">classifier</a>:</b></p> + +<div>Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="createDependencyReducedPom">createDependencyReducedPom</a>:</b></p> + +<div>If true, remove any inlined or embedded dependencies from the +resulting pom.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="dependencyReducedPomLocation">dependencyReducedPomLocation</a>:</b></p> + +<div>Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt></li> + </ul><hr /> +<p><b><a name="dumpClasspath">dumpClasspath</a>:</b></p> + +<div>File where the BND class-path will be dumped</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>dumpClasspath</tt></li> + </ul><hr /> +<p><b><a name="dumpInstructions">dumpInstructions</a>:</b></p> + +<div>File where the BND instructions will be dumped</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>dumpInstructions</tt></li> + </ul><hr /> +<p><b><a name="excludeDependencies">excludeDependencies</a>:</b></p> + +<div>Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)</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>excludeDependencies</tt></li> + </ul><hr /> +<p><b><a name="finalName">finalName</a>:</b></p> + +<div>Final name of the bundle (without classifier or extension)</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.finalName}</tt></li> + </ul><hr /> +<p><b><a name="instructions">instructions</a>:</b></p> + +<div>The BND instructions for the bundle.</div> + +<ul> + +<li><b>Type</b>: <tt>java.util.Map</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="manifestLocation">manifestLocation</a>:</b></p> + +<div>Directory where the manifest will be written</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>manifestLocation</tt></li> + +<li><b>Default</b>: <tt>${project.build.outputDirectory}/META-INF</tt></li> + </ul><hr /> +<p><b><a name="niceManifest">niceManifest</a>:</b></p> + +<div>Output a nicely formatted manifest that still respects the 72 +character line limit.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>niceManifest</tt></li> + +<li><b>Default</b>: <tt>false</tt></li> + </ul><hr /> +<p><b><a name="outputDirectory">outputDirectory</a>:</b></p> + +<div>The directory for the generated bundles.</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.outputDirectory}</tt></li> + </ul><hr /> +<p><b><a name="packaging">packaging</a>:</b></p> + +<div>Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="supportedProjectTypes">supportedProjectTypes</a>:</b></p> + +<div>Project types which this plugin supports.</div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="unpackBundle">unpackBundle</a>:</b></p> + +<div>When true, unpack the bundle contents to the outputDirectory</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>unpackBundle</tt></li> + </ul> + </div> + </div> + + + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + + </div> + </footer> + </body> +</html> \ No newline at end of file
Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html Tue Dec 1 12:34:34 2015 @@ -0,0 +1,681 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2015-12-01 + | Rendered using Apache Maven Fluido Skin 1.3.1 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20151201" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Maven Bundle Plugin – bundle:bundleall</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script> + + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <div id="bannerLeft"> + <h2>Maven Bundle Plugin</h2> + </div> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li id="publishDate">Last Published: 2015-12-01 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 3.0.1 + </li> + + + + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span3"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="index.html" title="Introduction"> + <i class="none"></i> + Introduction</a> + </li> + + <li> + + <a href="plugin-info.html" title="Goals"> + <i class="none"></i> + Goals</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki"> + <i class="none"></i> + Wiki</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ"> + <i class="none"></i> + FAQ</a> + </li> + + <li> + + <a href="jira-report.html" title="Release Notes"> + <i class="none"></i> + Release Notes</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="project-info.html" title="Project Information"> + <i class="icon-chevron-right"></i> + Project Information</a> + </li> + + <li> + + <a href="project-reports.html" title="Project Reports"> + <i class="icon-chevron-right"></i> + Project Reports</a> + </li> + </ul> + + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span9" > + + + + <div class="section"> +<h2><a name="bundle:bundleall"></a>bundle:bundleall</h2> + +<p><b>Full name</b>:</p> + +<p>org.apache.felix:maven-bundle-plugin:3.0.1:bundleall</p> + +<p><b>This plugin goal has been deprecated</b>:</p> + +<div>The bundleall goal is no longer supported and may be removed in a +future release</div> + +<p><b>Description</b>:</p> + +<div>Build an OSGi bundle jar for all transitive dependencies.</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>test</tt>.</li> + +<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>package</tt>.</li> + </ul> + +<div class="section"> +<h3><a name="Optional_Parameters"></a>Optional Parameters</h3> + +<table class="table table-striped" 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="#archive">archive</a></b></td> + +<td><tt>MavenArchiveConfiguration</tt></td> + +<td><tt>-</tt></td> + +<td>The archive configuration to use.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#buildDirectory">buildDirectory</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>The directory for the generated JAR.<br /><b>Default value is</b>: <tt>${project.build.directory}</tt>.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#classifier">classifier</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#createDependencyReducedPom">createDependencyReducedPom</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>If true, remove any inlined or embedded dependencies from the +resulting pom.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#dependencyReducedPomLocation">dependencyReducedPomLocation</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.<br /><b>Default value is</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt>.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#depth">depth</a></b></td> + +<td><tt>int</tt></td> + +<td><tt>-</tt></td> + +<td>Process up to some depth<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#dumpClasspath">dumpClasspath</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>File where the BND class-path will be dumped<br /><b>User property is</b>: <tt>dumpClasspath</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#dumpInstructions">dumpInstructions</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>File where the BND instructions will be dumped<br /><b>User property is</b>: <tt>dumpInstructions</tt>.</td> + </tr> + +<tr class="b"> + +<td><b><a href="#excludeDependencies">excludeDependencies</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)<br /><b>User property is</b>: <tt>excludeDependencies</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#finalName">finalName</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Final name of the bundle (without classifier or extension)<br /><b>Default value is</b>: <tt>${project.build.finalName}</tt>.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#ignoreMissingArtifacts">ignoreMissingArtifacts</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>Ignore missing artifacts that are not required by current project +but are required by the transitive dependencies.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#instructions">instructions</a></b></td> + +<td><tt>Map</tt></td> + +<td><tt>-</tt></td> + +<td>The BND instructions for the bundle.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#manifestLocation">manifestLocation</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>Directory where the manifest will be written<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}/META-INF</tt>.<br /><b>User property is</b>: <tt>manifestLocation</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#niceManifest">niceManifest</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>Output a nicely formatted manifest that still respects the 72 +character line limit.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>niceManifest</tt>.</td> + </tr> + +<tr class="b"> + +<td><b><a href="#outputDirectory">outputDirectory</a></b></td> + +<td><tt>File</tt></td> + +<td><tt>-</tt></td> + +<td>The directory for the generated bundles.<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}</tt>.<br /></td> + </tr> + +<tr class="a"> + +<td><b><a href="#packaging">packaging</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#rebuildBundle">rebuildBundle</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>When true, generate the manifest by rebuilding the full bundle in +memory<br /><b>User property is</b>: <tt>rebuildBundle</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#supportedProjectTypes">supportedProjectTypes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Project types which this plugin supports.<br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#unpackBundle">unpackBundle</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>When true, unpack the bundle contents to the outputDirectory<br /><b>User property is</b>: <tt>unpackBundle</tt>.</td> + </tr> + +<tr class="a"> + +<td><b><a href="#wrapImportPackage">wrapImportPackage</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>Import-Package to be used when wrapping dependencies.<br /><b>Default value is</b>: <tt>*</tt>.<br /><b>User property is</b>: <tt>wrapImportPackage</tt>.</td> + </tr> + </table> + </div> + +<div class="section"> +<h3><a name="Parameter_Details"></a>Parameter Details</h3> + +<p><b><a name="archive">archive</a>:</b></p> + +<div>The archive configuration to use.</div> + +<ul> + +<li><b>Type</b>: <tt>org.apache.maven.archiver.MavenArchiveConfiguration</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="buildDirectory">buildDirectory</a>:</b></p> + +<div>The directory for the generated JAR.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.directory}</tt></li> + </ul><hr /> +<p><b><a name="classifier">classifier</a>:</b></p> + +<div>Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="createDependencyReducedPom">createDependencyReducedPom</a>:</b></p> + +<div>If true, remove any inlined or embedded dependencies from the +resulting pom.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="dependencyReducedPomLocation">dependencyReducedPomLocation</a>:</b></p> + +<div>Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt></li> + </ul><hr /> +<p><b><a name="depth">depth</a>:</b></p> + +<div>Process up to some depth</div> + +<ul> + +<li><b>Type</b>: <tt>int</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="dumpClasspath">dumpClasspath</a>:</b></p> + +<div>File where the BND class-path will be dumped</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>dumpClasspath</tt></li> + </ul><hr /> +<p><b><a name="dumpInstructions">dumpInstructions</a>:</b></p> + +<div>File where the BND instructions will be dumped</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>dumpInstructions</tt></li> + </ul><hr /> +<p><b><a name="excludeDependencies">excludeDependencies</a>:</b></p> + +<div>Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)</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>excludeDependencies</tt></li> + </ul><hr /> +<p><b><a name="finalName">finalName</a>:</b></p> + +<div>Final name of the bundle (without classifier or extension)</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.finalName}</tt></li> + </ul><hr /> +<p><b><a name="ignoreMissingArtifacts">ignoreMissingArtifacts</a>:</b></p> + +<div>Ignore missing artifacts that are not required by current project +but are required by the transitive dependencies.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="instructions">instructions</a>:</b></p> + +<div>The BND instructions for the bundle.</div> + +<ul> + +<li><b>Type</b>: <tt>java.util.Map</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="manifestLocation">manifestLocation</a>:</b></p> + +<div>Directory where the manifest will be written</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>manifestLocation</tt></li> + +<li><b>Default</b>: <tt>${project.build.outputDirectory}/META-INF</tt></li> + </ul><hr /> +<p><b><a name="niceManifest">niceManifest</a>:</b></p> + +<div>Output a nicely formatted manifest that still respects the 72 +character line limit.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>niceManifest</tt></li> + +<li><b>Default</b>: <tt>false</tt></li> + </ul><hr /> +<p><b><a name="outputDirectory">outputDirectory</a>:</b></p> + +<div>The directory for the generated bundles.</div> + +<ul> + +<li><b>Type</b>: <tt>java.io.File</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>${project.build.outputDirectory}</tt></li> + </ul><hr /> +<p><b><a name="packaging">packaging</a>:</b></p> + +<div>Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.</div> + +<ul> + +<li><b>Type</b>: <tt>java.lang.String</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="rebuildBundle">rebuildBundle</a>:</b></p> + +<div>When true, generate the manifest by rebuilding the full bundle in +memory</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>rebuildBundle</tt></li> + </ul><hr /> +<p><b><a name="supportedProjectTypes">supportedProjectTypes</a>:</b></p> + +<div>Project types which this plugin supports.</div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="unpackBundle">unpackBundle</a>:</b></p> + +<div>When true, unpack the bundle contents to the outputDirectory</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>User Property</b>: <tt>unpackBundle</tt></li> + </ul><hr /> +<p><b><a name="wrapImportPackage">wrapImportPackage</a>:</b></p> + +<div>Import-Package to be used when wrapping dependencies.</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>wrapImportPackage</tt></li> + +<li><b>Default</b>: <tt>*</tt></li> + </ul> + </div> + </div> + + + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + + </div> + </footer> + </body> +</html> \ No newline at end of file Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html Tue Dec 1 12:34:34 2015 @@ -0,0 +1,221 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2015-12-01 + | Rendered using Apache Maven Fluido Skin 1.3.1 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20151201" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Maven Bundle Plugin – bundle:clean</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script> + + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <div id="bannerLeft"> + <h2>Maven Bundle Plugin</h2> + </div> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li id="publishDate">Last Published: 2015-12-01 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 3.0.1 + </li> + + + + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span3"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="index.html" title="Introduction"> + <i class="none"></i> + Introduction</a> + </li> + + <li> + + <a href="plugin-info.html" title="Goals"> + <i class="none"></i> + Goals</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki"> + <i class="none"></i> + Wiki</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ"> + <i class="none"></i> + FAQ</a> + </li> + + <li> + + <a href="jira-report.html" title="Release Notes"> + <i class="none"></i> + Release Notes</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="project-info.html" title="Project Information"> + <i class="icon-chevron-right"></i> + Project Information</a> + </li> + + <li> + + <a href="project-reports.html" title="Project Reports"> + <i class="icon-chevron-right"></i> + Project Reports</a> + </li> + </ul> + + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span9" > + + + + <div class="section"> +<h2><a name="bundle:clean"></a>bundle:clean</h2> + +<p><b>Full name</b>:</p> + +<p>org.apache.felix:maven-bundle-plugin:3.0.1:clean</p> + +<p><b>Description</b>:</p> + +<div>Clean an OBR repository by finding and removing missing resources.</div> + +<p><b>Attributes</b>:</p> + +<ul> + +<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>clean</tt>.</li> + </ul> + +<div class="section"> +<h3><a name="Optional_Parameters"></a>Optional Parameters</h3> + +<table class="table table-striped" 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="#obrRepository">obrRepository</a></b></td> + +<td><tt>String</tt></td> + +<td><tt>-</tt></td> + +<td>OBR Repository.<br /><b>User property is</b>: <tt>obrRepository</tt>.</td> + </tr> + </table> + </div> + +<div class="section"> +<h3><a name="Parameter_Details"></a>Parameter Details</h3> + +<p><b><a name="obrRepository">obrRepository</a>:</b></p> + +<div>OBR Repository.</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>obrRepository</tt></li> + </ul> + </div> + </div> + + + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + + </div> + </footer> + </body> +</html> \ No newline at end of file Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html Tue Dec 1 12:34:34 2015 @@ -0,0 +1,221 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2015-12-01 + | Rendered using Apache Maven Fluido Skin 1.3.1 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20151201" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Maven Bundle Plugin – bundle:cleanVersions</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script> + + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <div id="bannerLeft"> + <h2>Maven Bundle Plugin</h2> + </div> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li id="publishDate">Last Published: 2015-12-01 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 3.0.1 + </li> + + + + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span3"> + <div class="well sidebar-nav"> + + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="index.html" title="Introduction"> + <i class="none"></i> + Introduction</a> + </li> + + <li> + + <a href="plugin-info.html" title="Goals"> + <i class="none"></i> + Goals</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki"> + <i class="none"></i> + Wiki</a> + </li> + + <li> + + <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ"> + <i class="none"></i> + FAQ</a> + </li> + + <li> + + <a href="jira-report.html" title="Release Notes"> + <i class="none"></i> + Release Notes</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="project-info.html" title="Project Information"> + <i class="icon-chevron-right"></i> + Project Information</a> + </li> + + <li> + + <a href="project-reports.html" title="Project Reports"> + <i class="icon-chevron-right"></i> + Project Reports</a> + </li> + </ul> + + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span9" > + + + + <div class="section"> +<h2><a name="bundle:cleanVersions"></a>bundle:cleanVersions</h2> + +<p><b>Full name</b>:</p> + +<p>org.apache.felix:maven-bundle-plugin:3.0.1:cleanVersions</p> + +<p><b>Description</b>:</p> + +<div>Clean OSGi versions, ie convert a group of versions to OSGi format.</div> + +<p><b>Attributes</b>:</p> + +<ul> + +<li>Requires a Maven project to be executed.</li> + +<li>The goal is thread-safe and supports parallel builds.</li> + </ul> + +<div class="section"> +<h3><a name="Optional_Parameters"></a>Optional Parameters</h3> + +<table class="table table-striped" 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="#versions">versions</a></b></td> + +<td><tt>Map</tt></td> + +<td><tt>-</tt></td> + +<td>The BND instructions for the bundle.<br /></td> + </tr> + </table> + </div> + +<div class="section"> +<h3><a name="Parameter_Details"></a>Parameter Details</h3> + +<p><b><a name="versions">versions</a>:</b></p> + +<div>The BND instructions for the bundle.</div> + +<ul> + +<li><b>Type</b>: <tt>java.util.Map</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul> + </div> + </div> + + + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–2015 + <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + + </p> + </div> + + + + </div> + </footer> + </body> +</html> \ No newline at end of file Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css Tue Dec 1 12:34:34 2015 @@ -0,0 +1,9 @@ +/*! + * Bootstrap v2.2.2 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. [... 3 lines stripped ...] Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css Tue Dec 1 12:34:34 2015 @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important} \ No newline at end of file Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ============================================================================== --- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css (added) +++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css Tue Dec 1 12:34:34 2015 @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ------------------------------------------------------------------------------ svn:mime-type = text/plain