PMD CI (pmd-bot)
2022-08-31 18:17:17 +00:00
parent afe7f8807a
commit 2db171e8e5
128 changed files with 1215 additions and 1183 deletions

View File

@@ -174,8 +174,8 @@
<ul id="mysidebar" class="nav">
<li class="sidebarTitle">PMD 6.49.0</li>
<div class="sidebarTitleDate">Release date: 31-August-2022</div>
<li class="sidebarTitle">PMD 6.50.0-SNAPSHOT</li>
<div class="sidebarTitleDate">Release date: 30-September-2022</div>
@@ -1540,22 +1540,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.49.0.zip
[tom@hal building]$ unzip -q pmd-src-6.49.0.zip
-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
[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.49.0
[tom@hal pmd-src-6.49.0]$ 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-SNAPSHOT
[tom@hal pmd-src-6.50.0-SNAPSHOT]$ ls -l | grep pom.xml
-rw-rw-r-- 1 tom tom 36482 14\. Nov 17:36 pom.xml
[tom@hal pmd-src-6.49.0]$
[tom@hal pmd-src-6.50.0-SNAPSHOT]$
</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.49.0]$ ./mvnw clean verify
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[tom@hal pmd-src-6.50.0-SNAPSHOT]$ ./mvnw clean verify
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
@@ -1595,7 +1595,7 @@ total 5716
[INFO] Finished at: 2015-11-14T17:46:06+01:00
[INFO] Final Memory: 63M/765M
[INFO] ------------------------------------------------------------------------
[tom@hal pmd-src-6.49.0]$
[tom@hal pmd-src-6.50.0-SNAPSHOT]$
</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>