Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-318

Version for maven-bundle-plugin is missing in version management

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • framework-1.0.0
    • framework-1.0.0
    • None
    • None

    Description

      The version for the maven bundle plugin is missing in the root pom.

      Here is a patch:

      Index: /Users/cziegeler/Developer/workspaces/default/felix/pom.xml
      ===================================================================
      — /Users/cziegeler/Developer/workspaces/default/felix/pom.xml (revision 553093)
      +++ /Users/cziegeler/Developer/workspaces/default/felix/pom.xml (working copy)
      @@ -322,6 +322,11 @@
      <artifactId>maven-javadoc-plugin</artifactId>
      <version>2.2</version>
      </plugin>
      + <plugin>
      + <groupId>org.apache.felix</groupId>
      + <artifactId>maven-bundle-plugin</artifactId>
      + <version>0.9.0-incubator-SNAPSHOT</version>
      + </plugin>
      </plugins>
      </pluginManagement>
      <plugins>

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            cziegeler Carsten Ziegeler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: