META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of headlessdesigner-maven-plugin Show documentation
Show all versions of headlessdesigner-maven-plugin Show documentation
The headless designer plugins enables you build XPages Application from the On-Disk-Project, invoking the IBM Domino Designer.
The newest version!
<?xml version="1.0"?> <component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>domino-nsf</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <package> org.openntf.maven:headlessdesigner-maven-plugin:ddehd </package> </phases> </lifecycle> </lifecycles> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> <role-hint>domino-nsf</role-hint> <implementation> org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>domino-nsf</type> <extension>nsf</extension> <packaging>domino-nsf</packaging> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy