You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Guillaume Nodet (JIRA)" <ji...@codehaus.org> on 2006/01/02 16:45:13 UTC

[jira] Created: (MNG-1911) Building plugins with extensions in a reactor fails

Building plugins with extensions in a reactor fails
---------------------------------------------------

         Key: MNG-1911
         URL: http://jira.codehaus.org/browse/MNG-1911
     Project: Maven 2
        Type: Bug

    Versions: 2.0.1    
    Reporter: Guillaume Nodet
    Priority: Critical


I have the following in my main pom

  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.servicemix.plugins</groupId>
          <artifactId>maven2-jbi-plugin</artifactId>
          <version>1.0-SNAPSHOT</version>
          <extensions>true</extensions>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

If i try to add it to the modules, the first time, maven complains that it can not download the plugin.
If i remove the <extensions> tag, all works, but i need it :)


-- 
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-1911) Building plugins with extensions in a reactor fails

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

Brett Porter updated MNG-1911:
------------------------------

    Fix Version: 2.0.3

> Building plugins with extensions in a reactor fails
> ---------------------------------------------------
>
>          Key: MNG-1911
>          URL: http://jira.codehaus.org/browse/MNG-1911
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0.1
>     Reporter: Guillaume Nodet
>     Priority: Critical
>      Fix For: 2.0.3

>
>
> I have the following in my main pom
>   <build>
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <groupId>org.apache.servicemix.plugins</groupId>
>           <artifactId>maven2-jbi-plugin</artifactId>
>           <version>1.0-SNAPSHOT</version>
>           <extensions>true</extensions>
>         </plugin>
>       </plugins>
>     </pluginManagement>
>   </build>
> If i try to add it to the modules, the first time, maven complains that it can not download the plugin.
> If i remove the <extensions> tag, all works, but i need it :)

-- 
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-1911) Building plugins with extensions in a reactor fails

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

John Casey updated MNG-1911:
----------------------------

    Fix Version:     (was: 2.0.3)
                 2.0.4

> Building plugins with extensions in a reactor fails
> ---------------------------------------------------
>
>          Key: MNG-1911
>          URL: http://jira.codehaus.org/browse/MNG-1911
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0.1
>     Reporter: Guillaume Nodet
>     Priority: Critical
>      Fix For: 2.0.4

>
>
> I have the following in my main pom
>   <build>
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <groupId>org.apache.servicemix.plugins</groupId>
>           <artifactId>maven2-jbi-plugin</artifactId>
>           <version>1.0-SNAPSHOT</version>
>           <extensions>true</extensions>
>         </plugin>
>       </plugins>
>     </pluginManagement>
>   </build>
> If i try to add it to the modules, the first time, maven complains that it can not download the plugin.
> If i remove the <extensions> tag, all works, but i need it :)

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