Page tree

 

Check if there are newer versions of the specified apps.

Prerequisites

We assume in this tutorial that the POM project is configured as described in Use in POM Project. This implies that the apps are configured as artifacts and there are configurations to select sets of apps and choose from configured deployment environments (Confluence servers).

POM Project

In a POM project use this goal to list the difference of the configured apps and the apps that are actually available on the artifact server.

The following shows on the left the version of the local app and on the right the latest version found for this app on the artifact server. If the version is the latest, only the message "IS LATEST!" is shown.

> mvn apptools:check-latest -Preleases
[INFO] Scanning for projects...
...
[INFO] ------------------------------------------------------------------------
[INFO] Building Deploy all projectdoc artifacts 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- apptools-maven-plugin:0.8.0-SNAPSHOT:check-latest (default-cli) @ deploy-all ---
[INFO]
                     smartics-projectdoc-confluence  2.6.0                ->                2.6.1
         smartics-projectdoc-bookmarklets-extension  2.1.0                ->           IS LATEST!
                smartics-projectdoc-graph-extension  1.0.0.b3             ->           IS LATEST!
              smartics-projectdoc-infosys-extension  1.4.1                ->           IS LATEST!
                smartics-projectdoc-maven-extension  4.0.1                ->           IS LATEST!
               smartics-projectdoc-webapi-extension  3.2.0                ->           IS LATEST!
          smartics-projectdoc-confluence-space-core  11.1.3               ->           IS LATEST!
 smartics-projectdoc-confluence-space-agileplanning  9.0.1                ->           IS LATEST!
                         smartics-doctype-addon-app  1.0.0-SNAPSHOT       ->           IS LATEST!
                        smartics-doctype-addon-cfrs  1.0.0-SNAPSHOT       ->           IS LATEST!
      smartics-projectdoc-confluence-space-devdiary  8.0.0                ->           IS LATEST!
                      smartics-doctype-addon-impact  1.0.0-SNAPSHOT       ->           IS LATEST!
                        smartics-doctype-addon-lean  1.0.0-SNAPSHOT       ->           IS LATEST!
                        smartics-doctype-addon-okrs  1.0.0-SNAPSHOT       ->           IS LATEST!
       smartics-projectdoc-confluence-space-prjmgmt  3.1.3                ->           IS LATEST!
      smartics-projectdoc-confluence-space-riskmgmt  1.0.0                ->           IS LATEST!
                    smartics-doctype-addon-services  1.0.0-SNAPSHOT       ->           IS LATEST!
                    smartics-doctype-addon-strategy  0.1.0-SNAPSHOT       ->           IS LATEST!
         smartics-projectdoc-confluence-space-swdev  9.0.2                ->           IS LATEST!
      smartics-projectdoc-confluence-space-teamwork  1.0.3                ->           IS LATEST!
                   smartics-doctype-addon-vmodellxt  1.0.3                ->           IS LATEST!
               smartics-projectdoc-confluence-arc42  7.0.3                ->           IS LATEST!
          smartics-projectdoc-confluence-space-java  4.0.1                ->           IS LATEST!
         smartics-projectdoc-confluence-space-maven  4.0.1                ->           IS LATEST!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------