Uploaded image for project: 'Clerezza (Retired)'
  1. Clerezza (Retired)
  2. CLEREZZA-1069

Remove Import-Package instruction of maven bundle plugin in parent pom.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      While compiling some child projects, we got a warning, e.g.,

      [WARNING] Bundle org.apache.clerezza:api:bundle:2.0.1-SNAPSHOT : Unused Import-Package instructions: [org.osgi.*, javax.ws.rs.*, org.apache.stanbol.commons.security.*, com.google.common.*, org.slf4j.*]

      We should remove this instruction from parent pom.xml

      <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)",
      org.apache.stanbol.commons.security.*; version="[0,3)",
      com.google.common.*; version="[14.0.0,18.0.0)", org.slf4j.*;version="[1.5,2)", *</Import-Package>

      Child projects which need it, should define it themselves

       

      Attachments

        Activity

          People

            hasan Hasan Hasan
            hasan Hasan Hasan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: