Skip to content

Commit

Permalink
Site checkin for project GMavenPlus Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Dec 18, 2023
1 parent 7dc702e commit 3bf965c
Show file tree
Hide file tree
Showing 523 changed files with 85,010 additions and 0 deletions.
108 changes: 108 additions & 0 deletions addSources-mojo.html
@@ -0,0 +1,108 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-18
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20231218" />
<meta http-equiv="Content-Language" content="en" />
<title>GMavenPlus Plugin &#x2013; gplus:addSources</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.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.7.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="https://github.com/groovy/gmavenplus">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="index.html" id="bannerLeft" title="GMavenPlus logo"><img src="images/logos/GMavenPlusLogo_sm.png" alt="GMavenPlus logo"/></a></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2023-12-18<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 3.0.3-SNAPSHOT</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Usage" class="externalLink" title="Usage"><span class="none"></span>Usage</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Examples" class="externalLink" title="Examples"><span class="none"></span>Examples</a></li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>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="span10" >
<section>
<h2><a name="gplus:addSources"></a>gplus:addSources</h2><a name="gplus:addSources"></a>
<p><strong>Full name</strong>:</p>
<p>org.codehaus.gmavenplus:gmavenplus-plugin:3.0.3-SNAPSHOT:addSources</p>
<p><strong>Description</strong>:</p>
<p>This mojo adds Groovy sources to the project's sources.</p>
<p><strong>Attributes</strong>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>The goal is thread-safe and supports parallel builds.</li>
<li>Since version: <code>1.0-beta-1</code>.</li>
<li>Binds by default to the <a class="externalLink" href="https://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>initialize</code>.</li></ul><section>
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a name="Optional_Parameters"></a>
<table border="0" class="table table-striped">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th></tr>
<tr class="b">
<td align="left"><a href="#sources"><code>&lt;sources&gt;</code></a></td>
<td><code>FileSet[]</code></td>
<td><code>-</code></td>
<td>The Groovy source files (relative paths). Default: "${project.basedir}/src/main/groovy/**/*.groovy"</td></tr></table></section><section>
<h3><a name="Parameter_Details"></a>Parameter Details</h3><a name="Parameter_Details"></a><a name="sources"><section>
<h4><a name="a.3Csources.3E"></a>&lt;sources&gt;</h4><a name="a.3Csources.3E"></a></a>
<div>The Groovy source files (relative paths). Default: "${project.basedir}/src/main/groovy/**/*.groovy"</div>
<ul>
<li><strong>Type</strong>: <code>org.apache.maven.shared.model.fileset.FileSet[]</code></li>
<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li></ul></section></section></section>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2011&#x2013;2023.
All rights reserved.</p>
</div>
<div id="ohloh" class="pull-right">
<script type="text/javascript" src="https://www.ohloh.net/p/GMavenPlus/widgets/project_thin_badge.js"></script>
</div>
</div>
</footer>
</body>
</html>
108 changes: 108 additions & 0 deletions addStubSources-mojo.html
@@ -0,0 +1,108 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-18
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20231218" />
<meta http-equiv="Content-Language" content="en" />
<title>GMavenPlus Plugin &#x2013; gplus:addStubSources</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.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.7.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="https://github.com/groovy/gmavenplus">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="index.html" id="bannerLeft" title="GMavenPlus logo"><img src="images/logos/GMavenPlusLogo_sm.png" alt="GMavenPlus logo"/></a></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2023-12-18<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 3.0.3-SNAPSHOT</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Usage" class="externalLink" title="Usage"><span class="none"></span>Usage</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Examples" class="externalLink" title="Examples"><span class="none"></span>Examples</a></li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>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="span10" >
<section>
<h2><a name="gplus:addStubSources"></a>gplus:addStubSources</h2><a name="gplus:addStubSources"></a>
<p><strong>Full name</strong>:</p>
<p>org.codehaus.gmavenplus:gmavenplus-plugin:3.0.3-SNAPSHOT:addStubSources</p>
<p><strong>Description</strong>:</p>
<p>Adds Groovy stubs directory back to Maven's list of source directories. Normally, you won't need to use this mojo.</p>
<p><strong>Attributes</strong>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>The goal is thread-safe and supports parallel builds.</li>
<li>Since version: <code>1.1</code>.</li></ul><section>
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a name="Optional_Parameters"></a>
<table border="0" class="table table-striped">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th></tr>
<tr class="b">
<td align="left"><a href="#stubsOutputDirectory"><code>&lt;stubsOutputDirectory&gt;</code></a></td>
<td><code>File</code></td>
<td><code>-</code></td>
<td>The location for the compiled classes.<br /><strong>Default</strong>: <code>${project.build.directory}/generated-sources/groovy-stubs/main</code></td></tr></table></section><section>
<h3><a name="Parameter_Details"></a>Parameter Details</h3><a name="Parameter_Details"></a><a name="stubsOutputDirectory"><section>
<h4><a name="a.3CstubsOutputDirectory.3E"></a>&lt;stubsOutputDirectory&gt;</h4><a name="a.3CstubsOutputDirectory.3E"></a></a>
<div>The location for the compiled classes.</div>
<ul>
<li><strong>Type</strong>: <code>java.io.File</code></li>
<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
<li><strong>Default</strong>: <code>${project.build.directory}/generated-sources/groovy-stubs/main</code></li></ul></section></section></section>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2011&#x2013;2023.
All rights reserved.</p>
</div>
<div id="ohloh" class="pull-right">
<script type="text/javascript" src="https://www.ohloh.net/p/GMavenPlus/widgets/project_thin_badge.js"></script>
</div>
</div>
</footer>
</body>
</html>
108 changes: 108 additions & 0 deletions addTestSources-mojo.html
@@ -0,0 +1,108 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-18
| Rendered using Apache Maven Fluido Skin 1.7
-->
<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="20231218" />
<meta http-equiv="Content-Language" content="en" />
<title>GMavenPlus Plugin &#x2013; gplus:addTestSources</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.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.7.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="https://github.com/groovy/gmavenplus">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="index.html" id="bannerLeft" title="GMavenPlus logo"><img src="images/logos/GMavenPlusLogo_sm.png" alt="GMavenPlus logo"/></a></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2023-12-18<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 3.0.3-SNAPSHOT</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Usage" class="externalLink" title="Usage"><span class="none"></span>Usage</a></li>
<li><a href="https://github.com/groovy/GMavenPlus/wiki/Examples" class="externalLink" title="Examples"><span class="none"></span>Examples</a></li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>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="span10" >
<section>
<h2><a name="gplus:addTestSources"></a>gplus:addTestSources</h2><a name="gplus:addTestSources"></a>
<p><strong>Full name</strong>:</p>
<p>org.codehaus.gmavenplus:gmavenplus-plugin:3.0.3-SNAPSHOT:addTestSources</p>
<p><strong>Description</strong>:</p>
<p>This mojo adds Groovy test sources to the project's test sources.</p>
<p><strong>Attributes</strong>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>The goal is thread-safe and supports parallel builds.</li>
<li>Since version: <code>1.0-beta-3</code>.</li>
<li>Binds by default to the <a class="externalLink" href="https://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>initialize</code>.</li></ul><section>
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a name="Optional_Parameters"></a>
<table border="0" class="table table-striped">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th></tr>
<tr class="b">
<td align="left"><a href="#testSources"><code>&lt;testSources&gt;</code></a></td>
<td><code>FileSet[]</code></td>
<td><code>-</code></td>
<td>The Groovy test source files (relative paths). Default: "${project.basedir}/src/test/groovy/**/*.groovy"</td></tr></table></section><section>
<h3><a name="Parameter_Details"></a>Parameter Details</h3><a name="Parameter_Details"></a><a name="testSources"><section>
<h4><a name="a.3CtestSources.3E"></a>&lt;testSources&gt;</h4><a name="a.3CtestSources.3E"></a></a>
<div>The Groovy test source files (relative paths). Default: "${project.basedir}/src/test/groovy/**/*.groovy"</div>
<ul>
<li><strong>Type</strong>: <code>org.apache.maven.shared.model.fileset.FileSet[]</code></li>
<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li></ul></section></section></section>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2011&#x2013;2023.
All rights reserved.</p>
</div>
<div id="ohloh" class="pull-right">
<script type="text/javascript" src="https://www.ohloh.net/p/GMavenPlus/widgets/project_thin_badge.js"></script>
</div>
</div>
</footer>
</body>
</html>

0 comments on commit 3bf965c

Please sign in to comment.