versions

boxfuse:inventory

Lists all versions of a specific Component available in the CloudCaptain Inventory.

Usage: mvn boxfuse:inventory -Dcloudcaptain.shponent=component

> mvn boxfuse:inventory -Dcloudcaptain.shponent=tomcat

Available tomcat versions
-------------------------
8.0.9
8.0.8
7.0.55
7.0.53
7.0.47
7.0.42

Properties

Plugin Parameter Maven/System property Default Description
user boxfuse.user Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER environment variable or the Maven settings.xml
secret boxfuse.secret Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET environment variable or the Maven settings.xml
serverid boxfuse.serverid boxfuse The id of the server in the Maven settings.xml file to load the credentials from.

This is an alternative to passing the credentials in directly through properties.
component cloudcaptain.shponent The Component to get the versions for

Sample Configuration

<configuration>
    <user>1234567890abcdef1234567890abcdef12345678</user>
    <secret>ABCDEFGHIJKL1234567abcdefghijklmnopqrstu</secret>
    <component>tomcat</component>
</configuration>

Gradle