Download wix-maven-plugin-1.1.1.jar file

Introduction

You can download wix-maven-plugin-1.1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

wix-maven-plugin-1.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.bitbucket.joxley/wix-maven-plugin/plugin-help.xml
META-INF/maven/org.bitbucket.joxley/wix-maven-plugin/pom.properties
META-INF/maven/org.bitbucket.joxley/wix-maven-plugin/pom.xml
META-INF/maven/plugin.xml
org.bitbucket.joxley.wix.AbstractWixMojo.class
org.bitbucket.joxley.wix.CandleMojo.class
org.bitbucket.joxley.wix.LightMojo.class

Pom

wix-maven-plugin-1.1.1.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.bitbucket.joxley</groupId>
	<artifactId>wix-maven-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<version>1.1.1</version>
	<name>wix-maven-plugin Maven Mojo</name>
	<url>https://bitbucket.org/joxley/wix-maven-plugin</url>

	<properties>
		<maven.test.failure.ignore>true</maven.test.failure.ignore>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven-plugin-api.version>2.0</maven-plugin-api.version>
		<commons-exec.version>1.1</commons-exec.version>
	</properties>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<connection>scm:hg:https://bitbucket.org/joxley/wix-maven-plugin</connection>
		<developerConnection>scm:hg:https://bitbucket.org/joxley/wix-maven-plugin</developerConnection>
		<url>https://bitbucket.org/joxley/wix-maven-plugin</url>
	</scm>

	<description>A maven build plugin for building an installer file from wix.</description>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<developers>
		<developer>
			<id>joxley</id>
			<name>John Oxley</name>
			<email>john.oxley@gmail.com</email>
			<roles>
				<role>Owner</role>
			</roles>
		</developer>
	</developers>
	<inceptionYear>2013</inceptionYear>

	<dependencies>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-plugin-api</artifactId>
			<version>${maven-plugin-api.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-exec</artifactId>
			<version>${commons-exec.version}</version>
		</dependency>
	</dependencies>

	<build>
		<pluginManagement>
			<plugins>
				<!-- Ignore/Execute plugin execution -->
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>1.0.0</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.apache.maven.plugins</groupId>
										<artifactId>maven-enforcer-plugin</artifactId>
										<versionRange>[1.0.0,)</versionRange>
										<goals>
											<goal>enforce</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.bitbucket.joxley</groupId>
   <artifactId>wix-maven-plugin</artifactId>
   <version>1.1.1</version>
</dependency>

Download

If you think the following wix-maven-plugin-1.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download wix-maven-plugin-1.1.1.jar file




PreviousNext

Related