u

uber-pom

Merging all pom parameters in hierarchy to get the solid uber-pom for a child module.
https://github.com/raydac/uber-pom
The Apache Software License, Version 2.0
Igor Maznitsa
Igor Maznitsa
Files download
File Operation
uber-pom-1.0.1.jar download
uber-pom-1.0.1.pom download
uber-pom-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.igormaznitsa</groupId>
  <artifactId>uber-pom</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.igormaznitsa:uber-pom:1.0.1'
Gradle Kotlin
implementation("com.igormaznitsa:uber-pom:1.0.1")
Scala SBT
libraryDependencies += "com.igormaznitsa" % "uber-pom" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.igormaznitsa', module='uber-pom', version='1.0.1')
)
Apache Ivy
<dependency org="com.igormaznitsa" name="uber-pom" rev="1.0.1" />
Leiningen
[com.igormaznitsa/uber-pom "1.0.1"]
Apache Buildr
'com.igormaznitsa:uber-pom:jar:1.0.1'