Uploaded image for project: 'Tamaya'
  1. Tamaya
  2. TAMAYA-55

Parent POM should not assume Java 8

    XMLWordPrintableJSON

Details

    Description

      After introducing a separation of "java7" vs. "java8" for many components, the Parent POM in the top level of the repository should no longer make assumptions like

      <jdkVersion>1.8</jdkVersion>
      <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
      <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
      

      There's at least one more place in the configuration of maven-enforcer-plugin also assuming

      <requireJavaVersion>
          <version>1.8.0</version>
      </requireJavaVersion>
      

      This should for those and other possible cases be pushed down into OS-related POMs.

      Attachments

        Activity

          People

            o.b.fischer Oliver B. Fischer
            wkeil Werner Keil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: