Asqatasun / Contrast-Finder

Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
56 stars 18 forks source link

Some maven plugins do not have their version specified #172

Closed dzc34 closed 6 years ago

dzc34 commented 6 years ago

Observed behaviour

[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.1.0
[WARNING]   maven-compiler-plugin ..................... (from super-pom) 3.8.0
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-jar-plugin .......................... (from super-pom) 3.1.0
[WARNING]   maven-resources-plugin .................... (from super-pom) 3.1.0
[WARNING]   maven-surefire-plugin .................... (from super-pom) 2.22.0
dzc34 commented 6 years ago

9b518e2 break #165 - "Added some information to the MANIFEST.MF files : commit, buid timestamp"

MANIFEST.MF (before 9b518e2)

git-branch: test
git-url: https://github.com/Asqatasun/Contrast-Finder/commit/f7a6a32
git-commit: f7a6a32

Maven-Version: 3.3.9
Os-Name: Linux
Java-Version: 1.8.0_181
Os-Arch: amd64

Build-Date: 2018-08-24T02:40:18+0000
Build-Id: 0.9.2-SNAPSHOT.f7a6a32.1535078418657
Build-Release: 0.9.2-SNAPSHOT
Build-Timestamp: 1535078418657

vs

MANIFEST.MF (after 9b518e2)

git-branch: null
git-url: https://github.com/Asqatasun/Contrast-Finder/commit/${buildNu
 mber}
git-commit: null

Maven-Version: 3.3.9
Os-Name: Linux
Java-Version: 1.8.0_181
Os-Arch: amd64

Build-Date: null
Build-Id: 0.9.2-SNAPSHOT.${buildNumber}.${timestamp}
Build-Release: 0.9.2-SNAPSHOT
Build-Timestamp: null