Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vra-ng:pull command faillure when import/export tags contains underscore #148

Closed
htourneu opened this issue Jul 12, 2023 · 1 comment
Closed
Assignees
Labels
artifact-manager bug Something isn't working java Pull requests that update Java code

Comments

@htourneu
Copy link

htourneu commented Jul 12, 2023

Description

Running the maven vra-ng:pull command fails when export/import tags on cloud accounts contain underscore

Steps to Reproduce

  1. Have a content.yaml use export/import tags that contain underscore symbol
  2. Run the command: mvn clean package vra-ng:pull -POurProfile -Dlicense.skip -Dlicense.skipAddThirdParty=true -e -X
  3. Watch the error as per failure log below

Preconditions: Have underscores in export/import tags

Expected behavior: pull to be succesful

Actual behavior: command fails as per below

Reproduces how often: 100%

Component/s: maven/plugins/vra-ng

Affects Build/s: 2.32.0, also tested 2.34.0

Environment

Client

  • Build Tools for VMware Aria Version: 2.32.0
  • Visual Studio Code Version: 1.70
  • OS Version: W10

Server

  • vRealize Automation Version: 8.11.1
  • vRealize Orchestrator Version: 8.11.1
  • vRealize Operations Version: n/a
  • vRealize Log Insight Version: n/a

Failure Logs

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\maven\apache-maven-3.6.3
Java version: 1.8.0_281, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_281\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[...]
[INFO] --- license-maven-plugin:2.0.0:add-third-party (manage-licenses) @ automation ---
[DEBUG] Configuring mojo org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party from plugin realm ClassRealm[plugin>org.codehaus.mojo:license-maven-plugin:2.0.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party' with basic configurator -->
[DEBUG]   (f) acceptPomPackaging = false
[DEBUG]   (f) bundleThirdPartyPath = META-INF/automation-THIRD-PARTY.txt
[DEBUG]   (f) dependencies = []
[DEBUG]   (f) deployMissingFile = true
[DEBUG]   (s) encoding = UTF-8
[DEBUG]   (f) excludeTransitiveDependencies = true
[DEBUG]   (f) excludedArtifacts = maven-surefire-plugin
[DEBUG]   (f) excludedLicenses = org.codehaus.mojo.license.AbstractAddThirdPartyMojo$ExcludedLicenses@4dadd690
[DEBUG]   (f) excludedScopes = test
[DEBUG]   (f) failIfWarning = false
[DEBUG]   (f) failOnBlacklist = false
[DEBUG]   (f) failOnMissing = false
[DEBUG]   (f) fileTemplate = /org/codehaus/mojo/license/third-party-file.ftl
[DEBUG]   (f) force = false
[DEBUG]   (f) generateBundle = false
[DEBUG]   (f) includeOptional = true
[DEBUG]   (f) includeTransitiveDependencies = true
[DEBUG]   (f) includedLicenses = org.codehaus.mojo.license.AbstractAddThirdPartyMojo$IncludedLicenses@3281dfc2
[DEBUG]   (f) localRepository =       id: local
      url: file:///C:/Users/username/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) missingFile = C:\Users\username\projects\winvra\automation\src\license\THIRD-PARTY.properties
[DEBUG]   (f) outputDirectory = C:\Users\username\projects\winvra\automation\target\generated-sources\license
[DEBUG]   (f) project = MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@25673087
[DEBUG]   (f) skipAddThirdParty = true
[DEBUG]   (f) sortArtifactByName = false
[DEBUG]   (f) thirdPartyFilename = THIRD-PARTY
[DEBUG]   (f) useMissingFile = true
[DEBUG]   (f) useRepositoryMissingFiles = true
[DEBUG] -- end configuration --
[INFO] skip flag is on, will skip goal.
[INFO] 
[INFO] --- vra-ng-package-maven-plugin:2.32.0:package (default-package) @ automation ---
[DEBUG] Configuring mojo com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:package from plugin realm ClassRealm[extension>com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:package' with basic configurator -->
[DEBUG]   (f) directory = C:\Users\username\projects\winvra\automation\target
[DEBUG]   (f) project = MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml
[DEBUG] -- end configuration --
[INFO] basedir C:\Users\username\projects\winvra\automation
[INFO] Target vRA NG package file C:\Users\username\projects\winvra\automation\target\com.company.vrbt.winvra.automation-1.0.0-SNAPSHOT.vra-ng
[INFO] Packaging vRA NG bundle from: C:\Users\username\projects\winvra\automation\src\main\resources
[DEBUG] Adding to package: content.yaml
[DEBUG] Writing file C:\Users\username\projects\winvra\automation\content.yaml to Zip path ./content.yaml
[INFO] 
[INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ automation ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=8032300, ConflictMarker.markTime=272900, ConflictMarker.nodeCount=249, ConflictIdSorter.graphTime=132200, ConflictIdSorter.topsortTime=41700, ConflictIdSorter.conflictIdCount=52, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3729100, ConflictResolver.conflictItemCount=126, DefaultDependencyCollector.collectTime=892978200, DefaultDependencyCollector.transformTime=12863300}
[DEBUG] org.apache.maven.plugins:maven-assembly-plugin:jar:2.6
[DEBUG]    com.vmware.pscoe.maven:iac-assembly:jar:2.32.0:runtime
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG]       org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG]          org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG]          org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.4:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.22:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:3.0.1:compile
[DEBUG]       org.iq80.snappy:snappy:jar:0.3:compile
[DEBUG]    org.apache.maven.shared:file-management:jar:1.1:compile
[DEBUG]    org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG]    commons-io:commons-io:jar:2.2:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.3:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:0.6:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-io:jar:2.6:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.21:compile
[DEBUG]    org.apache.maven.shared:maven-repository-builder:jar:1.0:compile
[DEBUG]       commons-codec:commons-codec:jar:1.6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-assembly-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-assembly-plugin:2.6
[DEBUG]   Imported:  < project>com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-assembly-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-assembly-plugin:jar:2.6
[DEBUG]   Included: com.vmware.pscoe.maven:iac-assembly:jar:2.32.0
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.22
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:3.0.1
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.3
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:1.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG]   Included: commons-io:commons-io:jar:2.2
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.3
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.6
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.6
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.21
[DEBUG]   Included: org.apache.maven.shared:maven-repository-builder:jar:1.0
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-assembly-plugin:2.6:single from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-assembly-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-assembly-plugin:2.6:single' with basic configurator -->
[DEBUG]   (s) appendAssemblyId = true
[DEBUG]   (f) attach = true
[DEBUG]   (s) basedir = C:\Users\username\projects\winvra\automation
[DEBUG]   (s) descriptorRefs = [iac-assembly]
[DEBUG]   (f) dryRun = false
[DEBUG]   (s) finalName = com.company.vrbt.winvra.automation-1.0.0-SNAPSHOT-local
[DEBUG]   (f) ignoreDirFormatExtensions = true
[DEBUG]   (s) ignoreMissingDescriptor = false
[DEBUG]   (f) ignorePermissions = false
[DEBUG]   (f) includeProjectBuildFilters = true
[DEBUG]   (s) includeSite = false
[DEBUG]   (s) localRepository =       id: local
      url: file:///C:/Users/username/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@25673087
[DEBUG]   (s) outputDirectory = C:\Users\username\projects\winvra\automation\target
[DEBUG]   (f) project = MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml
[DEBUG]   (s) reactorProjects = [MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml]
[DEBUG]   (f) recompressZippedFiles = true
[DEBUG]   (f) remoteRepositories = [      id: nexus
      url: https://nexus.company.com/repository/dev/
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
,       id: central
      url: https://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) runOnlyAtExecutionRoot = false
[DEBUG]   (s) siteDirectory = C:\Users\username\projects\winvra\automation\target\site
[DEBUG]   (f) skipAssembly = true
[DEBUG]   (s) tarLongFileMode = warn
[DEBUG]   (s) tempRoot = C:\Users\username\projects\winvra\automation\target\archive-tmp
[DEBUG]   (f) updateOnly = false
[DEBUG]   (f) useJvmChmod = false
[DEBUG]   (s) workDirectory = C:\Users\username\projects\winvra\automation\target\assembly\work
[DEBUG] -- end configuration --
[INFO] Assemblies have been skipped per configuration of the skipAssembly parameter.
[INFO] 
[INFO] --- gmavenplus-plugin:1.13.0:execute (calculate-checksums) @ automation ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=107600, ConflictMarker.markTime=55700, ConflictMarker.nodeCount=107, ConflictIdSorter.graphTime=36100, ConflictIdSorter.topsortTime=27000, ConflictIdSorter.conflictIdCount=44, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=400600, ConflictResolver.conflictItemCount=104, DefaultDependencyCollector.collectTime=74286200, DefaultDependencyCollector.transformTime=653200}
[DEBUG] org.codehaus.gmavenplus:gmavenplus-plugin:jar:1.13.0
[DEBUG]    org.codehaus.groovy:groovy:jar:3.0.9:runtime
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven.shared:file-management:jar:3.0.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:3.3.0:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:3.6.0:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.0.1:compile
[DEBUG]          org.apache.commons:commons-compress:jar:1.16.1:compile
[DEBUG]             org.objenesis:objenesis:jar:2.6:compile
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG]    org.fusesource.jansi:jansi:jar:2.1.0:runtime
[DEBUG]    jline:jline:jar:2.14.6:runtime
[DEBUG]    org.apache.ant:ant:jar:1.10.11:runtime
[DEBUG]       org.apache.ant:ant-launcher:jar:1.10.11:runtime
[DEBUG]       com.sun:tools:jar:1.8.0:system
[DEBUG]    org.apache.ivy:ivy:jar:2.5.0:runtime
[DEBUG] Created new class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0
[DEBUG]   Imported:  < project>com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0
[DEBUG]   Included: org.codehaus.gmavenplus:gmavenplus-plugin:jar:1.13.0
[DEBUG]   Included: org.codehaus.groovy:groovy:jar:3.0.9
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.3.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:3.6.0
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.0.1
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.16.1
[DEBUG]   Included: org.objenesis:objenesis:jar:2.6
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: jline:jline:jar:2.14.6
[DEBUG]   Included: org.apache.ant:ant:jar:1.10.11
[DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.10.11
[DEBUG]   Included: com.sun:tools:jar:1.8.0
[DEBUG]   Included: org.apache.ivy:ivy:jar:2.5.0
[DEBUG] Configuring mojo org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0:execute from plugin realm ClassRealm[plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0:execute' with basic configurator -->
[DEBUG]   (f) allowSystemExits = true
[DEBUG]   (f) bindAllProjectProperties = false
[DEBUG]   (f) bindAllSessionUserProperties = false
[DEBUG]   (f) bindPropertiesToSeparateVariables = true
[DEBUG]   (f) bindSessionUserOverrideProperties = false
[DEBUG]   (f) continueExecuting = false
[DEBUG]   (f) includeClasspath = PROJECT_AND_PLUGIN
[DEBUG]   (f) mojoExecution = org.codehaus.gmavenplus:gmavenplus-plugin:1.13.0:execute {execution: calculate-checksums}
[DEBUG]   (f) pluginArtifacts = [org.codehaus.gmavenplus:gmavenplus-plugin:maven-plugin:1.13.0:, org.codehaus.groovy:groovy:jar:3.0.9:runtime, org.apache.maven:maven-plugin-api:jar:3.0:compile, org.apache.maven:maven-artifact:jar:3.0:compile, org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile, org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile, org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile, org.apache.maven:maven-model:jar:3.0:compile, org.codehaus.plexus:plexus-utils:jar:2.0.4:compile, org.apache.maven:maven-core:jar:3.0:compile, org.apache.maven:maven-settings:jar:3.0:compile, org.apache.maven:maven-settings-builder:jar:3.0:compile, org.apache.maven:maven-repository-metadata:jar:3.0:compile, org.apache.maven:maven-model-builder:jar:3.0:compile, org.apache.maven:maven-aether-provider:jar:3.0:runtime, org.sonatype.aether:aether-impl:jar:1.7:compile, org.sonatype.aether:aether-spi:jar:1.7:compile, org.sonatype.aether:aether-api:jar:1.7:compile, org.sonatype.aether:aether-util:jar:1.7:compile, org.codehaus.plexus:plexus-interpolation:jar:1.14:compile, org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile, org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:file-management:jar:3.0.0:compile, org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile, org.apache.maven:maven-compat:jar:3.0:compile, org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile, org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile, com.google.code.findbugs:jsr305:jar:2.0.1:compile, org.apache.maven:maven-archiver:jar:3.3.0:compile, commons-io:commons-io:jar:2.5:compile, org.codehaus.plexus:plexus-archiver:jar:3.6.0:compile, org.codehaus.plexus:plexus-io:jar:3.0.1:compile, org.apache.commons:commons-compress:jar:1.16.1:compile, org.objenesis:objenesis:jar:2.6:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.8:runtime, org.fusesource.jansi:jansi:jar:2.1.0:runtime, jline:jline:jar:2.14.6:runtime, org.apache.ant:ant:jar:1.10.11:runtime, org.apache.ant:ant-launcher:jar:1.10.11:runtime, com.sun:tools:jar:1.8.0:system, org.apache.ivy:ivy:jar:2.5.0:runtime]
[DEBUG]   (f) project = MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml
[DEBUG]   (f) scripts = [import java.io.File;
import java.util.regex.Pattern;
import java.security.MessageDigest;

def shaSum(final file) {
   MessageDigest digest = MessageDigest.getInstance("SHA1")
   file.withInputStream(){is->
   byte[] buffer = new byte[8192]
   int read = 0
      while( (read = is.read(buffer)) > 0) {
             digest.update(buffer, 0, read);
         }
     }
   byte[] md5sum = digest.digest()
   BigInteger bigInt = new BigInteger(1, md5sum)
   bigInt.toString(16).padLeft(40, '0')
}

def checksumFiles(inDir, glob, excludes, appendTo) {
    // find all files in target directory:
    if (excludes && excludes.size() > 0) {
        excludes = excludes.collect { !"".equals(it) ? Pattern.compile(it) : null }; // convert to regex pattern
    }

    def appendToFile = new File(appendTo);
    def parentDir = appendToFile.getParentFile();

    if (!parentDir.exists()) {
        parentDir.mkdirs();
    }

    File targetDir = new File(inDir);
    if (!targetDir.isDirectory()) {
        return -1;
    }

    def patternRegex = glob.replace('*', ".*").replace('?', '.') + '$';
    appendToFile.withWriter('utf-8') {
        writer -> {
            targetDir.traverse(type: groovy.io.FileType.FILES, nameFilter: ~/${patternRegex}/) { it ->
                def excluded = false;
                for (Pattern exclude: excludes) {
                    if (exclude != null && exclude.matcher(it.getAbsolutePath().trim()).find()) {
                        excluded = true;
                        break;
                    }
                }

                if (!excluded) {
                    def shasum = shaSum(it);
                    def relative = targetDir.toURI().relativize(it.toURI()).getPath();
                    def text = shasum + " " + relative + "\n";
                    writer.write (text)
                }
            }
        }
    }
}

def runChecksumFor(definition) {
    def enabled = project.properties["checksum." + definition + "Enabled"];
    if (enabled == "true" || enabled == "1") {
        def findFilesIn = project.properties["checksum."+ definition + "Dir"] ?: "src";
        def globFilter = project.properties["checksum."+ definition + "Glob"] ?: "*";

        // split by ',' to get filtered strings
        def excludeStrings = (project.properties["checksum."+ definition + "Excludes"] ?: "").split(',');

        checksumFiles(findFilesIn, globFilter, excludeStrings, "target/"+ definition + ".sha1");
    }
}

def checksumDefs = project.properties["checksum.definitions"] ?: "";
for (String definition : checksumDefs.split(',')) {
    runChecksumFor(definition);
}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@25673087
[DEBUG]   (f) skipScriptExecution = false
[DEBUG] -- end configuration --
[INFO] Using plugin classloader, includes GMavenPlus and project classpath.
[DEBUG] Plugin classpath:
C:\Users\username\.m2\repository\org\codehaus\gmavenplus\gmavenplus-plugin\1.13.0\gmavenplus-plugin-1.13.0.jar, C:\Users\username\.m2\repository\org\codehaus\groovy\groovy\3.0.9\groovy-3.0.9.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-plugin-api\3.0\maven-plugin-api-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-artifact\3.0\maven-artifact-3.0.jar, C:\Users\username\.m2\repository\org\sonatype\sisu\sisu-inject-plexus\1.4.2\sisu-inject-plexus-1.4.2.jar, C:\Users\username\.m2\repository\org\sonatype\sisu\sisu-inject-bean\1.4.2\sisu-inject-bean-1.4.2.jar, C:\Users\username\.m2\repository\org\sonatype\sisu\sisu-guice\2.1.7\sisu-guice-2.1.7-noaop.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-model\3.0\maven-model-3.0.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-utils\2.0.4\plexus-utils-2.0.4.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-core\3.0\maven-core-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-settings\3.0\maven-settings-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-settings-builder\3.0\maven-settings-builder-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-repository-metadata\3.0\maven-repository-metadata-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-model-builder\3.0\maven-model-builder-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-aether-provider\3.0\maven-aether-provider-3.0.jar, C:\Users\username\.m2\repository\org\sonatype\aether\aether-impl\1.7\aether-impl-1.7.jar, C:\Users\username\.m2\repository\org\sonatype\aether\aether-spi\1.7\aether-spi-1.7.jar, C:\Users\username\.m2\repository\org\sonatype\aether\aether-api\1.7\aether-api-1.7.jar, C:\Users\username\.m2\repository\org\sonatype\aether\aether-util\1.7\aether-util-1.7.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-interpolation\1.14\plexus-interpolation-1.14.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-classworlds\2.2.3\plexus-classworlds-2.2.3.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-component-annotations\1.5.5\plexus-component-annotations-1.5.5.jar, C:\Users\username\.m2\repository\org\sonatype\plexus\plexus-sec-dispatcher\1.3\plexus-sec-dispatcher-1.3.jar, C:\Users\username\.m2\repository\org\sonatype\plexus\plexus-cipher\1.4\plexus-cipher-1.4.jar, C:\Users\username\.m2\repository\org\apache\maven\shared\file-management\3.0.0\file-management-3.0.0.jar, C:\Users\username\.m2\repository\org\apache\maven\shared\maven-shared-io\3.0.0\maven-shared-io-3.0.0.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-compat\3.0\maven-compat-3.0.jar, C:\Users\username\.m2\repository\org\apache\maven\wagon\wagon-provider-api\2.10\wagon-provider-api-2.10.jar, C:\Users\username\.m2\repository\org\apache\maven\shared\maven-shared-utils\3.0.0\maven-shared-utils-3.0.0.jar, C:\Users\username\.m2\repository\com\google\code\findbugs\jsr305\2.0.1\jsr305-2.0.1.jar, C:\Users\username\.m2\repository\org\apache\maven\maven-archiver\3.3.0\maven-archiver-3.3.0.jar, C:\Users\username\.m2\repository\commons-io\commons-io\2.5\commons-io-2.5.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-archiver\3.6.0\plexus-archiver-3.6.0.jar, C:\Users\username\.m2\repository\org\codehaus\plexus\plexus-io\3.0.1\plexus-io-3.0.1.jar, C:\Users\username\.m2\repository\org\apache\commons\commons-compress\1.16.1\commons-compress-1.16.1.jar, C:\Users\username\.m2\repository\org\objenesis\objenesis\2.6\objenesis-2.6.jar, C:\Users\username\.m2\repository\org\iq80\snappy\snappy\0.4\snappy-0.4.jar, C:\Users\username\.m2\repository\org\tukaani\xz\1.8\xz-1.8.jar, C:\Users\username\.m2\repository\org\fusesource\jansi\jansi\2.1.0\jansi-2.1.0.jar, C:\Users\username\.m2\repository\jline\jline\2.14.6\jline-2.14.6.jar, C:\Users\username\.m2\repository\org\apache\ant\ant\1.10.11\ant-1.10.11.jar, C:\Users\username\.m2\repository\org\apache\ant\ant-launcher\1.10.11\ant-launcher-1.10.11.jar, C:\Program Files\Java\jdk1.8.0_281\jre\..\lib\tools.jar, C:\Users\username\.m2\repository\org\apache\ivy\ivy\2.5.0\ivy-2.5.0.jar
[INFO] Using Groovy 3.0.9 to perform execute.
[DEBUG] Project test classpath:
[C:\Users\username\projects\winvra\automation\target\test-classes, C:\Users\username\projects\winvra\automation\target\classes]
[DEBUG] groovy.ant.AntBuilder not available, trying groovy.util.AntBuilder.
[WARNING] Unable to initialize 'ant' with a new AntBuilder object. Is Groovy a dependency?  If you are using Groovy >= 2.3.0-rc-1, remember to include groovy-ant as a dependency.
[INFO] 
[INFO] --- vra-ng-package-maven-plugin:2.32.0:pull (default-cli) @ automation ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=94000, ConflictMarker.markTime=50300, ConflictMarker.nodeCount=95, ConflictIdSorter.graphTime=87000, ConflictIdSorter.topsortTime=33100, ConflictIdSorter.conflictIdCount=54, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=663200, ConflictResolver.conflictItemCount=90, DefaultDependencyCollector.collectTime=4904700, DefaultDependencyCollector.transformTime=982400}
[DEBUG] com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:jar:2.32.0
[DEBUG]    com.vmware.pscoe.iac:artifact-manager:jar:2.32.0:compile
[DEBUG]       org.springframework:spring-web:jar:4.3.25.RELEASE:compile
[DEBUG]          org.springframework:spring-aop:jar:4.3.25.RELEASE:compile
[DEBUG]          org.springframework:spring-beans:jar:4.3.25.RELEASE:compile
[DEBUG]          org.springframework:spring-context:jar:4.3.25.RELEASE:compile
[DEBUG]             org.springframework:spring-expression:jar:4.3.25.RELEASE:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[DEBUG]          commons-logging:commons-logging:jar:1.2:compile
[DEBUG]          commons-codec:commons-codec:jar:1.11:compile
[DEBUG]       com.jayway.jsonpath:json-path:jar:2.4.0:compile
[DEBUG]       com.google.code.gson:gson:jar:2.8.9:compile
[DEBUG]       com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.7:compile
[DEBUG]          org.yaml:snakeyaml:jar:1.27:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile
[DEBUG]       org.apache.commons:commons-lang3:jar:3.9:compile
[DEBUG]       org.apache.commons:commons-text:jar:1.10.0:compile
[DEBUG]       org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       net.minidev:json-smart:jar:2.4.10:compile
[DEBUG]          net.minidev:accessors-smart:jar:2.4.9:compile
[DEBUG]             org.ow2.asm:asm:jar:9.3:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.12:compile
[DEBUG]       org.springframework:spring-core:jar:5.2.24.RELEASE:compile
[DEBUG]          org.springframework:spring-jcl:jar:5.2.24.RELEASE:compile
[DEBUG]       commons-io:commons-io:jar:2.7:compile
[DEBUG]       com.jcraft:jsch:jar:0.1.55:compile
[DEBUG]    com.vmware.pscoe.maven.plugins:common:jar:2.32.0:compile
[DEBUG]       com.google.guava:guava:jar:31.1-jre:compile
[DEBUG]          com.google.guava:failureaccess:jar:1.0.1:compile
[DEBUG]          com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]          org.checkerframework:checker-qual:jar:3.12.0:compile
[DEBUG]          com.google.errorprone:error_prone_annotations:jar:2.11.0:compile
[DEBUG]          com.google.j2objc:j2objc-annotations:jar:1.3:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.15:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.logging.log4j:log4j-core:jar:2.17.1:compile
[DEBUG]       org.apache.logging.log4j:log4j-api:jar:2.17.1:compile
[DEBUG] Created new class realm plugin>com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0
[DEBUG] Importing foreign packages into class realm plugin>com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0
[DEBUG]   Imported:  < project>com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0
[DEBUG]   Included: com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:jar:2.32.0
[DEBUG]   Included: com.vmware.pscoe.iac:artifact-manager:jar:2.32.0
[DEBUG]   Included: org.springframework:spring-web:jar:4.3.25.RELEASE
[DEBUG]   Included: org.springframework:spring-aop:jar:4.3.25.RELEASE
[DEBUG]   Included: org.springframework:spring-beans:jar:4.3.25.RELEASE
[DEBUG]   Included: org.springframework:spring-context:jar:4.3.25.RELEASE
[DEBUG]   Included: org.springframework:spring-expression:jar:4.3.25.RELEASE
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.5.13
[DEBUG]   Included: commons-logging:commons-logging:jar:1.2
[DEBUG]   Included: commons-codec:commons-codec:jar:1.11
[DEBUG]   Included: com.jayway.jsonpath:json-path:jar:2.4.0
[DEBUG]   Included: com.google.code.gson:gson:jar:2.8.9
[DEBUG]   Included: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.7
[DEBUG]   Included: org.yaml:snakeyaml:jar:1.27
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.12.7
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.9
[DEBUG]   Included: org.apache.commons:commons-text:jar:1.10.0
[DEBUG]   Included: org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1
[DEBUG]   Included: net.minidev:json-smart:jar:2.4.10
[DEBUG]   Included: net.minidev:accessors-smart:jar:2.4.9
[DEBUG]   Included: org.ow2.asm:asm:jar:9.3
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.4.12
[DEBUG]   Included: org.springframework:spring-core:jar:5.2.24.RELEASE
[DEBUG]   Included: org.springframework:spring-jcl:jar:5.2.24.RELEASE
[DEBUG]   Included: commons-io:commons-io:jar:2.7
[DEBUG]   Included: com.jcraft:jsch:jar:0.1.55
[DEBUG]   Included: com.vmware.pscoe.maven.plugins:common:jar:2.32.0
[DEBUG]   Included: com.google.guava:guava:jar:31.1-jre
[DEBUG]   Included: com.google.guava:failureaccess:jar:1.0.1
[DEBUG]   Included: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-qual:jar:3.12.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.11.0
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.3
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.15
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.apache.logging.log4j:log4j-core:jar:2.17.1
[DEBUG]   Included: org.apache.logging.log4j:log4j-api:jar:2.17.1
[DEBUG] Configuring mojo com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull from plugin realm ClassRealm[plugin>com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull' with basic configurator -->
[DEBUG]   (f) dryrun = false
[DEBUG]   (f) ignoreSslCertificate = true
[DEBUG]   (f) ignoreSslHostname = true
[DEBUG]   (f) keystoreCert = C:\.keystore\cert.pem
[DEBUG]   (f) keystorePassword = [snip]
[DEBUG]   (f) privateKeyPem = C:\.keystore\private_key.pem
[DEBUG]   (f) project = MavenProject: com.company.vrbt.winvra:automation:1.0.0-SNAPSHOT @ C:\Users\username\projects\winvra\automation\pom.xml
[DEBUG]   (f) ssh = {}
[DEBUG]   (f) vcd = {}
[DEBUG]   (f) vra = {}
[DEBUG]   (f) vrang = {bp.release=null, cloud.proxy.name=null, csp.host=null, data.collection.delay.seconds=null, host=platformselfservice.company.com, import.timeout=null, org.id=null, org.name=bevril10, password=null, port=443, project.id=null, project.name=PSO - Compute MSFT, proxy=null, refresh.token=null, serverId=pusername, username=null, vro.integration=null}
[DEBUG]   (f) vrli = {}
[DEBUG]   (f) vro = {}
[DEBUG]   (f) vrops = {}
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@60a99f3d
[DEBUG] -- end configuration --
[INFO] Reading config for type : VRANG
[INFO] Searching for Package Store for type VRANG
[INFO] Detected ConfigurationVraNg
[WARNING] SSL: You are now ignoring certificate verification.
[WARNING] SSL: You are now ignoring hostname verification.
[INFO] Request URL: https://platformselfservice.company.com/vco/api/about
[INFO] Acquiring refresh token with credentials
[INFO] Auth URL: https://platformselfservice.company.com:443/csp/gateway/am/api/login?access_token
[DEBUG] Detected domain 'company.corp'
[DEBUG] Evaluating path: $['refresh_token']
[INFO] Token URI: https://platformselfservice.company.com:443/csp/gateway/am/api/auth/api-tokens/authorize
[DEBUG] Evaluating path: $['expires_in']
[DEBUG] Evaluating path: $['access_token']
[DEBUG] Evaluating path: $['token_type']
[DEBUG] Evaluating path: $['version']
[DEBUG] Product version: 8.11.1.21287061
[DEBUG] Targeted version: 8.12.0.21583018
[DEBUG] Is greater: false
[INFO] Creating configuration for VRA NG
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.640 s
[INFO] Finished at: 2023-07-12T10:28:41+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull (default-cli) on project automation: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull failed: Unable to load vRA Package Descriptor[C:\Users\username\projects\winvra\automation\content.yaml]: while parsing a block mapping
[ERROR]  in 'reader', line 25, column 1:
[ERROR]     blueprint: 
[ERROR]     ^
[ERROR] expected <block end>, but found '<block sequence start>'
[ERROR]  in 'reader', line 37, column 3:
[ERROR]       - Windows 10
[ERROR]       ^
[ERROR] 
[ERROR]  at [Source: (File); line: 36, column: 18]
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull (default-cli) on project automation: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull failed: Unable to load vRA Package Descriptor[C:\Users\username\projects\winvra\automation\content.yaml]
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.32.0:pull failed: Unable to load vRA Package Descriptor[C:\Users\username\projects\winvra\automation\content.yaml]
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.RuntimeException: Unable to load vRA Package Descriptor[C:\Users\username\projects\winvra\automation\content.yaml]
    at com.vmware.pscoe.iac.artifact.model.vrang.VraNgPackageDescriptor.getInstance (VraNgPackageDescriptor.java:205)
    at com.vmware.pscoe.iac.artifact.VraNgPackageStore.exportPackage (VraNgPackageStore.java:230)
    at com.vmware.pscoe.maven.plugins.PullMojo.execute (PullMojo.java:60)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException: while parsing a block mapping
 in 'reader', line 25, column 1:
    blueprint: 
    ^
expected <block end>, but found '<block sequence start>'
 in 'reader', line 37, column 3:
      - Windows 10
      ^

 at [Source: (File); line: 36, column: 18]
    at com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException.from (MarkedYAMLException.java:28)
    at com.fasterxml.jackson.dataformat.yaml.YAMLParser.nextToken (YAMLParser.java:407)
    at com.fasterxml.jackson.core.JsonParser.nextFieldName (JsonParser.java:986)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize (BeanDeserializer.java:332)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize (BeanDeserializer.java:188)
    at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue (DefaultDeserializationContext.java:322)
    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4593)
    at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3413)
    at com.vmware.pscoe.iac.artifact.model.vrang.VraNgPackageDescriptor.getInstance (VraNgPackageDescriptor.java:200)
    at com.vmware.pscoe.iac.artifact.VraNgPackageStore.exportPackage (VraNgPackageStore.java:230)
    at com.vmware.pscoe.maven.plugins.PullMojo.execute (PullMojo.java:60)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
 in 'reader', line 25, column 1:
    blueprint: 
    ^
expected <block end>, but found '<block sequence start>'
 in 'reader', line 37, column 3:
      - Windows 10
      ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce (ParserImpl.java:570)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent (ParserImpl.java:158)
    at org.yaml.snakeyaml.parser.ParserImpl.getEvent (ParserImpl.java:168)
    at com.fasterxml.jackson.dataformat.yaml.YAMLParser.nextToken (YAMLParser.java:403)
    at com.fasterxml.jackson.core.JsonParser.nextFieldName (JsonParser.java:986)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize (BeanDeserializer.java:332)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize (BeanDeserializer.java:188)
    at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue (DefaultDeserializationContext.java:322)
    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4593)
    at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3413)
    at com.vmware.pscoe.iac.artifact.model.vrang.VraNgPackageDescriptor.getInstance (VraNgPackageDescriptor.java:200)
    at com.vmware.pscoe.iac.artifact.VraNgPackageStore.exportPackage (VraNgPackageStore.java:230)
    at com.vmware.pscoe.maven.plugins.PullMojo.execute (PullMojo.java:60)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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/PluginExecutionException
@htourneu
Copy link
Author

When running 2.34.0 iso 2.32.0:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.616 s
[INFO] Finished at: 2023-07-12T10:53:58+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.34.0:pull (default-cli) on project automation: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.34.0:pull failed: 'posix:permissions' not supported as initial attribute -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.34.0:pull (default-cli) on project automation: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.34.0:pull failed: 'posix:permissions' not supported as initial attribute
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vra-ng-package-maven-plugin:2.34.0:pull failed: 'posix:permissions' not supported as initial attribute
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute
    at sun.nio.fs.WindowsSecurityDescriptor.fromAttribute (WindowsSecurityDescriptor.java:358)
    at sun.nio.fs.WindowsFileSystemProvider.createDirectory (WindowsFileSystemProvider.java:492)
    at java.nio.file.Files.createDirectory (Files.java:674)
    at java.nio.file.TempFileHelper.create (TempFileHelper.java:136)
    at java.nio.file.TempFileHelper.createTempDirectory (TempFileHelper.java:173)
    at java.nio.file.Files.createTempDirectory (Files.java:950)
    at com.google.common.io.TempFileCreator$JavaNioCreator.createTempDir (TempFileCreator.java:102)
    at com.google.common.io.Files.createTempDir (Files.java:439)
    at com.vmware.pscoe.maven.plugins.PullMojo.execute (PullMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[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/PluginExecutionException

@Michaelpalacce Michaelpalacce linked a pull request Jul 14, 2023 that will close this issue
12 tasks
@Michaelpalacce Michaelpalacce added bug Something isn't working java Pull requests that update Java code artifact-manager labels Jul 14, 2023
@iludart iludart self-assigned this Jul 20, 2023
@iludart iludart mentioned this issue Jul 25, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
artifact-manager bug Something isn't working java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

3 participants