Download native-maven-plugin-1.0.jar file

Introduction

You can download native-maven-plugin-1.0.jar in this page.

License

Open Source

Type List

native-maven-plugin-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.mojo/native-maven-plugin/pom.properties
META-INF/maven/org.codehaus.mojo/native-maven-plugin/pom.xml
META-INF/maven/plugin.xml
META-INF/plexus/components.xml
org.codehaus.mojo.natives.plugin.AbstractNativeMojo.class
org.codehaus.mojo.natives.plugin.HelpMojo.class
org.codehaus.mojo.natives.plugin.NativeBundleIncludeFilesMojo.class
org.codehaus.mojo.natives.plugin.NativeCompileMojo.class
org.codehaus.mojo.natives.plugin.NativeInitializeMojo.class
org.codehaus.mojo.natives.plugin.NativeJavahMojo.class
org.codehaus.mojo.natives.plugin.NativeLinkMojo.class
org.codehaus.mojo.natives.plugin.NativeManifestMojo.class
org.codehaus.mojo.natives.plugin.NativeMessageCompileMojo.class
org.codehaus.mojo.natives.plugin.NativeMojoUtils.class
org.codehaus.mojo.natives.plugin.NativeRanlibMojo.class
org.codehaus.mojo.natives.plugin.NativeResourceCompileMojo.class
org.codehaus.mojo.natives.plugin.NativeUnZipIncMojo.class

Pom

native-maven-plugin-1.0.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/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  
  <parent>
    <groupId>org.codehaus.mojo.natives</groupId>
    <artifactId>maven-native</artifactId>
    <version>1.0-alpha-7</version>
  </parent>

  <packaging>maven-plugin</packaging>

  <name>Native Maven Plugin</name>
  
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>native-maven-plugin</artifactId>
  
  <inceptionYear>2005</inceptionYear>
  
  <dependencies>

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-model</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
    </dependency>    

    <dependency>
      <groupId>bcel</groupId>
      <artifactId>bcel</artifactId>
    </dependency>

    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
    </dependency>    

    <!--
     |		Maven Native Artifacts
     -->
    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-api</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-javah</artifactId>
    </dependency>    
  
    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-generic-c</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-msvc</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-bcc</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.codehaus.mojo.natives</groupId>
      <artifactId>maven-native-manager</artifactId>
    </dependency>    

    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-archiver</artifactId>
    </dependency>    

   <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <scope>test</scope>
    </dependency>

  </dependencies>
  
  
  
</project>

POM Entry

<dependency>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>native-maven-plugin</artifactId>
   <version>1.0</version>
</dependency>

Download

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



Download native-maven-plugin-1.0.jar file




PreviousNext

Related