p

properties-sync-maven-plugin

Apache maven plugin for failing fast at build time when using maven resources filtering with environment based filters. This maven plugin will force you to keep in sync all properties files with the reference.
https://github.com/cedricwalter/properties-sync-maven-plugin
GNU/GPL v3
Cédric Walter
Files download
File Operation
properties-sync-maven-plugin-1.0.jar download
properties-sync-maven-plugin-1.0.pom download
properties-sync-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedricwalter</groupId>
  <artifactId>properties-sync-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.cedricwalter:properties-sync-maven-plugin:1.0'
Gradle Kotlin
implementation("com.cedricwalter:properties-sync-maven-plugin:1.0")
Scala SBT
libraryDependencies += "com.cedricwalter" % "properties-sync-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cedricwalter', module='properties-sync-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.cedricwalter" name="properties-sync-maven-plugin" rev="1.0" />
Leiningen
[com.cedricwalter/properties-sync-maven-plugin "1.0"]
Apache Buildr
'com.cedricwalter:properties-sync-maven-plugin:jar:1.0'