Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

trustin/exec-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is a fork of org.codehaus.mojo:exec-maven-plugin version 1.3. The main differences are:

  • It does not have the exec:java goal
  • It flushes stdout, stderr, and output file whenever it seeds a newline character to make this plugin useful for the execution of interactive applications.

Please do not mix this plugin with the original one; they have the same plugin prefix. (exec:*)

To use this plugin, add the following <plugin/> section to your pom.xml's <build/> section:

<project>
  <build>
    <plugins>
      <plugin>
        <groupId>kr.motd.maven</groupId>
        <artifactId>exec-maven-plugin</artifactId>
        <version>1.0.0.Final</version>
        ...
      </plugin>
      ...
    </plugins>
  </build>
</project>

About

A simplified fork of org.codehaus.mojo:exec-maven-plugin:exec with sensible buffer flush policy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages