Skip to content

Commit

Permalink
Creating site for 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Mar 13, 2024
1 parent cdd20a0 commit ad6cfee
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 93 deletions.
49 changes: 26 additions & 23 deletions css/print.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
/*
* 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$ */

#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
/*
* 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.
*/

#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
display: none !important;
}
#bodyColumn, body.docs div.docs {
margin: 0 !important;
border: none !important
}
4 changes: 2 additions & 2 deletions dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Project Dependencies</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -481,7 +481,7 @@ <h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2><script
</script><a name="Dependency_Tree"></a><section>
<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
<ul>
<li>com.github.blutorange:closure-compiler-maven-plugin:maven-plugin:2.29.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
<li>com.github.blutorange:closure-compiler-maven-plugin:maven-plugin:2.30.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
<table border="0" class="table table-striped">
<tr class="a">
<th>Closure Compiler Maven Plugin</th></tr>
Expand Down
70 changes: 35 additions & 35 deletions dependency-convergence.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Dependency Information</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -88,28 +88,28 @@ <h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a>
<pre>&lt;dependency&gt;
&lt;groupId&gt;com.github.blutorange&lt;/groupId&gt;
&lt;artifactId&gt;closure-compiler-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;2.29.0&lt;/version&gt;
&lt;version&gt;2.30.0&lt;/version&gt;
&lt;type&gt;maven-plugin&lt;/type&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
<div>
<pre>&lt;dependency org=&quot;com.github.blutorange&quot; name=&quot;closure-compiler-maven-plugin&quot; rev=&quot;2.29.0&quot;&gt;
<pre>&lt;dependency org=&quot;com.github.blutorange&quot; name=&quot;closure-compiler-maven-plugin&quot; rev=&quot;2.30.0&quot;&gt;
&lt;artifact name=&quot;closure-compiler-maven-plugin&quot; type=&quot;maven-plugin&quot; /&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
<div>
<pre>@Grapes(
@Grab(group='com.github.blutorange', module='closure-compiler-maven-plugin', version='2.29.0')
@Grab(group='com.github.blutorange', module='closure-compiler-maven-plugin', version='2.30.0')
)</pre></div></section><section>
<h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
<div>
<pre>implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.29.0'</pre></div></section><section>
<pre>implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.30.0'</pre></div></section><section>
<h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
<div>
<pre>libraryDependencies += &quot;com.github.blutorange&quot; % &quot;closure-compiler-maven-plugin&quot; % &quot;2.29.0&quot;</pre></div></section><section>
<pre>libraryDependencies += &quot;com.github.blutorange&quot; % &quot;closure-compiler-maven-plugin&quot; % &quot;2.30.0&quot;</pre></div></section><section>
<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
<div>
<pre>[com.github.blutorange/closure-compiler-maven-plugin &quot;2.29.0&quot;]</pre></div></section></section>
<pre>[com.github.blutorange/closure-compiler-maven-plugin &quot;2.30.0&quot;]</pre></div></section></section>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Basic Configuration</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion examples/bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Bundle Configuration</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion examples/exclude.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Exclude source files from WAR package</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion examples/m2e.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">m2e</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion examples/patterns.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Using include/exclude patterns</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion examples/watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<li class=""><a href=".././" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Watch</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Frequently Asked Questions</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
Binary file modified images/icon_error_sml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon_info_sml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon_success_sml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon_warning_sml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Introduction</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion issue-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Issue Management</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Project Licenses</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
12 changes: 6 additions & 6 deletions minify-mojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">closure-compiler:minify</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -75,7 +75,7 @@ <h2><a name="closure-compiler:minify"></a>closure-compiler:minify</h2>

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

<p>com.github.blutorange:closure-compiler-maven-plugin:2.29.0:minify</p>
<p>com.github.blutorange:closure-compiler-maven-plugin:2.30.0:minify</p>

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

Expand Down Expand Up @@ -690,7 +690,7 @@ <h3><a name="Optional_Parameters"></a>Optional Parameters</h3>

<td><code>2.20.0</code></td>

<td>Source map location mapping. This is a prefix mapping from the file system path to the web server path. The source map contains a reference to the original source files; and this may be different on the web server. The location of the source file is always relative to the given <code>baseDir</code>. This defines a list of replacements. For each source file, the first matching replacement is used. If the source file starts with the prefix as given by the name, it matches and is replaced with the value. For example:
<td>Source map location mapping. This is a prefix mapping from the file system path to the web server path. The source map contains a reference to the original source files; and this may be different on the web server. The location of the source file is always relative to the given <code>sourceDir</code>. This defines a list of replacements. For each source file, the first matching replacement is used. If the source file starts with the prefix as given by the name, it matches and is replaced with the value. For example:

<div>
<pre>
Expand All @@ -700,7 +700,7 @@ <h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
&lt;value&gt;/web/www/js&lt;/value&gt;
&lt;/closureSourceMapLocationMapping&gt;
&lt;/closureSourceMapLocationMappings&gt;
</pre></div> Assume the source files are <code>js/file1.js</code> and <code>js/file2.js</code>. The above replaces them with <code>/web/www/js/file1.js</code> and <code>/web/www/js/file2.js</code>. This is then path that will be used in the source map to reference the original source file. If no location mappings are specified, the path of the source files relative to the created source map is used instead.<br /><b>User property is</b>: <code>closureSourceMapLocationMappings</code>.<br /></td>
</pre></div> Assume the source files are <code>js/file1.js</code> and <code>js/file2.js</code>. The above replaces them with <code>/web/www/js/file1.js</code> and <code>/web/www/js/file2.js</code>. This is then path that will be used in the source map to reference the original source file. If no location mappings are specified, the path of the source files relative to the created source map is used instead. If you set the name to an empty string, it matches all paths.<br /><b>User property is</b>: <code>closureSourceMapLocationMappings</code>.<br /></td>
</tr>

<tr class="a">
Expand Down Expand Up @@ -1740,7 +1740,7 @@ <h4><a name="a.3CclosureRewritePolyfills.3E"></a><b><a name="closureRewritePolyf
</ul><hr /></section><section>
<h4><a name="a.3CclosureSourceMapLocationMappings.3E"></a><b><a name="closureSourceMapLocationMappings">&lt;closureSourceMapLocationMappings&gt;</a></b></h4>

<div>Source map location mapping. This is a prefix mapping from the file system path to the web server path. The source map contains a reference to the original source files; and this may be different on the web server. The location of the source file is always relative to the given <code>baseDir</code>. This defines a list of replacements. For each source file, the first matching replacement is used. If the source file starts with the prefix as given by the name, it matches and is replaced with the value. For example:
<div>Source map location mapping. This is a prefix mapping from the file system path to the web server path. The source map contains a reference to the original source files; and this may be different on the web server. The location of the source file is always relative to the given <code>sourceDir</code>. This defines a list of replacements. For each source file, the first matching replacement is used. If the source file starts with the prefix as given by the name, it matches and is replaced with the value. For example:

<div>
<pre>
Expand All @@ -1750,7 +1750,7 @@ <h4><a name="a.3CclosureSourceMapLocationMappings.3E"></a><b><a name="closureSou
&lt;value&gt;/web/www/js&lt;/value&gt;
&lt;/closureSourceMapLocationMapping&gt;
&lt;/closureSourceMapLocationMappings&gt;
</pre></div> Assume the source files are <code>js/file1.js</code> and <code>js/file2.js</code>. The above replaces them with <code>/web/www/js/file1.js</code> and <code>/web/www/js/file2.js</code>. This is then path that will be used in the source map to reference the original source file. If no location mappings are specified, the path of the source files relative to the created source map is used instead.</div>
</pre></div> Assume the source files are <code>js/file1.js</code> and <code>js/file2.js</code>. The above replaces them with <code>/web/www/js/file1.js</code> and <code>/web/www/js/file2.js</code>. This is then path that will be used in the source map to reference the original source file. If no location mappings are specified, the path of the source files relative to the created source map is used instead. If you set the name to an empty string, it matches all paths.</div>

<ul>

Expand Down
4 changes: 2 additions & 2 deletions plugin-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2024-03-13</span>
| <span id="projectVersion">Version: 2.29.0</span>
| <span id="projectVersion">Version: 2.30.0</span>
</div>
<div class="xright"> </div>
<div class="clear">
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
&lt;plugin&gt;
&lt;groupId&gt;com.github.blutorange&lt;/groupId&gt;
&lt;artifactId&gt;closure-compiler-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;2.29.0&lt;/version&gt;
&lt;version&gt;2.30.0&lt;/version&gt;
&lt;/plugin&gt;
...
&lt;/plugins&gt;
Expand Down
2 changes: 1 addition & 1 deletion plugin-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Project Plugin Management</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Project Plugins</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion project-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Project Information</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion scm.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class=""><a href="./" title="Minify Maven Plugin">Minify Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">Source Code Management</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-03-13</li>
<li id="projectVersion" class="pull-right">Version: 2.29.0</li>
<li id="projectVersion" class="pull-right">Version: 2.30.0</li>
</ul>
</div>
<div class="row-fluid">
Expand Down
Loading

0 comments on commit ad6cfee

Please sign in to comment.