Maven Enforcer Plugin, Custom Rule: Property Usage

Maven Enforcer Plugin (org.apache.maven.plugins:maven-enforcer-plugin) custom rule: Ensure that all the Java properties defined in resources .properties files are also used in code.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.mikkoi.maven.enforcer.rule
ArtifactId

ArtifactId

property-usage-rule
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Enforcer Plugin, Custom Rule: Property Usage
Maven Enforcer Plugin (org.apache.maven.plugins:maven-enforcer-plugin) custom rule: Ensure that all the Java properties defined in resources .properties files are also used in code.
Project URL

Project URL

https://mikkoi.github.io/maven-enforcer-property-usage
Project Organization

Project Organization

Private
Source Code Management

Source Code Management

https://github.com/mikkoi/maven-enforcer-property-usage

Download property-usage-rule

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mikkoi.maven.enforcer.rule/property-usage-rule/ -->
<dependency>
    <groupId>com.github.mikkoi.maven.enforcer.rule</groupId>
    <artifactId>property-usage-rule</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikkoi.maven.enforcer.rule/property-usage-rule/
implementation 'com.github.mikkoi.maven.enforcer.rule:property-usage-rule:0.0.4'
// https://jarcasting.com/artifacts/com.github.mikkoi.maven.enforcer.rule/property-usage-rule/
implementation ("com.github.mikkoi.maven.enforcer.rule:property-usage-rule:0.0.4")
'com.github.mikkoi.maven.enforcer.rule:property-usage-rule:jar:0.0.4'
<dependency org="com.github.mikkoi.maven.enforcer.rule" name="property-usage-rule" rev="0.0.4">
  <artifact name="property-usage-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mikkoi.maven.enforcer.rule', module='property-usage-rule', version='0.0.4')
)
libraryDependencies += "com.github.mikkoi.maven.enforcer.rule" % "property-usage-rule" % "0.0.4"
[com.github.mikkoi.maven.enforcer.rule/property-usage-rule "0.0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 3.0.24
org.apache.maven.enforcer : enforcer-api jar 1.4.1
org.apache.maven.enforcer : enforcer-rules jar 1.4.1
org.apache.maven : maven-plugin-api jar 2.0.9
org.codehaus.plexus : plexus-container-default jar 1.5.5

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (2)

Group / Artifact Type Version
org.apache.maven.enforcer : enforcer-rules test-jar 1.4.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3