Skip to content

Commit

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

#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.
*/

/* $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}
892 changes: 432 additions & 460 deletions dependencies.html

Large diffs are not rendered by default.

328 changes: 70 additions & 258 deletions dependency-convergence.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dependency-info.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.2:dependency-info at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:dependency-info at 2024-03-13
| 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="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Dependency Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -34,8 +34,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -88,36 +88,36 @@ <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.26.0&lt;/version&gt;
&lt;version&gt;2.29.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.26.0&quot;&gt;
<pre>&lt;dependency org=&quot;com.github.blutorange&quot; name=&quot;closure-compiler-maven-plugin&quot; rev=&quot;2.29.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.26.0')
@Grab(group='com.github.blutorange', module='closure-compiler-maven-plugin', version='2.29.0')
)</pre></div></section><section>
<h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
<div>
<pre>compile 'com.github.blutorange:closure-compiler-maven-plugin:2.26.0'</pre></div></section><section>
<pre>implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.29.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.26.0&quot;</pre></div></section><section>
<pre>libraryDependencies += &quot;com.github.blutorange&quot; % &quot;closure-compiler-maven-plugin&quot; % &quot;2.29.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.26.0&quot;]</pre></div></section></section>
<pre>[com.github.blutorange/closure-compiler-maven-plugin &quot;2.29.0&quot;]</pre></div></section></section>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/basic.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/basic.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/basic.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -10,7 +10,7 @@
<meta name="author" content="Samuel Santos
Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20180908" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Basic Configuration</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -37,8 +37,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -114,7 +114,7 @@ <h2><a name="Basic_Configuration"></a>Basic Configuration</h2>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/bundle.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/bundle.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/bundle.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -10,7 +10,7 @@
<meta name="author" content="Sean Scanlon
Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20181008" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Bundle Configuration</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -37,8 +37,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2><a name="Configuration_Format"></a>Configuration Format</h2>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/exclude.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/exclude.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/exclude.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -10,7 +10,7 @@
<meta name="author" content="Samuel Santos
Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20181008" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Exclude source files from WAR package</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -37,8 +37,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -133,7 +133,7 @@ <h2><a name="Exclude_source_files_from_WAR_package"></a>Exclude source files fro
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/m2e.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/m2e.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/m2e.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20180908" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; m2e</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -36,8 +36,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -155,7 +155,7 @@ <h2><a name="Eclipse_m2e_integration"></a>Eclipse m2e integration</h2>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/patterns.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/patterns.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/patterns.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -10,7 +10,7 @@
<meta name="author" content="Samuel Santos
Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20181008" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Using include/exclude patterns</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -37,8 +37,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2><a name="Using_include.2Fexclude_patterns"></a>Using include/exclude pattern
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions examples/watch.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/watch.apt at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/watch.apt at 2024-03-13
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Andre Wachsmuth" />
<meta name="Date-Creation-yyyymmdd" content="20180908" />
<meta name="Date-Revision-yyyymmdd" content="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Watch</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -36,8 +36,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2><a name="Watching_for_file_changes"></a>Watching for file changes</h2>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions faq.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2023-04-03
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2024-03-13
| 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="20230403" />
<meta name="Date-Revision-yyyymmdd" content="20240313" />
<meta http-equiv="Content-Language" content="en" />
<title>Closure Compiler Maven Plugin &#x2013; Frequently Asked Questions</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
Expand All @@ -34,8 +34,8 @@
<ul class="breadcrumb">
<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: 2023-04-03</li>
<li id="projectVersion" class="pull-right">Version: 2.26.0</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>
</ul>
</div>
<div class="row-fluid">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2><a name="Frequently_Asked_Questions"></a><a name="top">Frequently Asked Ques
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2009&#x2013;2023
<p>Copyright &copy;2009&#x2013;2024
<a href="http://github.com/blutorange">Andre Wachsmuth</a>.
All rights reserved.</p>
</div>
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.
Loading

0 comments on commit cdd20a0

Please sign in to comment.