o

opencms-module-maven-plugin

Builds a OpenCms module file from a "opencms-module" project, generating a full-blown manifest from the project files and descriptors
https://github.com/kamomileware/opencms-module-maven-plugin
Files download
File Operation
opencms-module-maven-plugin-1.0.jar download
opencms-module-maven-plugin-1.0.pom download
opencms-module-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kamomileware.maven.plugin.opencms</groupId>
  <artifactId>opencms-module-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.kamomileware.maven.plugin.opencms:opencms-module-maven-plugin:1.0'
Gradle Kotlin
implementation("com.kamomileware.maven.plugin.opencms:opencms-module-maven-plugin:1.0")
Scala SBT
libraryDependencies += "com.kamomileware.maven.plugin.opencms" % "opencms-module-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kamomileware.maven.plugin.opencms', module='opencms-module-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.kamomileware.maven.plugin.opencms" name="opencms-module-maven-plugin" rev="1.0" />
Leiningen
[com.kamomileware.maven.plugin.opencms/opencms-module-maven-plugin "1.0"]
Apache Buildr
'com.kamomileware.maven.plugin.opencms:opencms-module-maven-plugin:jar:1.0'