|
174 | 174 |
|
175 | 175 |
|
176 | 176 | <ul id="mysidebar" class="nav">
|
177 |
| - <li class="sidebarTitle">PMD 6.48.0</li> |
178 |
| - <div class="sidebarTitleDate">Release date: 30-July-2022</div> |
| 177 | + <li class="sidebarTitle">PMD 6.49.0</li> |
| 178 | + <div class="sidebarTitleDate">Release date: 31-August-2022</div> |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
@@ -1540,22 +1540,22 @@ <h1 id="compiling-pmd">Compiling PMD</h1>
|
1540 | 1540 |
|
1541 | 1541 | <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ ls -l
|
1542 | 1542 | total 5716
|
1543 |
| --rw-rw-r-- 1 tom tom 5837216 Jul 17 13:09 pmd-src-6.48.0.zip |
1544 |
| -[tom@hal building]$ unzip -q pmd-src-6.48.0.zip |
| 1543 | +-rw-rw-r-- 1 tom tom 5837216 Jul 17 13:09 pmd-src-6.49.0.zip |
| 1544 | +[tom@hal building]$ unzip -q pmd-src-6.49.0.zip |
1545 | 1545 | [tom@hal building]$
|
1546 | 1546 | </code></pre></div></div>
|
1547 | 1547 |
|
1548 | 1548 | <p>Now cd down into the <code class="language-plaintext highlighter-rouge">pmd</code> directory:</p>
|
1549 | 1549 |
|
1550 |
| -<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ cd pmd-src-6.48.0 |
1551 |
| -[tom@hal pmd-src-6.48.0]$ ls -l | grep pom.xml |
| 1550 | +<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ cd pmd-src-6.49.0 |
| 1551 | +[tom@hal pmd-src-6.49.0]$ ls -l | grep pom.xml |
1552 | 1552 | -rw-rw-r-- 1 tom tom 36482 14\. Nov 17:36 pom.xml
|
1553 |
| -[tom@hal pmd-src-6.48.0]$ |
| 1553 | +[tom@hal pmd-src-6.49.0]$ |
1554 | 1554 | </code></pre></div></div>
|
1555 | 1555 |
|
1556 | 1556 | <p>That’s the project configuration for maven… let’s compile!</p>
|
1557 | 1557 |
|
1558 |
| -<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal pmd-src-6.48.0]$ ./mvnw clean verify |
| 1558 | +<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal pmd-src-6.49.0]$ ./mvnw clean verify |
1559 | 1559 | [INFO] Scanning for projects...
|
1560 | 1560 | [INFO] ------------------------------------------------------------------------
|
1561 | 1561 | [INFO] Reactor Build Order:
|
@@ -1595,7 +1595,7 @@ <h1 id="compiling-pmd">Compiling PMD</h1>
|
1595 | 1595 | [INFO] Finished at: 2015-11-14T17:46:06+01:00
|
1596 | 1596 | [INFO] Final Memory: 63M/765M
|
1597 | 1597 | [INFO] ------------------------------------------------------------------------
|
1598 |
| -[tom@hal pmd-src-6.48.0]$ |
| 1598 | +[tom@hal pmd-src-6.49.0]$ |
1599 | 1599 | </code></pre></div></div>
|
1600 | 1600 |
|
1601 | 1601 | <p>Now the source and binary distribution zip files can be found in the folder <code class="language-plaintext highlighter-rouge">pmd-dist/target</code>.</p>
|
@@ -1646,7 +1646,7 @@ <h1 id="compiling-pmd">Compiling PMD</h1>
|
1646 | 1646 | <div class="col-lg-12 footer">
|
1647 | 1647 | ©2022 PMD Open Source Project. All rights
|
1648 | 1648 | reserved. <br />
|
1649 |
| - Site last generated: Jul 30, 2022 <br /> |
| 1649 | + Site last generated: Aug 31, 2022 <br /> |
1650 | 1650 | <p>
|
1651 | 1651 | <img src="images/pmd-logo-small.png" alt="Company
|
1652 | 1652 | logo"/>
|
|
0 commit comments