atlas-version

This page describes the shell script atlas-version, part of the Atlassian Plugin SDK.

Basic usage

atlas-version - Displays version and runtime information for the Atlassian Plugin SDK. (Runs mvn --version.)

Parameters

None.

Examples

To see the version and runtime information for your installed version of the Atlassian Plugin SDK, run the following shell script:

1
2
atlas-version

Results:

1
2
ATLAS Version:    3.0-m8
ATLAS Home:       C:\Atlassian\atlassian-plugin-sdk-3.0-m8
ATLAS Scripts:    C:\Atlassian\atlassian-plugin-sdk-3.0-m8\bin
ATLAS Maven Home: C:\Atlassian\atlassian-plugin-sdk-3.0-m8\apache-mav
--------
Executing: C:\Atlassian\atlassian-plugin-sdk-3.0-m8\apache-maven\bin\
Apache Maven 2.1.0 (r755702; 2009-03-19 06:10:27+1100)
Java version: 1.6.0_04
Java home: C:\Sun\SDK\jdk\jre
Default locale: en_AU, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

Rate this page: