PMD CI (pmd-bot)
2022-09-30 14:05:24 +00:00
parent d53595a61c
commit b5446ed8d6
133 changed files with 697 additions and 682 deletions

View File

@@ -174,7 +174,7 @@
<ul id="mysidebar" class="nav">
<li class="sidebarTitle">PMD 6.50.0-SNAPSHOT</li>
<li class="sidebarTitle">PMD 6.50.0</li>
<div class="sidebarTitleDate">Release date: 30-September-2022</div>
@@ -1564,22 +1564,22 @@
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ ls -l
total 5716
-rw-rw-r-- 1 tom tom 5837216 Jul 17 13:09 pmd-src-6.50.0-SNAPSHOT.zip
[tom@hal building]$ unzip -q pmd-src-6.50.0-SNAPSHOT.zip
-rw-rw-r-- 1 tom tom 5837216 Jul 17 13:09 pmd-src-6.50.0.zip
[tom@hal building]$ unzip -q pmd-src-6.50.0.zip
[tom@hal building]$
</code></pre></div></div>
<p>Now cd down into the <code class="language-plaintext highlighter-rouge">pmd</code> directory:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ cd pmd-src-6.50.0-SNAPSHOT
[tom@hal pmd-src-6.50.0-SNAPSHOT]$ ls -l | grep pom.xml
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal building]$ cd pmd-src-6.50.0
[tom@hal pmd-src-6.50.0]$ ls -l | grep pom.xml
-rw-rw-r-- 1 tom tom 36482 14\. Nov 17:36 pom.xml
[tom@hal pmd-src-6.50.0-SNAPSHOT]$
[tom@hal pmd-src-6.50.0]$
</code></pre></div></div>
<p>Thats the project configuration for maven… lets compile!</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal pmd-src-6.50.0-SNAPSHOT]$ ./mvnw clean verify
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal pmd-src-6.50.0]$ ./mvnw clean verify
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
@@ -1619,7 +1619,7 @@ total 5716
[INFO] Finished at: 2015-11-14T17:46:06+01:00
[INFO] Final Memory: 63M/765M
[INFO] ------------------------------------------------------------------------
[tom@hal pmd-src-6.50.0-SNAPSHOT]$
[tom@hal pmd-src-6.50.0]$
</code></pre></div></div>
<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>