Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-974

HTTP in project element

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.5.3
    • None
    • prepare
    • None

    Description

      In the pom on the <project> tag, I'd like to use https as they are available for the xmlns, xmlns:xsi, and xsi:schemaLocation locations. When I run other plugins it's fine but if I try to release it fails. It initially fails with xmlns:xsi issue. If I set that back to http, then it flags tags all with http throughout and crashes.

      What I have to use now...
      ```
      <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      ```

      What I would like to use...
      ```
      <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      ```

      Is this possible?

      Attachments

        Activity

          People

            Unassigned Unassigned
            hazendaz Jeremy Landis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: