[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-206) MavenCoreFacet should provide ability to invoke Maven native/embedded, not MavenPlugin

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Tue Jun 7 16:45:59 EDT 2011


MavenCoreFacet should provide ability to invoke Maven native/embedded, not MavenPlugin
--------------------------------------------------------------------------------------

                 Key: SEAMFORGE-206
                 URL: https://issues.jboss.org/browse/SEAMFORGE-206
             Project: Seam Forge
          Issue Type: Enhancement
          Components: Maven Integration
    Affects Versions: 1.0.0.Alpha3
            Reporter: Lincoln Baxter III
            Assignee: Lincoln Baxter III
             Fix For: 1.0.0.Alpha4


{code}

   /**
    * Execute a command using the embedded Maven shell. Return the exit status code. 0 = success, anything else =
    * failure.
    */
   public boolean executeMavenEmbedded(String[] parameters);

   /**
    * Execute a command using the embedded Maven shell, using the given PrintStreams for output and error output. Return
    * the exit status code. 0 = success, anything else = failure.
    */
   boolean executeMavenEmbedded(PrintStream out, PrintStream err, String[] parameters);

   /**
    * Execute a command using the native Maven installation. If native Maven is not available, fall back to the embedded
    * Maven provider built in to Forge.
    */
   public void executeMaven(ShellPrintWriter out, String[] parameters);
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-dev mailing list