Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridefalse
Short DescriptionCheck if there are newer versions of the specified apps.
Doctypetopichide
NameCheck Artifact Server for new Versions
Short Name
Parent
Parent Property
property-nameName
hide
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
propertyAudience
empty-as-nonetrue

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
propertyCategories

Tags
Tag List
propertyTags

Flagshide
Iteration

Iteration
valuefinished

hide
Type
Name List
doctypetopic-type
render-no-hits-as-blanktrue
propertyType

Level of Experience
Name List
doctypeexperience-level
render-no-hits-as-blanktrue
propertyLevel of Experience

Expected Duration
Sponsors
Name List
doctypestakeholder
render-no-hits-as-blanktrue
propertySponsors

Sort KeyBASIC-0030CONFIG-0010-0020
hide
Section
titleDescription


...

Section
titlePOM 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.

Code Block Placeholder
code-themeMidnight
code-languagePlain Text
> mvn apptools:check-latest -Preleases
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[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] ------------------------------------------------------------------------

...