MVN

org.openntf.maven : headlessdesigner-maven-plugin

Maven & Gradle

Mar 10, 2016
2 stars

Headless Designer Build Plugin · The headless designer plugins enables you build XPages Application from the On-Disk-Project, invoking the IBM Domino Designer.

<plugin>
    <groupId>org.openntf.maven</groupId>
    <artifactId>headlessdesigner-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openntf.maven : headlessdesigner-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.openntf.maven : headlessdesigner-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
headlessdesigner-maven-plugin-1.3.0
1.2.x
headlessdesigner-maven-plugin-1.2.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.openntf.maven</groupId>
    <artifactId>headlessdesigner-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>