Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-1911

Building plugins with extensions in a reactor fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Won't Fix
    • 2.0.1
    • None
    • Plugins and Lifecycle
    • None

    Description

      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

      Attachments

        1. MNG-1911.zip
          6 kB
          Brett Porter

        Issue Links

          Activity

            People

              jvanzyl Jason van Zyl
              gnodet Guillaume Nodet
              Votes:
              10 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: