MVN

org.kathrynhuxtable.maven.plugins : imagegenerator-maven-plugin

Maven & Gradle

Apr 03, 2010
1 stars

Image Generator Maven plugin · A Maven plugin to generate image files from an XML description of objects. This allows for constructor arguments and client properties, and is useful for creating documentation for Swing look and feel packages, and also for documenting custom components.

<plugin>
    <groupId>org.kathrynhuxtable.maven.plugins</groupId>
    <artifactId>imagegenerator-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kathrynhuxtable.maven.plugins : imagegenerator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.kathrynhuxtable.maven.plugins : imagegenerator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
imagegenerator-maven-plugin-1.1.2
1.1
imagegenerator-maven-plugin-1.1
1.0
imagegenerator-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.kathrynhuxtable.maven.plugins</groupId>
    <artifactId>imagegenerator-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>