Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3622

Fix Maven GAV versioning on Studio projects

    XMLWordPrintable

    Details

    • Tags:
    • Sprint:
      NOS 9.2.4, NOS 10.1.4, NOS 10.1.5
    • Story Points:
      0

      Description

      Don't know if it's on Studio side or Connect.

      Use case:

      Going to http://connect.nuxeo.com/nuxeo/site/studio/maven/nuxeo-studio/CVS-caresource/0.0.1--master-SNAPSHOT/maven-metadata.xml delivers the following content:

      <metadata modelVersion="1.1.0">
        <groupId>nuxeo-studio</groupId>
        <artifactId>CVS-caresource</artifactId>
        <version>0.0.1--master-20160701.111946-1-SNAPSHOT</version>
        <versioning>
          <snapshotVersions>
            <snapshotVersion>
              <value>0.0.1--master-20160701.111946-1-SNAPSHOT</value>
          (...)
      

      We should expect this content:

      <metadata modelVersion="1.1.0">
        <groupId>nuxeo-studio</groupId>
        <artifactId>CVS-caresource</artifactId>
        <version>0.0.1--master-SNAPSHOT</version>
        <versioning>
          <snapshotVersions>
            <snapshotVersion>
              <value>0.0.1--master-20160701.111946-1</value>
          (...)
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 0 minutes
                  0m
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 hours, 10 minutes
                  2h 10m