Tony Chemit created MSHARED-304: ----------------------------------- Summary: Create a API for java tool Key: MSHARED-304 URL: https://jira.codehaus.org/browse/MSHARED-304 Project: Maven Shared Components Issue Type: New Feature Affects Versions: maven-shared-utils-0.4 Reporter: Tony Chemit
While using the commandline API to invoke java tool (*jarsigner*, *keytool*, *javadoc*), we always write the same boilerplate code: - find the java tool executable location - build a new command line - invoke it and deal with invocation errors - ... Let's have a simple API for this! As a first improvement then let's add to it also the support for toolchain (asked in maven-jarsigner-plugin). I will put the code in package *org.apache.maven.shared.utils.cli.javatool*. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira