You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Pochat (JIRA)" <ji...@codehaus.org> on 2008/07/07 17:54:26 UTC

[jira] Created: (MNG-3658) improve maven embedder documentation

improve maven embedder documentation
------------------------------------

                 Key: MNG-3658
                 URL: http://jira.codehaus.org/browse/MNG-3658
             Project: Maven 2
          Issue Type: Wish
          Components: Embedding
    Affects Versions: 2.0.7
            Reporter: Benjamin Pochat


Hi,

I would like to use the maven embedder.
What is described in the maven website seems wonderfull (http://maven.apache.org/guides/mini/guide-embedding-m2.html)
But when I tried to go further, I was not able to find a precise documentation about the API that seems to be provided.

The documentation that comes out from Google (http://repo1.maven.org/maven2/org/apache/maven/maven-embedder/2.0.4/) looks like out of date : maven website describes that the class MavenEmbedder  implements a method "execute" returning a MavenExecutionResult ; but this method is not documented in the javadoc coming out from Google.

It even looks like the maven embedder is not included in the standard distribution of maven : there is no classe named MavenEmbedder in the lib maven-core-2.0.X.jar, neither in the dependecies of the pom maven-core-2.0.X.pom.

In other words, I have nothing to make maven embedding work.

Regards,

Benjamin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MNG-3658) improve maven embedder documentation

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3658:
------------------------------

    Fix Version/s: 2.1-alpha-2

there is no longer a 2.0.x version

> improve maven embedder documentation
> ------------------------------------
>
>                 Key: MNG-3658
>                 URL: http://jira.codehaus.org/browse/MNG-3658
>             Project: Maven 2
>          Issue Type: Wish
>          Components: Embedding
>    Affects Versions: 2.0.7
>            Reporter: Benjamin Pochat
>             Fix For: 2.1-alpha-2
>
>
> Hi,
> I would like to use the maven embedder.
> What is described in the maven website seems wonderfull (http://maven.apache.org/guides/mini/guide-embedding-m2.html)
> But when I tried to go further, I was not able to find a precise documentation about the API that seems to be provided.
> The documentation that comes out from Google (http://repo1.maven.org/maven2/org/apache/maven/maven-embedder/2.0.4/) looks like out of date : maven website describes that the class MavenEmbedder  implements a method "execute" returning a MavenExecutionResult ; but this method is not documented in the javadoc coming out from Google.
> It even looks like the maven embedder is not included in the standard distribution of maven : there is no classe named MavenEmbedder in the lib maven-core-2.0.X.jar, neither in the dependecies of the pom maven-core-2.0.X.pom.
> In other words, I have nothing to make maven embedding work.
> Regards,
> Benjamin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-3658) improve maven embedder documentation

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204364#action_204364 ] 

Jason van Zyl commented on MNG-3658:
------------------------------------

The embedder doesn't exist anymore, new documentation will need to be created.

> improve maven embedder documentation
> ------------------------------------
>
>                 Key: MNG-3658
>                 URL: http://jira.codehaus.org/browse/MNG-3658
>             Project: Maven 2 & 3
>          Issue Type: Wish
>          Components: Embedding
>    Affects Versions: 2.0.7
>            Reporter: Benjamin Pochat
>
> Hi,
> I would like to use the maven embedder.
> What is described in the maven website seems wonderfull (http://maven.apache.org/guides/mini/guide-embedding-m2.html)
> But when I tried to go further, I was not able to find a precise documentation about the API that seems to be provided.
> The documentation that comes out from Google (http://repo1.maven.org/maven2/org/apache/maven/maven-embedder/2.0.4/) looks like out of date : maven website describes that the class MavenEmbedder  implements a method "execute" returning a MavenExecutionResult ; but this method is not documented in the javadoc coming out from Google.
> It even looks like the maven embedder is not included in the standard distribution of maven : there is no classe named MavenEmbedder in the lib maven-core-2.0.X.jar, neither in the dependecies of the pom maven-core-2.0.X.pom.
> In other words, I have nothing to make maven embedding work.
> Regards,
> Benjamin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-3658) improve maven embedder documentation

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-3658.
------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 3.x)

> improve maven embedder documentation
> ------------------------------------
>
>                 Key: MNG-3658
>                 URL: http://jira.codehaus.org/browse/MNG-3658
>             Project: Maven 2 & 3
>          Issue Type: Wish
>          Components: Embedding
>    Affects Versions: 2.0.7
>            Reporter: Benjamin Pochat
>
> Hi,
> I would like to use the maven embedder.
> What is described in the maven website seems wonderfull (http://maven.apache.org/guides/mini/guide-embedding-m2.html)
> But when I tried to go further, I was not able to find a precise documentation about the API that seems to be provided.
> The documentation that comes out from Google (http://repo1.maven.org/maven2/org/apache/maven/maven-embedder/2.0.4/) looks like out of date : maven website describes that the class MavenEmbedder  implements a method "execute" returning a MavenExecutionResult ; but this method is not documented in the javadoc coming out from Google.
> It even looks like the maven embedder is not included in the standard distribution of maven : there is no classe named MavenEmbedder in the lib maven-core-2.0.X.jar, neither in the dependecies of the pom maven-core-2.0.X.pom.
> In other words, I have nothing to make maven embedding work.
> Regards,
> Benjamin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira