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 vdb-maven-plugin Show documentation
Show all versions of vdb-maven-plugin Show documentation
A maven plug in that helps to build -vdb.xml to .vdb
<?xml version="1.0"?> <component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>vdb</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <process-resources> org.apache.maven.plugins:maven-resources-plugin:resources </process-resources> <package> org.teiid:vdb-maven-plugin:vdb </package> <install> org.apache.maven.plugins:maven-install-plugin:install </install> <deploy> org.apache.maven.plugins:maven-deploy-plugin:deploy </deploy> </phases> </lifecycle> </lifecycles> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> <role-hint>vdb</role-hint> <implementation> org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>vdb</type> <extension>vdb</extension> <language>java</language> <packaging>vdb</packaging> <addedToClasspath>false</addedToClasspath> </configuration> </component> </components> </component-set>