p

project-info-maven-plugin

Light-weight project information extractor, for reporting optionally filtered dependencies and some other things on a project. Useful for collecting version information and who depends on who in an environment with multiple servers, perhaps many many small services.
https://github.com/comeon-stockholm/project-info-maven-plugin
MIT License
Kristoffer Lundén
Files download
File Operation
project-info-maven-plugin-1.0.0.jar download
project-info-maven-plugin-1.0.0.pom download
project-info-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.comeon.mojo</groupId>
  <artifactId>project-info-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.comeon.mojo:project-info-maven-plugin:1.0.0'
Gradle Kotlin
implementation("com.comeon.mojo:project-info-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.comeon.mojo" % "project-info-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.comeon.mojo', module='project-info-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.comeon.mojo" name="project-info-maven-plugin" rev="1.0.0" />
Leiningen
[com.comeon.mojo/project-info-maven-plugin "1.0.0"]
Apache Buildr
'com.comeon.mojo:project-info-maven-plugin:jar:1.0.0'