aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
495 stars 182 forks source link

Cannot start a new release #221

Closed adolfobrunno closed 4 years ago

adolfobrunno commented 4 years ago

Please, help me. First of all, congrats by the excellent plugin. I'm unable to run the release-start command. Whenever I try, an error occurs related to a non-existent mx256m lifecycle.

The full stacktrace follows.

[ERROR] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.14.0:release-start (default-cli) on project portal-authenticator-api: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
[ERROR] Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec
[ERROR] Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre
[ERROR] Default locale: pt_BR, platform encoding: UTF-8
[ERROR] OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
[ERROR] [DEBUG] Created new class realm maven.api
[ERROR] [DEBUG] Importing foreign packages into class realm maven.api
[ERROR] [DEBUG]   Imported: javax.annotation.* < plexus.core
[ERROR] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
[ERROR] [DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[ERROR] [DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[ERROR] [DEBUG]   Imported: javax.inject.* < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.* < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.model < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.project < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[ERROR] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[ERROR] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[ERROR] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[ERROR] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[ERROR] [DEBUG]   Imported: org.slf4j.* < plexus.core
[ERROR] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
[ERROR] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[ERROR] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[ERROR] [DEBUG] Populating class realm maven.api
[ERROR] [INFO] Error stacktraces are turned on.
[ERROR] [DEBUG] Message scheme: color
[ERROR] [DEBUG] Message styles: debug info warning error success failure strong mojo project
[ERROR] [DEBUG] Reading global settings from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/settings.xml
[ERROR] [DEBUG] Reading user settings from /Users/adolfo/.m2/settings.xml
[ERROR] [DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/toolchains.xml
[ERROR] [DEBUG] Reading user toolchains from /Users/adolfo/.m2/toolchains.xml
[ERROR] [DEBUG] Using local repository at /Users/adolfo/.m2/repository
[ERROR] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/adolfo/.m2/repository
[ERROR] [INFO] Scanning for projects...
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-release (s3://audora-maven-repository/release).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-snapshot (s3://audora-maven-repository/snapshot).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (https://repo.maven.apache.org/maven2).
[ERROR] [DEBUG] Extension realms for project br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT: (none)
[ERROR] [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot-local).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-milestones (https://repo.spring.io/libs-milestone-local).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-releases (https://repo.spring.io/release).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (https://repository.apache.org/snapshots).
[ERROR] [DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[ERROR] [DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for ossrh-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[ERROR] [DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[ERROR] [DEBUG] === REACTOR BUILD PLAN ================================================
[ERROR] [DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[ERROR] [DEBUG] Tasks:   [org.codehaus.mojo:versions-maven-plugin:set]
[ERROR] [DEBUG] Style:   Aggregating
[ERROR] [DEBUG] -----------------------------------------------------------------------
[ERROR] [DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[ERROR] [DEBUG] Tasks:   [mx256m]
[ERROR] [DEBUG] Style:   Regular
[ERROR] [DEBUG] =======================================================================
[ERROR] [INFO] 
[ERROR] [INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[ERROR] [INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[ERROR] [INFO] --------------------------------[ jar ]---------------------------------
[ERROR] [DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[ERROR] [DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[ERROR] [DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[ERROR] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[ERROR] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[ERROR] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[ERROR] [DEBUG] === PROJECT BUILD PLAN ================================================
[ERROR] [DEBUG] Project:       br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT
[ERROR] [DEBUG] Dependencies (collect): []
[ERROR] [DEBUG] Dependencies (resolve): []
[ERROR] [DEBUG] Repositories (dependencies): [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[ERROR] [DEBUG] Repositories (plugins)     : [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[ERROR] [DEBUG] -----------------------------------------------------------------------
[ERROR] [DEBUG] Goal:          org.codehaus.mojo:versions-maven-plugin:2.7:set (default-cli)
[ERROR] [DEBUG] Style:         Aggregating
[ERROR] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
[ERROR] <configuration>
[ERROR]   <allowSnapshots default-value="false">${allowSnapshots}</allowSnapshots>
[ERROR]   <artifactId default-value="${project.artifactId}">${artifactId}</artifactId>
[ERROR]   <generateBackupPoms default-value="true">${generateBackupPoms}</generateBackupPoms>
[ERROR]   <groupId default-value="${project.groupId}">${groupId}</groupId>
[ERROR]   <localRepository default-value="${localRepository}"/>
[ERROR]   <newVersion>${newVersion}</newVersion>
[ERROR]   <nextSnapshot default-value="false">${nextSnapshot}</nextSnapshot>
[ERROR]   <oldVersion default-value="${project.version}">${oldVersion}</oldVersion>
[ERROR]   <processAllModules default-value="false">${processAllModules}</processAllModules>
[ERROR]   <processDependencies default-value="true">${processDependencies}</processDependencies>
[ERROR]   <processParent default-value="true">${processParent}</processParent>
[ERROR]   <processPlugins default-value="true">${processPlugins}</processPlugins>
[ERROR]   <processProject default-value="true">${processProject}</processProject>
[ERROR]   <project default-value="${project}"/>
[ERROR]   <reactorProjects default-value="${reactorProjects}"/>
[ERROR]   <remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
[ERROR]   <remotePluginRepositories default-value="${project.pluginArtifactRepositories}"/>
[ERROR]   <removeSnapshot default-value="false">${removeSnapshot}</removeSnapshot>
[ERROR]   <rulesUri>${maven.version.rules}</rulesUri>
[ERROR]   <serverId default-value="serverId">${maven.version.rules.serverId}</serverId>
[ERROR]   <session default-value="${session}"/>
[ERROR]   <settings default-value="${settings}"/>
[ERROR]   <updateMatchingVersions default-value="true">${updateMatchingVersions}</updateMatchingVersions>
[ERROR] </configuration>
[ERROR] [DEBUG] =======================================================================
[ERROR] [INFO] 
[ERROR] [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ portal-authenticator-api ---
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://repository.apache.org/snapshots).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (http://repo1.maven.org/maven2).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/maven-snapshot-repository).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache-snapshots (http://people.apache.org/maven-snapshot-repository).
[ERROR] [DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
[ERROR] [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3600558, ConflictMarker.markTime=1867728, ConflictMarker.nodeCount=406, ConflictIdSorter.graphTime=4910679, ConflictIdSorter.topsortTime=749326, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=19320446, ConflictResolver.conflictItemCount=187, DefaultDependencyCollector.collectTime=880263606, DefaultDependencyCollector.transformTime=35862620}
[ERROR] [DEBUG] org.codehaus.mojo:versions-maven-plugin:jar:2.7
[ERROR] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[ERROR] [DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[ERROR] [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[ERROR] [DEBUG]       backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[ERROR] [DEBUG]    org.apache.maven:maven-core:jar:2.2.1:compile
[ERROR] [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[ERROR] [DEBUG]       org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[ERROR] [DEBUG]          org.slf4j:slf4j-api:jar:1.5.6:runtime
[ERROR] [DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[ERROR] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[ERROR] [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[ERROR] [DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[ERROR] [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[ERROR] [DEBUG]       org.apache.maven:maven-monitor:jar:2.2.1:compile
[ERROR] [DEBUG]       classworlds:classworlds:jar:1.1:compile
[ERROR] [DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[ERROR] [DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[ERROR] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[ERROR] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[ERROR] [DEBUG]    org.apache.maven:maven-settings:jar:2.2.1:compile
[ERROR] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[ERROR] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[ERROR] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[ERROR] [DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[ERROR] [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0:compile
[ERROR] [DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[ERROR] [DEBUG]          commons-io:commons-io:jar:2.5:compile
[ERROR] [DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[ERROR] [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
[ERROR] [DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[ERROR] [DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[ERROR] [DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[ERROR] [DEBUG]    org.apache.maven.wagon:wagon-provider-api:jar:2.12:compile
[ERROR] [DEBUG]    org.apache.maven.wagon:wagon-file:jar:2.12:compile
[ERROR] [DEBUG]    org.apache.maven.doxia:doxia-core:jar:1.7:compile
[ERROR] [DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[ERROR] [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[ERROR] [DEBUG]       org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[ERROR] [DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile
[ERROR] [DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[ERROR] [DEBUG]       org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[ERROR] [DEBUG]       xmlunit:xmlunit:jar:1.5:compile
[ERROR] [DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[ERROR] [DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.7:compile
[ERROR] [DEBUG]       org.apache.maven.doxia:doxia-skin-model:jar:1.7:compile
[ERROR] [DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[ERROR] [DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.7:compile
[ERROR] [DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[ERROR] [DEBUG]       org.apache.velocity:velocity:jar:1.7:compile
[ERROR] [DEBUG]       org.apache.velocity:velocity-tools:jar:2.0:compile
[ERROR] [DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[ERROR] [DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[ERROR] [DEBUG]          commons-chain:commons-chain:jar:1.1:compile
[ERROR] [DEBUG]          commons-validator:commons-validator:jar:1.3.1:compile
[ERROR] [DEBUG]          dom4j:dom4j:jar:1.1:compile
[ERROR] [DEBUG]          oro:oro:jar:2.0.8:compile
[ERROR] [DEBUG]          sslext:sslext:jar:1.2-0:compile
[ERROR] [DEBUG]          org.apache.struts:struts-core:jar:1.3.8:compile
[ERROR] [DEBUG]             antlr:antlr:jar:2.7.2:compile
[ERROR] [DEBUG]          org.apache.struts:struts-taglib:jar:1.3.8:compile
[ERROR] [DEBUG]          org.apache.struts:struts-tiles:jar:1.3.8:compile
[ERROR] [DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[ERROR] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[ERROR] [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.7.1:compile
[ERROR] [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.1:compile
[ERROR] [DEBUG]       org.apache.xbean:xbean-reflect:jar:3.7:compile
[ERROR] [DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[ERROR] [DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[ERROR] [DEBUG]    org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
[ERROR] [DEBUG]    org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
[ERROR] [DEBUG]       javax.xml.stream:stax-api:jar:1.0-2:compile
[ERROR] [DEBUG]       org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[ERROR] [DEBUG]    commons-lang:commons-lang:jar:2.6:compile
[ERROR] [DEBUG] Created new class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[ERROR] [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[ERROR] [DEBUG]   Imported:  < maven.api
[ERROR] [DEBUG] Populating class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[ERROR] [DEBUG]   Included: org.codehaus.mojo:versions-maven-plugin:jar:2.7
[ERROR] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[ERROR] [DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[ERROR] [DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[ERROR] [DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[ERROR] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[ERROR] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[ERROR] [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[ERROR] [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0
[ERROR] [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[ERROR] [DEBUG]   Included: commons-io:commons-io:jar:2.5
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[ERROR] [DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[ERROR] [DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[ERROR] [DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[ERROR] [DEBUG]   Included: org.apache.maven.wagon:wagon-file:jar:2.12
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[ERROR] [DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[ERROR] [DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1
[ERROR] [DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[ERROR] [DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[ERROR] [DEBUG]   Included: xmlunit:xmlunit:jar:1.5
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.7
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[ERROR] [DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[ERROR] [DEBUG]   Included: org.apache.velocity:velocity-tools:jar:2.0
[ERROR] [DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[ERROR] [DEBUG]   Included: commons-digester:commons-digester:jar:1.8
[ERROR] [DEBUG]   Included: commons-chain:commons-chain:jar:1.1
[ERROR] [DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[ERROR] [DEBUG]   Included: dom4j:dom4j:jar:1.1
[ERROR] [DEBUG]   Included: oro:oro:jar:2.0.8
[ERROR] [DEBUG]   Included: sslext:sslext:jar:1.2-0
[ERROR] [DEBUG]   Included: org.apache.struts:struts-core:jar:1.3.8
[ERROR] [DEBUG]   Included: antlr:antlr:jar:2.7.2
[ERROR] [DEBUG]   Included: org.apache.struts:struts-taglib:jar:1.3.8
[ERROR] [DEBUG]   Included: org.apache.struts:struts-tiles:jar:1.3.8
[ERROR] [DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[ERROR] [DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.7
[ERROR] [DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[ERROR] [DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10
[ERROR] [DEBUG]   Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0
[ERROR] [DEBUG]   Included: javax.xml.stream:stax-api:jar:1.0-2
[ERROR] [DEBUG]   Included: org.codehaus.woodstox:stax2-api:jar:3.1.1
[ERROR] [DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[ERROR] [DEBUG] Configuring mojo org.codehaus.mojo:versions-maven-plugin:2.7:set from plugin realm ClassRealm[plugin>org.codehaus.mojo:versions-maven-plugin:2.7, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[ERROR] [DEBUG] Configuring mojo 'org.codehaus.mojo:versions-maven-plugin:2.7:set' with basic configurator -->
[ERROR] [DEBUG]   (f) allowSnapshots = false
[ERROR] [DEBUG]   (f) artifactId = portal-authenticator-api
[ERROR] [DEBUG]   (f) generateBackupPoms = false
[ERROR] [DEBUG]   (f) groupId = br.com.audora.portal.authenticator
[ERROR] [DEBUG]   (f) localRepository =       id: local
[ERROR]       url: file:///Users/adolfo/.m2/repository/
[ERROR]    layout: default
[ERROR] snapshots: [enabled => true, update => always]
[ERROR]  releases: [enabled => true, update => always]
[ERROR] 
[ERROR] [DEBUG]   (f) newVersion = 1.2.0
[ERROR] [DEBUG]   (f) nextSnapshot = false
[ERROR] [DEBUG]   (f) oldVersion = 1.2.0-SNAPSHOT
[ERROR] [DEBUG]   (f) processAllModules = false
[ERROR] [DEBUG]   (f) processDependencies = true
[ERROR] [DEBUG]   (f) processParent = true
[ERROR] [DEBUG]   (f) processPlugins = true
[ERROR] [DEBUG]   (f) processProject = true
[ERROR] [DEBUG]   (s) project = MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml
[ERROR] [DEBUG]   (f) reactorProjects = [MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml]
[ERROR] [DEBUG]   (f) remoteArtifactRepositories = [      id: audora-releases
[ERROR]       url: https://repository.audora.io/repository/maven-public/
[ERROR]    layout: default
[ERROR] snapshots: [enabled => true, update => daily]
[ERROR]  releases: [enabled => true, update => daily]
[ERROR] ]
[ERROR] [DEBUG]   (f) remotePluginRepositories = [      id: audora-releases
[ERROR]       url: https://repository.audora.io/repository/maven-public/
[ERROR]    layout: default
[ERROR] snapshots: [enabled => true, update => daily]
[ERROR]  releases: [enabled => true, update => daily]
[ERROR] ]
[ERROR] [DEBUG]   (f) removeSnapshot = false
[ERROR] [DEBUG]   (f) serverId = serverId
[ERROR] [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4d4960c8
[ERROR] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@773bd77b
[ERROR] [DEBUG]   (f) updateMatchingVersions = true
[ERROR] [DEBUG] -- end configuration --
[ERROR] [INFO] Searching for local aggregator root...
[ERROR] [DEBUG] Checking to see if /Users/adolfo/Work/_workspace/microservices is an aggregator parent
[ERROR] [DEBUG] Local aggregation root is /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[ERROR] [INFO] Local aggregation root: /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[ERROR] [DEBUG] Finding child modules...
[ERROR] [DEBUG] Child modules:
[ERROR] [DEBUG] None.
[ERROR] [DEBUG] Removing child modules which are missing...
[ERROR] [DEBUG] After removing missing
[ERROR] [DEBUG] None.
[ERROR] [INFO] Processing change of br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[ERROR] [DEBUG] Applying change br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[ERROR] [DEBUG] Processing root module as parent
[ERROR] [DEBUG] Looking for modules which use br.com.audora.portal.authenticator:portal-authenticator-api as their parent
[ERROR] [INFO] Processing br.com.audora.portal.authenticator:portal-authenticator-api
[ERROR] [INFO]     Updating project br.com.audora.portal.authenticator:portal-authenticator-api
[ERROR] [INFO]         from version 1.2.0-SNAPSHOT to 1.2.0
[ERROR] [INFO] 
[ERROR] [DEBUG] Skipping generation of backup file
[ERROR] [INFO] 
[ERROR] [INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[ERROR] [INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[ERROR] [INFO] --------------------------------[ jar ]---------------------------------
[ERROR] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[ERROR] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[ERROR] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[ERROR] [INFO] ------------------------------------------------------------------------
[ERROR] [INFO] BUILD FAILURE
[ERROR] [INFO] ------------------------------------------------------------------------
[ERROR] [INFO] Total time:  2.339 s
[ERROR] [INFO] Finished at: 2020-04-02T10:32:08-03:00
[ERROR] [INFO] ------------------------------------------------------------------------
[ERROR] [ERROR] Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
[ERROR] org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
[ERROR]     at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings (DefaultLifecycleExecutionPlanCalculator.java:248)
[ERROR]     at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:217)
[ERROR]     at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:126)
[ERROR]     at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144)
[ERROR]     at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97)
[ERROR]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111)
[ERROR]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[ERROR]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[ERROR]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[ERROR]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[ERROR]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[ERROR]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[ERROR]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[ERROR]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[ERROR]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[ERROR]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[ERROR]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[ERROR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[ERROR]     at java.lang.reflect.Method.invoke (Method.java:498)
[ERROR]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[ERROR]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[ERROR]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[ERROR]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] [ERROR] 
[ERROR] [ERROR] 
[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
[ERROR] 
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.14.0:release-start (default-cli) on project portal-authenticator-api: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec
Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre
Default locale: pt_BR, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.event.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/adolfo/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/adolfo/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/adolfo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/adolfo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-release (s3://audora-maven-repository/release).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-snapshot (s3://audora-maven-repository/snapshot).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot-local).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-milestones (https://repo.spring.io/libs-milestone-local).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-releases (https://repo.spring.io/release).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (https://repository.apache.org/snapshots).
[DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for ossrh-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[DEBUG] Tasks:   [org.codehaus.mojo:versions-maven-plugin:set]
[DEBUG] Style:   Aggregating
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[DEBUG] Tasks:   [mx256m]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[DEBUG] Repositories (plugins)     : [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:versions-maven-plugin:2.7:set (default-cli)
[DEBUG] Style:         Aggregating
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <allowSnapshots default-value="false">${allowSnapshots}</allowSnapshots>
  <artifactId default-value="${project.artifactId}">${artifactId}</artifactId>
  <generateBackupPoms default-value="true">${generateBackupPoms}</generateBackupPoms>
  <groupId default-value="${project.groupId}">${groupId}</groupId>
  <localRepository default-value="${localRepository}"/>
  <newVersion>${newVersion}</newVersion>
  <nextSnapshot default-value="false">${nextSnapshot}</nextSnapshot>
  <oldVersion default-value="${project.version}">${oldVersion}</oldVersion>
  <processAllModules default-value="false">${processAllModules}</processAllModules>
  <processDependencies default-value="true">${processDependencies}</processDependencies>
  <processParent default-value="true">${processParent}</processParent>
  <processPlugins default-value="true">${processPlugins}</processPlugins>
  <processProject default-value="true">${processProject}</processProject>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
  <remotePluginRepositories default-value="${project.pluginArtifactRepositories}"/>
  <removeSnapshot default-value="false">${removeSnapshot}</removeSnapshot>
  <rulesUri>${maven.version.rules}</rulesUri>
  <serverId default-value="serverId">${maven.version.rules.serverId}</serverId>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <updateMatchingVersions default-value="true">${updateMatchingVersions}</updateMatchingVersions>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ portal-authenticator-api ---
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (http://repo1.maven.org/maven2).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache-snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3600558, ConflictMarker.markTime=1867728, ConflictMarker.nodeCount=406, ConflictIdSorter.graphTime=4910679, ConflictIdSorter.topsortTime=749326, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=19320446, ConflictResolver.conflictItemCount=187, DefaultDependencyCollector.collectTime=880263606, DefaultDependencyCollector.transformTime=35862620}
[DEBUG] org.codehaus.mojo:versions-maven-plugin:jar:2.7
[DEBUG]    org.apache.maven:maven-artifact: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-core: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:maven-profile: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.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-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11: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.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1: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.wagon:wagon-provider-api:jar:2.12:compile
[DEBUG]    org.apache.maven.wagon:wagon-file:jar:2.12:compile
[DEBUG]    org.apache.maven.doxia:doxia-core:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]       xmlunit:xmlunit:jar:1.5:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-skin-model:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]       org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]          commons-chain:commons-chain:jar:1.1:compile
[DEBUG]          commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]          dom4j:dom4j:jar:1.1:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]          sslext:sslext:jar:1.2-0:compile
[DEBUG]          org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG]             antlr:antlr:jar:2.7.2:compile
[DEBUG]          org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG]          org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.7.1:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.1:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.7:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG]    org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
[DEBUG]    org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
[DEBUG]       javax.xml.stream:stax-api:jar:1.0-2:compile
[DEBUG]       org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[DEBUG]    commons-lang:commons-lang:jar:2.6:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG]   Included: org.codehaus.mojo:versions-maven-plugin:jar:2.7
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[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.apache.maven.wagon:wagon-file:jar:2.12
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG]   Included: xmlunit:xmlunit:jar:1.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[DEBUG]   Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.8
[DEBUG]   Included: commons-chain:commons-chain:jar:1.1
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: dom4j:dom4j:jar:1.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: sslext:sslext:jar:1.2-0
[DEBUG]   Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG]   Included: antlr:antlr:jar:2.7.2
[DEBUG]   Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG]   Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.7
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10
[DEBUG]   Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0
[DEBUG]   Included: javax.xml.stream:stax-api:jar:1.0-2
[DEBUG]   Included: org.codehaus.woodstox:stax2-api:jar:3.1.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Configuring mojo org.codehaus.mojo:versions-maven-plugin:2.7:set from plugin realm ClassRealm[plugin>org.codehaus.mojo:versions-maven-plugin:2.7, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:versions-maven-plugin:2.7:set' with basic configurator -->
[DEBUG]   (f) allowSnapshots = false
[DEBUG]   (f) artifactId = portal-authenticator-api
[DEBUG]   (f) generateBackupPoms = false
[DEBUG]   (f) groupId = br.com.audora.portal.authenticator
[DEBUG]   (f) localRepository =       id: local
      url: file:///Users/adolfo/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) newVersion = 1.2.0
[DEBUG]   (f) nextSnapshot = false
[DEBUG]   (f) oldVersion = 1.2.0-SNAPSHOT
[DEBUG]   (f) processAllModules = false
[DEBUG]   (f) processDependencies = true
[DEBUG]   (f) processParent = true
[DEBUG]   (f) processPlugins = true
[DEBUG]   (f) processProject = true
[DEBUG]   (s) project = MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml]
[DEBUG]   (f) remoteArtifactRepositories = [      id: audora-releases
      url: https://repository.audora.io/repository/maven-public/
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) remotePluginRepositories = [      id: audora-releases
      url: https://repository.audora.io/repository/maven-public/
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) removeSnapshot = false
[DEBUG]   (f) serverId = serverId
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4d4960c8
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@773bd77b
[DEBUG]   (f) updateMatchingVersions = true
[DEBUG] -- end configuration --
[INFO] Searching for local aggregator root...
[DEBUG] Checking to see if /Users/adolfo/Work/_workspace/microservices is an aggregator parent
[DEBUG] Local aggregation root is /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[INFO] Local aggregation root: /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[DEBUG] Finding child modules...
[DEBUG] Child modules:
[DEBUG] None.
[DEBUG] Removing child modules which are missing...
[DEBUG] After removing missing
[DEBUG] None.
[INFO] Processing change of br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[DEBUG] Applying change br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[DEBUG] Processing root module as parent
[DEBUG] Looking for modules which use br.com.audora.portal.authenticator:portal-authenticator-api as their parent
[INFO] Processing br.com.audora.portal.authenticator:portal-authenticator-api
[INFO]     Updating project br.com.audora.portal.authenticator:portal-authenticator-api
[INFO]         from version 1.2.0-SNAPSHOT to 1.2.0
[INFO] 
[DEBUG] Skipping generation of backup file
[INFO] 
[INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.339 s
[INFO] Finished at: 2020-04-02T10:32:08-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings (DefaultLifecycleExecutionPlanCalculator.java:248)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:217)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:126)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144)
    at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111)
    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/LifecyclePhaseNotFoundException

    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.MojoFailureException: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec
Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre
Default locale: pt_BR, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.event.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/adolfo/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.6.3_1/libexec/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/adolfo/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/adolfo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/adolfo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-release (s3://audora-maven-repository/release).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for aws-snapshot (s3://audora-maven-repository/snapshot).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot-local).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-milestones (https://repo.spring.io/libs-milestone-local).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-releases (https://repo.spring.io/release).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for spring-snapshots (https://repo.spring.io/libs-snapshot).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (https://repository.apache.org/snapshots).
[DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for ossrh-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[DEBUG] Tasks:   [org.codehaus.mojo:versions-maven-plugin:set]
[DEBUG] Style:   Aggregating
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: br.com.audora.portal.authenticator:portal-authenticator-api:jar:1.2.0-SNAPSHOT
[DEBUG] Tasks:   [mx256m]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Could not find metadata org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml in local (/Users/adolfo/.m2/repository)
[DEBUG] Skipped remote request for org.codehaus.mojo:versions-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:versions-maven-plugin to 2.7 from repository audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[DEBUG] Repositories (plugins)     : [audora-releases (https://repository.audora.io/repository/maven-public/, default, releases+snapshots)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:versions-maven-plugin:2.7:set (default-cli)
[DEBUG] Style:         Aggregating
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <allowSnapshots default-value="false">${allowSnapshots}</allowSnapshots>
  <artifactId default-value="${project.artifactId}">${artifactId}</artifactId>
  <generateBackupPoms default-value="true">${generateBackupPoms}</generateBackupPoms>
  <groupId default-value="${project.groupId}">${groupId}</groupId>
  <localRepository default-value="${localRepository}"/>
  <newVersion>${newVersion}</newVersion>
  <nextSnapshot default-value="false">${nextSnapshot}</nextSnapshot>
  <oldVersion default-value="${project.version}">${oldVersion}</oldVersion>
  <processAllModules default-value="false">${processAllModules}</processAllModules>
  <processDependencies default-value="true">${processDependencies}</processDependencies>
  <processParent default-value="true">${processParent}</processParent>
  <processPlugins default-value="true">${processPlugins}</processPlugins>
  <processProject default-value="true">${processProject}</processProject>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
  <remotePluginRepositories default-value="${project.pluginArtifactRepositories}"/>
  <removeSnapshot default-value="false">${removeSnapshot}</removeSnapshot>
  <rulesUri>${maven.version.rules}</rulesUri>
  <serverId default-value="serverId">${maven.version.rules.serverId}</serverId>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <updateMatchingVersions default-value="true">${updateMatchingVersions}</updateMatchingVersions>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ portal-authenticator-api ---
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for central (http://repo1.maven.org/maven2).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache.snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for apache-snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror audora-releases (https://repository.audora.io/repository/maven-public/) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3600558, ConflictMarker.markTime=1867728, ConflictMarker.nodeCount=406, ConflictIdSorter.graphTime=4910679, ConflictIdSorter.topsortTime=749326, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=19320446, ConflictResolver.conflictItemCount=187, DefaultDependencyCollector.collectTime=880263606, DefaultDependencyCollector.transformTime=35862620}
[DEBUG] org.codehaus.mojo:versions-maven-plugin:jar:2.7
[DEBUG]    org.apache.maven:maven-artifact: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-core: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:maven-profile: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.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-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11: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.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1: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.wagon:wagon-provider-api:jar:2.12:compile
[DEBUG]    org.apache.maven.wagon:wagon-file:jar:2.12:compile
[DEBUG]    org.apache.maven.doxia:doxia-core:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]       xmlunit:xmlunit:jar:1.5:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-skin-model:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]       org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]          commons-chain:commons-chain:jar:1.1:compile
[DEBUG]          commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]          dom4j:dom4j:jar:1.1:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]          sslext:sslext:jar:1.2-0:compile
[DEBUG]          org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG]             antlr:antlr:jar:2.7.2:compile
[DEBUG]          org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG]          org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.7.1:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.1:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.7:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG]    org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
[DEBUG]    org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
[DEBUG]       javax.xml.stream:stax-api:jar:1.0-2:compile
[DEBUG]       org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[DEBUG]    commons-lang:commons-lang:jar:2.6:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:versions-maven-plugin:2.7
[DEBUG]   Included: org.codehaus.mojo:versions-maven-plugin:jar:2.7
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[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.apache.maven.wagon:wagon-file:jar:2.12
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG]   Included: xmlunit:xmlunit:jar:1.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[DEBUG]   Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.8
[DEBUG]   Included: commons-chain:commons-chain:jar:1.1
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: dom4j:dom4j:jar:1.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: sslext:sslext:jar:1.2-0
[DEBUG]   Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG]   Included: antlr:antlr:jar:2.7.2
[DEBUG]   Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG]   Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.7
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10
[DEBUG]   Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0
[DEBUG]   Included: javax.xml.stream:stax-api:jar:1.0-2
[DEBUG]   Included: org.codehaus.woodstox:stax2-api:jar:3.1.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Configuring mojo org.codehaus.mojo:versions-maven-plugin:2.7:set from plugin realm ClassRealm[plugin>org.codehaus.mojo:versions-maven-plugin:2.7, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:versions-maven-plugin:2.7:set' with basic configurator -->
[DEBUG]   (f) allowSnapshots = false
[DEBUG]   (f) artifactId = portal-authenticator-api
[DEBUG]   (f) generateBackupPoms = false
[DEBUG]   (f) groupId = br.com.audora.portal.authenticator
[DEBUG]   (f) localRepository =       id: local
      url: file:///Users/adolfo/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) newVersion = 1.2.0
[DEBUG]   (f) nextSnapshot = false
[DEBUG]   (f) oldVersion = 1.2.0-SNAPSHOT
[DEBUG]   (f) processAllModules = false
[DEBUG]   (f) processDependencies = true
[DEBUG]   (f) processParent = true
[DEBUG]   (f) processPlugins = true
[DEBUG]   (f) processProject = true
[DEBUG]   (s) project = MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT @ /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api/pom.xml]
[DEBUG]   (f) remoteArtifactRepositories = [      id: audora-releases
      url: https://repository.audora.io/repository/maven-public/
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) remotePluginRepositories = [      id: audora-releases
      url: https://repository.audora.io/repository/maven-public/
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) removeSnapshot = false
[DEBUG]   (f) serverId = serverId
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4d4960c8
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@773bd77b
[DEBUG]   (f) updateMatchingVersions = true
[DEBUG] -- end configuration --
[INFO] Searching for local aggregator root...
[DEBUG] Checking to see if /Users/adolfo/Work/_workspace/microservices is an aggregator parent
[DEBUG] Local aggregation root is /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[INFO] Local aggregation root: /Users/adolfo/Work/_workspace/microservices/portal-authenticator-api
[DEBUG] Finding child modules...
[DEBUG] Child modules:
[DEBUG] None.
[DEBUG] Removing child modules which are missing...
[DEBUG] After removing missing
[DEBUG] None.
[INFO] Processing change of br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[DEBUG] Applying change br.com.audora.portal.authenticator:portal-authenticator-api:1.2.0-SNAPSHOT -> 1.2.0
[DEBUG] Processing root module as parent
[DEBUG] Looking for modules which use br.com.audora.portal.authenticator:portal-authenticator-api as their parent
[INFO] Processing br.com.audora.portal.authenticator:portal-authenticator-api
[INFO]     Updating project br.com.audora.portal.authenticator:portal-authenticator-api
[INFO]         from version 1.2.0-SNAPSHOT to 1.2.0
[INFO] 
[DEBUG] Skipping generation of backup file
[INFO] 
[INFO] ----< br.com.audora.portal.authenticator:portal-authenticator-api >-----
[INFO] Building Portal Authenticator Api 1.2.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.339 s
[INFO] Finished at: 2020-04-02T10:32:08-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown lifecycle phase "mx256m". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings (DefaultLifecycleExecutionPlanCalculator.java:248)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:217)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:126)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144)
    at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111)
    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)
aleksandr-m commented 4 years ago

Which command you are running, exactly?

adolfobrunno commented 4 years ago

I was running mvn gitflow:release-start

Today I decided to do a cleaning on my .m2 directory and it went back to work. So, I'm going to close this issue.

Thanks for the support.