w

writer-maven-plugin

writer-maven-plugin is a maven plugin that helps generating text and properties files at compile time while supporting variables referring to pom information.
github.com/thevpc
Apache License, Version 2.0
vpc open source initiative
Taha Ben Salah
Files download
File Operation
writer-maven-plugin-1.1.0.jar download
writer-maven-plugin-1.1.0.pom download
writer-maven-plugin-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.thevpc.maven</groupId>
  <artifactId>writer-maven-plugin</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.thevpc.maven:writer-maven-plugin:1.1.0'
Gradle Kotlin
implementation("net.thevpc.maven:writer-maven-plugin:1.1.0")
Scala SBT
libraryDependencies += "net.thevpc.maven" % "writer-maven-plugin" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.thevpc.maven', module='writer-maven-plugin', version='1.1.0')
)
Apache Ivy
<dependency org="net.thevpc.maven" name="writer-maven-plugin" rev="1.1.0" />
Leiningen
[net.thevpc.maven/writer-maven-plugin "1.1.0"]
Apache Buildr
'net.thevpc.maven:writer-maven-plugin:jar:1.1.0'