All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

Go to download

The kar-packager is a small Maven Plugin to create Apache Karaf Archives (.kar) from a given folder. Everything the folder needs to contain are the bundles to make up the archive.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<component-set>
	<components>
		<component>
			<role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
			<role-hint>kar</role-hint>
			<implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
			</implementation>
			<configuration>
				<phases>
					<verify>
						com.eclipsesource.tycho.karaf.bridge:kar-packager:package
					</verify>
				</phases>
			</configuration>
		</component>
	</components>
</component-set>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy