You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2005/11/25 14:38:06 UTC

[jira] Created: (MNG-1684) Problem with reactor when using attached goal

Problem with reactor when using attached goal
---------------------------------------------

         Key: MNG-1684
         URL: http://jira.codehaus.org/browse/MNG-1684
     Project: Maven 2
        Type: Bug
  Components: maven-assembly-plugin  
    Versions: 2.0    
    Reporter: Vincent Massol


Here's my project dir structure:

trunk/
  |_ core/
    |_ api/
      |_ (several projects here)
    |_ uberjar/ (assembly project)
  |_ samples
    |_ testdata
      |_ empty-jar
      |_ (...)

If I build the trunk/core/ubjerjar project alone it works fine. Note: I have attached the "attached" goal to the verify phase so the assembly can be created when calling "mvn install".

If I build the project from the trunk by typing "mvn install", the uberjar/ project fails saying that the empty-jar artifact cannot be found in the local repository. That's normal it cannot be found because there are no dependencies on it in the core/ branch and it hasn't been built yet when the uberjar project executes. Of course there are no dependencies to it in the uberjar project.

It seems there's something fishy happening in the assembly plugin implementation... :-)

Thanks

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1684) Problem with reactor when using attached goal

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1684?page=all ]

John Casey updated MNG-1684:
----------------------------

    Fix Version:     (was: 2.0.1)
                 2.0.2

> Problem with reactor when using attached goal
> ---------------------------------------------
>
>          Key: MNG-1684
>          URL: http://jira.codehaus.org/browse/MNG-1684
>      Project: Maven 2
>         Type: Bug
>   Components: maven-assembly-plugin
>     Versions: 2.0
>     Reporter: Vincent Massol
>      Fix For: 2.0.2

>
>
> Here's my project dir structure:
> trunk/
>   |_ core/
>     |_ api/
>       |_ (several projects here)
>     |_ uberjar/ (assembly project)
>   |_ samples
>     |_ testdata
>       |_ empty-jar
>       |_ (...)
> If I build the trunk/core/ubjerjar project alone it works fine. Note: I have attached the "attached" goal to the verify phase so the assembly can be created when calling "mvn install".
> If I build the project from the trunk by typing "mvn install", the uberjar/ project fails saying that the empty-jar artifact cannot be found in the local repository. That's normal it cannot be found because there are no dependencies on it in the core/ branch and it hasn't been built yet when the uberjar project executes. Of course there are no dependencies to it in the uberjar project.
> It seems there's something fishy happening in the assembly plugin implementation... :-)
> Thanks

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MASSEMBLY-12) Problem with reactor when using attached goal

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-12?page=all ]

Brett Porter updated MASSEMBLY-12:
----------------------------------

    Fix Version: 2.1

> Problem with reactor when using attached goal
> ---------------------------------------------
>
>          Key: MASSEMBLY-12
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-12
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Vincent Massol
>      Fix For: 2.1

>
>
> Here's my project dir structure:
> trunk/
>   |_ core/
>     |_ api/
>       |_ (several projects here)
>     |_ uberjar/ (assembly project)
>   |_ samples
>     |_ testdata
>       |_ empty-jar
>       |_ (...)
> If I build the trunk/core/ubjerjar project alone it works fine. Note: I have attached the "attached" goal to the verify phase so the assembly can be created when calling "mvn install".
> If I build the project from the trunk by typing "mvn install", the uberjar/ project fails saying that the empty-jar artifact cannot be found in the local repository. That's normal it cannot be found because there are no dependencies on it in the core/ branch and it hasn't been built yet when the uberjar project executes. Of course there are no dependencies to it in the uberjar project.
> It seems there's something fishy happening in the assembly plugin implementation... :-)
> Thanks

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1684) Problem with reactor when using attached goal

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1684?page=all ]

Brett Porter updated MNG-1684:
------------------------------

    Fix Version: 2.0.1

> Problem with reactor when using attached goal
> ---------------------------------------------
>
>          Key: MNG-1684
>          URL: http://jira.codehaus.org/browse/MNG-1684
>      Project: Maven 2
>         Type: Bug
>   Components: maven-assembly-plugin
>     Versions: 2.0
>     Reporter: Vincent Massol
>      Fix For: 2.0.1

>
>
> Here's my project dir structure:
> trunk/
>   |_ core/
>     |_ api/
>       |_ (several projects here)
>     |_ uberjar/ (assembly project)
>   |_ samples
>     |_ testdata
>       |_ empty-jar
>       |_ (...)
> If I build the trunk/core/ubjerjar project alone it works fine. Note: I have attached the "attached" goal to the verify phase so the assembly can be created when calling "mvn install".
> If I build the project from the trunk by typing "mvn install", the uberjar/ project fails saying that the empty-jar artifact cannot be found in the local repository. That's normal it cannot be found because there are no dependencies on it in the core/ branch and it hasn't been built yet when the uberjar project executes. Of course there are no dependencies to it in the uberjar project.
> It seems there's something fishy happening in the assembly plugin implementation... :-)
> Thanks

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org