Maven Repository - POM file for Build exec-maven-plugin 1.1-beta-1 1.1-beta-1

Summary

Maven Exec Plugin.

A plugin to allow execution of system and Java programs.

Declaration

Here is the list of declaration for exec-maven-plugin. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>exec-maven-plugin</artifactId>
   <version>1.1-beta-1</version>
</dependency>

If you think this Maven repository POM file listing for exec-maven-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache License 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The exec-maven-plugin-1.1-beta-1 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Buildmaven-project 2.0.4
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
27

Packages

The following packages are defined in the exec-maven-plugin-1.1-beta-1.jar

org.codehaus.mojo.exec

POM File Source

Here is the content of the POM file.

<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">
  <parent>
    <artifactId>mojo</artifactId>
    <groupId>org.codehaus.mojo</groupId>
    <version>12</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>exec-maven-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>Maven Exec Plugin</name>
  <description>A plugin to allow execution of system and Java programs</description>
  <version>1.1-beta-1</version>
  <url>http://mojo.codehaus.org/exec-maven-plugin</url>
  <inceptionYear>2005</inceptionYear>
  <issueManagement>
    <system>jira</system>
    <url>http://jira.codehaus.org/browse/MEXEC</url>
  </issueManagement>

  

  <contributors>
    <contributor>
      <name>David Smiley</name>
      <email>protected</email>
      <roles>
        <role>Patch Contributor</role>
      </roles>
    </contributor>
    <contributor>
      <name>Milos Kleint</name>
      <email>protected</email>
      <roles>
        <role>Patch Contributor</role>
      </roles>
    </contributor>
  </contributors>

  <licenses>
    <license>
      <name>Apache License 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0.4</version> 
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.1</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-container-default</artifactId>
      <version>1.0-alpha-9</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <version>1.0-beta-1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:svn:https://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.1-beta-1</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.1-beta-1</developerConnection>
    <url>https://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.1-beta-1</url>
  </scm>
</project>