Skip to content

Commit

Permalink
(release) v2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WWCoE CI admin committed Mar 29, 2023
1 parent 535168e commit 8329ef6
Show file tree
Hide file tree
Showing 132 changed files with 4,915 additions and 2,345 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v2.31.0 - 29 Mar 2023

### Fixes
* [vrotest] IAC-742 / *.helper.[tj]s files will now be excluded from code coverage reports

Expand Down Expand Up @@ -1044,4 +1046,4 @@
* Cloud Client could not import bundles

## v1.0.0 - 02 Mar 2018
* Initial version
* Initial version
181 changes: 11 additions & 170 deletions docs/versions/latest/General/Cheatsheets/abx-plugin-arguments.md
Original file line number Diff line number Diff line change
@@ -1,170 +1,11 @@
Name: abx-package-maven-plugin
Description: Build Tools for VMware Aria provides development and release
management tools for implementing automation solutions based on the VMware
Aria Suite and VMware Cloud Director. The solution enables Virtual
Infrastructure Administrators and Automation Developers to use standard
DevOps practices for managing and deploying content.
Group Id: com.vmware.pscoe.maven.plugins
Artifact Id: abx-package-maven-plugin
Version: 2.29.3-SNAPSHOT
Goal Prefix: abx

This plugin has 3 goals:

abx:install-node-deps
Description: (no description available)
Implementation: com.vmware.pscoe.maven.plugins.InstallNodeDepsMojo
Language: java
Bound to phase: initialize

Available parameters:

connectionTimeout (Default: ${vrealize.connection.timeout})
User property: connectionTimeout
(no description available)

ignoreSslCertificate (Default: false)
Required: true
User property: ignoreSslCertificate
(no description available)

ignoreSslHostname (Default: false)
Required: true
User property: ignoreSslHostname
(no description available)

keystoreCert
User property: vroCertificatePem
(no description available)

keystorePassword
User property: vroKeyPass
(no description available)

privateKeyPem
User property: vroPrivateKeyPem
(no description available)

project (Default: ${project})
(no description available)

skipInstallNodeDeps (Default: false)
User property: skipInstallNodeDeps
(no description available)

socketTimeout (Default: ${vrealize.socket.timeout})
User property: socketTimeout
(no description available)

ssh (Default: ${ssh.*})
User property: ssh
(no description available)

vcd (Default: ${vcd.*})
User property: vcd
(no description available)

vra (Default: ${vra.*})
User property: vra
(no description available)

vrang (Default: ${vrang.*})
User property: vrang
(no description available)

vrli (Default: ${vrli.*})
User property: vrli
(no description available)

vro (Default: ${vro.*})
User property: vro
(no description available)

vrops (Default: ${vrops.*})
User property: vrops
(no description available)

abx:package
Description: (no description available)
Implementation: com.vmware.pscoe.maven.plugins.PackageMojo
Language: java
Bound to phase: package

Available parameters:

project (Default: ${project})
(no description available)

abx:pull
Description: (no description available)
Implementation: com.vmware.pscoe.maven.plugins.PullMojo
Language: java

Available parameters:

connectionTimeout (Default: ${vrealize.connection.timeout})
User property: connectionTimeout
(no description available)

dryrun (Default: false)
User property: dryrun
(no description available)

ignoreSslCertificate (Default: false)
Required: true
User property: ignoreSslCertificate
(no description available)

ignoreSslHostname (Default: false)
Required: true
User property: ignoreSslHostname
(no description available)

keystoreCert
User property: vroCertificatePem
(no description available)

keystorePassword
User property: vroKeyPass
(no description available)

privateKeyPem
User property: vroPrivateKeyPem
(no description available)

project (Default: ${project})
(no description available)

socketTimeout (Default: ${vrealize.socket.timeout})
User property: socketTimeout
(no description available)

ssh (Default: ${ssh.*})
User property: ssh
(no description available)

vcd (Default: ${vcd.*})
User property: vcd
(no description available)

vra (Default: ${vra.*})
User property: vra
(no description available)

vrang (Default: ${vrang.*})
User property: vrang
(no description available)

vrli (Default: ${vrli.*})
User property: vrli
(no description available)

vro (Default: ${vro.*})
User property: vro
(no description available)

vrops (Default: ${vrops.*})
User property: vrops
(no description available)


[ERROR]
[ERROR] groupId: 'com.vmware.pscoe.maven.plugins'
[ERROR] artifactId: 'abx-package-maven-plugin'
[ERROR] version: '2.30.1-SNAPSHOT': Plugin com.vmware.pscoe.maven.plugins:abx-package-maven-plugin:2.30.1-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact com.vmware.pscoe.maven.plugins:abx-package-maven-plugin:jar:2.30.1-SNAPSHOT
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Loading

0 comments on commit 8329ef6

Please sign in to comment.