p

pom-properties-maven-plugin

Maven plugin that allows importing properties defined in dependencies
https://jpmsilva.github.io/pom-properties-maven-plugin/
The Apache Software License, Version 2.0
Joao Silva
Files download
File Operation
pom-properties-maven-plugin-0.0.1.jar download
pom-properties-maven-plugin-0.0.1.pom download
pom-properties-maven-plugin-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jpmsilva.ppmp</groupId>
  <artifactId>pom-properties-maven-plugin</artifactId>
  <version>0.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.jpmsilva.ppmp:pom-properties-maven-plugin:0.0.1'
Gradle Kotlin
implementation("com.github.jpmsilva.ppmp:pom-properties-maven-plugin:0.0.1")
Scala SBT
libraryDependencies += "com.github.jpmsilva.ppmp" % "pom-properties-maven-plugin" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jpmsilva.ppmp', module='pom-properties-maven-plugin', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.jpmsilva.ppmp" name="pom-properties-maven-plugin" rev="0.0.1" />
Leiningen
[com.github.jpmsilva.ppmp/pom-properties-maven-plugin "0.0.1"]
Apache Buildr
'com.github.jpmsilva.ppmp:pom-properties-maven-plugin:jar:0.0.1'