Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ProviderAttributeTypeValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- ProviderAttributeTypeValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- ProviderValidatorTest.validate_shouldAcceptADuplicateIdentifierForANewProviderWhichIsNotRetired ▒ IllegalState
- ProviderValidatorTest.validate_shouldAcceptADuplicateIdentifierForANewProviderWhichIsRetired ▒ IllegalState
- ProviderValidatorTest.validate_shouldAcceptDuplicateIdentifierIfTheExistingProviderIsNotRetired ▒ IllegalState
- ProviderValidatorTest.validate_shouldAcceptDuplicateIdentifierIfTheExistingProviderIsRetired ▒ IllegalState
- ProviderValidatorTest.validate_shouldBeInvalidIfPersonIsNotSet ▒ IllegalState ...
- ProviderValidatorTest.validate_shouldBeInvalidIfProviderIsRetiredAndTheRetiredReasonIsNotMentioned ▒ IllegalState
- ProviderValidatorTest.validate_shouldBeValidIfIdentifierIsNotSet ▒ IllegalState
- ProviderValidatorTest.validate_shouldBeValidIfIdentifierIsSet ▒ IllegalState F...
- ProviderValidatorTest.validate_shouldBeValidIfOnlyPersonIsSet ▒ IllegalState F...
- ProviderValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- ProviderValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- ProviderValidatorTest.validate_shouldRejectAProviderIfItHasFewerThanMinOccursOfAnAttribute ▒ IllegalState
- ProviderValidatorTest.validate_shouldRejectAProviderIfItHasMoreThanMaxOccursOfAnAttribute ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldFailValidationIfDescriptionIsNullOrEmptyOrWhitespace ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldFailValidationIfaIsToBIsNullOrEmptyOrWhitespace ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldFailValidationIfbIsToAIsNullOrEmptyOrWhitespace ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldPassEditingEncounterTypeName ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldPassValidationIfAllRequiredFieldsAreSet ▒ IllegalState
- RelationshipTypeValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- RelationshipValidatorTest.validate_shouldFailIfEndDateIsBeforeStartDate ▒ IllegalState
- RelationshipValidatorTest.validate_shouldFailIfStartDateIsInFuture ▒ IllegalState
- RelationshipValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- RelationshipValidatorTest.validate_shouldPassIfEndDateIsAfterStartDate ▒ IllegalState
- RelationshipValidatorTest.validate_shouldPassIfStartDateIsEmpty ▒ IllegalState
- RelationshipValidatorTest.validate_shouldPassIfStartDateIsNotInFuture ▒ IllegalState
- RelationshipValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- RoleValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- RoleValidatorTest.validate_shouldFailValidationIfRoleHasLeadingOrTrailingSpace ▒ IllegalState
- RoleValidatorTest.validate_shouldFailValidationIfRoleIsNullOrEmptyOrWhitespace ▒ IllegalState
- RoleValidatorTest.validate_shouldPassValidationIfAllRequiredFieldsHaveProperValues ▒ IllegalState
- RoleValidatorTest.validate_shouldPassValidationIfDescriptionIsNullOrEmptyOrWhitespace ▒ IllegalState
- RoleValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfClassCannotBeInstantiated ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfClassIsNotAccessible ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfClassIsNotInstanceOfTask ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfClassNotFound ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfNameIsNullOrEmptyOrWhitespace ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfRepeatIntervalIsNullOrEmptyOrWhitespace ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldFailValidationIfTaskClassIsEmptyOrWhitespace ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldPassValidationIfAllRequiredFieldsHaveProperValues ▒ IllegalState
- SchedulerFormValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- StateConversionValidatorTest.validate_shouldFailValidationIfConceptIsNullOrEmptyOrWhitespace ▒ IllegalState
- StateConversionValidatorTest.validate_shouldFailValidationIfProgramWorkflowIsNullOrEmptyOrWhitespace ▒ IllegalState
- StateConversionValidatorTest.validate_shouldFailValidationIfProgramWorkflowStateIsNullOrEmptyOrWhitespace ▒ IllegalState
- StateConversionValidatorTest.validate_shouldPassValidationIfAllRequiredFieldsHaveProperValues ▒ IllegalState
- TestOrderValidatorTest.validate_shouldFailValidationIfTheSpecimenSourceIsInvalid ▒ IllegalState
- TestOrderValidatorTest.validate_shouldPassValidationIfTheSpecimenSourceIsValid ▒ IllegalState
- UserValidatorTest.isUserNameAsEmailValid_shouldReturnFalseIfEmailInvalid ▒ IllegalState
- UserValidatorTest.isUserNameAsEmailValid_shouldReturnTrueIfEmailValid ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldNotValidateUsernameWithInvalidCharacter ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldNotValidateUsernameWithLessThanMinimumLength ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldNotValidateUsernameWithMoreThanMaximumSize ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldNotValidateWhenUsernameIsWhitespaceOnly ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateUsernameWithAlphaDashAndUnderscore ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateUsernameWithAlphaDashUnderscoreAndDot ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateUsernameWithExactlyMaxSizeName ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateUsernameWithOnlyAlphaNumerics ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateWhenUsernameIsNull ▒ IllegalState
- UserValidatorTest.isUserNameValid_shouldValidateWhenUsernameIsTheEmptyString ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfEmailAsUsernameDisabledAndEmailProvided ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfEmailAsUsernameEnabledAndEmailInvalid ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfEmailIsInvalid ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfRetiredAndRetireReasonIsEmpty ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfRetiredAndRetireReasonIsNull ▒ IllegalState
- UserValidatorTest.validate_shouldFailValidationIfRetiredAndRetireReasonIsWhitespace ▒ IllegalState
- UserValidatorTest.validate_shouldNotThrowNPEWhenUserIsNull ▒ IllegalState Fail...
- UserValidatorTest.validate_shouldPassValidationIfAllRequiredFieldsHaveProperValues ▒ IllegalState
- UserValidatorTest.validate_shouldPassValidationIfEmailIsValid ▒ IllegalState F...
- UserValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- ValidateUtilTest.validateFieldLength_shouldNotRejectValueWhenNameIsEqualMax ▒ IllegalState
- ValidateUtilTest.validateFieldLength_shouldRejectValueWhenNameIsToLong ▒ IllegalState
- ValidateUtilTest.validateFieldLength_shouldReturnImmediatelyIfValidationIsDisabledAndHaveNoErrors ▒ IllegalState
- ValidateUtilTest.validate_shouldPopulateErrorsIfObjectInvalid ▒ IllegalState F...
- ValidateUtilTest.validate_shouldReturnImmediatelyIfValidationIsDisabled ▒ IllegalState
- ValidateUtilTest.validate_shouldReturnImmediatelyIfValidationIsDisabledAndHaveNoErrors ▒ IllegalState
- ValidateUtilTest.validate_shouldThrowAPIExceptionIfErrorsOccurDuringValidation ▒ IllegalState
- ValidateUtilTest.validate_shouldThrowValidationExceptionIfErrorsOccurDuringValidation ▒ IllegalState
- VisitAttributeTypeValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- VisitAttributeTypeValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- VisitTypeValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- VisitTypeValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- VisitValidatorTest.validate_shouldAcceptAVisitIfItContainsAnotherVoidedVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldAcceptAVisitIfStartDateTimeFallsIntoAnotherVoidedVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldAcceptAVisitIfStartDateTimeIsEqualToStartDateTimeOfAnotherVoidedVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldAcceptAVisitIfStopDateTimeFallsIntoAnotherVoidedVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldAcceptAVisitThatHasTheRightNumberOfAttributeOccurrences ▒ IllegalState
- VisitValidatorTest.validate_shouldFailIfPatientIsNotSet ▒ IllegalState Failed ...
- VisitValidatorTest.validate_shouldFailIfStartDatetimeIsNotSet ▒ IllegalState F...
- VisitValidatorTest.validate_shouldFailIfTheEndDatetimeIsBeforeTheStartDatetime ▒ IllegalState
- VisitValidatorTest.validate_shouldFailIfTheStartDatetimeIsAfterAnyEncounter ▒ IllegalState
- VisitValidatorTest.validate_shouldFailIfTheStopDatetimeIsBeforeAnyEncounter ▒ IllegalState
- VisitValidatorTest.validate_shouldFailIfVisitTypeIsNotSet ▒ IllegalState Faile...
- VisitValidatorTest.validate_shouldFailValidationIfFieldLengthsAreNotCorrect ▒ IllegalState
- VisitValidatorTest.validate_shouldFailValidationIfVisitDateBeforeBirthDate ▒ IllegalState
- VisitValidatorTest.validate_shouldFailValidationIfVisitDateBeforeEstimatedBirthDatesGracePeriod ▒ IllegalState
- VisitValidatorTest.validate_shouldFailValidationIfVisitDateBeforeEstimatedBirthDatesMinimumOneYearGracePeriod ▒ IllegalState
- VisitValidatorTest.validate_shouldPassValidationIfFieldLengthsAreCorrect ▒ IllegalState
- VisitValidatorTest.validate_shouldPassValidationIfVisitDateAfterBirthDate ▒ IllegalState
- VisitValidatorTest.validate_shouldPassValidationIfVisitDateOnBirthDate ▒ IllegalState
- VisitValidatorTest.validate_shouldPassValidationIfVisitDateOnEstimatedBirthDatesGracePeriod ▒ IllegalState
- VisitValidatorTest.validate_shouldPassValidationIfVisitDateOnEstimatedBirthDatesMinimumOneYearGracePeriod ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfItContainsAnotherVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfItHasFewerThanMinOccursOfAnAttribute ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfItHasMoreThanMaxOccursOfAnAttribute ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfStartDateTimeFallsIntoAnotherVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfStartDateTimeIsEqualToStartDateTimeOfAnotherVisitOfTheSamePatient ▒ IllegalState
- VisitValidatorTest.validate_shouldRejectAVisitIfStopDateTimeFallsIntoAnotherVisitOfTheSamePatient ▒ IllegalState
- Tests run: 4142, Failures: 0, Errors: 3369, Skipped: 34
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary:
- [INFO]
- [INFO] OpenMRS 2.4.0-SNAPSHOT ............................. SUCCESS [01:15 min]
- [INFO] openmrs-tools ...................................... SUCCESS [ 9.558 s]
- [INFO] openmrs-test ....................................... SUCCESS [ 2.339 s]
- [INFO] openmrs-api ........................................ FAILURE [ 05:29 h]
- [INFO] openmrs-web ........................................ SKIPPED
- [INFO] openmrs-webapp 2.4.0-SNAPSHOT ...................... SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 05:30 h
- [INFO] Finished at: 2020-02-20T00:34:34+03:00
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project openmrs-api: There are test failures.
- [ERROR]
- [ERROR] Please refer to C:\Users\JULIE\OpenMRS-Tickets\openmrs-core\api\target\surefire-reports for the individual test results.
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
- [ERROR]
- [ERROR] After correcting the problems, you can resume the build with the command
- [ERROR] mvn <goals> -rf :openmrs-api
- JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5528)
- $ mvn openmrs-api -rf
- Unable to parse command line options: Missing argument for option: rf
- usage: mvn [options] [<goal(s)>] [<phase(s)>]
- Options:
- -am,--also-make If project list is specified, also
- build projects required by the
- list
- -amd,--also-make-dependents If project list is specified, also
- build projects that depend on
- projects on the list
- -B,--batch-mode Run in non-interactive (batch)
- mode (disables output color)
- -b,--builder <arg> The id of the build strategy to
- use
- -C,--strict-checksums Fail the build if checksums don't
- match
- -c,--lax-checksums Warn if checksums don't match
- -cpu,--check-plugin-updates Ineffective, only kept for
- backward compatibility
- -D,--define <arg> Define a system property
- -e,--errors Produce execution error messages
- -emp,--encrypt-master-password <arg> Encrypt master security password
- -ep,--encrypt-password <arg> Encrypt server password
- -f,--file <arg> Force the use of an alternate POM
- file (or directory with pom.xml)
- -fae,--fail-at-end Only fail the build afterwards;
- allow all non-impacted builds to
- continue
- -ff,--fail-fast Stop at first failure in
- reactorized builds
- -fn,--fail-never NEVER fail the build, regardless
- of project result
- -gs,--global-settings <arg> Alternate path for the global
- settings file
- -gt,--global-toolchains <arg> Alternate path for the global
- toolchains file
- -h,--help Display help information
- -l,--log-file <arg> Log file where all build output
- will go (disables output color)
- -llr,--legacy-local-repository Use Maven 2 Legacy Local
- Repository behaviour, ie no use of
- _remote.repositories. Can also be
- activated by using
- -Dmaven.legacyLocalRepo=true
- -N,--non-recursive Do not recurse into sub-projects
- -npr,--no-plugin-registry Ineffective, only kept for
- backward compatibility
- -npu,--no-plugin-updates Ineffective, only kept for
- backward compatibility
- -nsu,--no-snapshot-updates Suppress SNAPSHOT updates
- -o,--offline Work offline
- -P,--activate-profiles <arg> Comma-delimited list of profiles
- to activate
- -pl,--projects <arg> Comma-delimited list of specified
- reactor projects to build instead
- of all projects. A project can be
- specified by [groupId]:artifactId
- or by its relative path
- -q,--quiet Quiet output - only show errors
- -rf,--resume-from <arg> Resume reactor from specified
- project
- -s,--settings <arg> Alternate path for the user
- settings file
- -t,--toolchains <arg> Alternate path for the user
- toolchains file
- -T,--threads <arg> Thread count, for instance 2.0C
- where C is core multiplied
- -U,--update-snapshots Forces a check for missing
- releases and updated snapshots on
- remote repositories
- -up,--update-plugins Ineffective, only kept for
- backward compatibility
- -v,--version Display version information
- -V,--show-version Display version information
- WITHOUT stopping build
- -X,--debug Produce execution debug output
- [ERROR] Error executing Maven.
- org.apache.commons.cli.MissingArgumentException: Missing argument for option: rf
- at org.apache.commons.cli.Parser.processArgs(Parser.java:363)
- at org.apache.commons.cli.Parser.processOption(Parser.java:395)
- at org.apache.commons.cli.Parser.parse(Parser.java:210)
- at org.apache.commons.cli.Parser.parse(Parser.java:88)
- at org.apache.maven.cli.CLIManager.parse(CLIManager.java:159)
- at org.apache.maven.cli.MavenCli.cli(MavenCli.java:408)
- at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:279)
- at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La
- at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
- JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5528)
- $ Maven clean install -e switch.
- bash: Maven: command not found
- JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5528)
- $ mvn clean install -e switch.
- [INFO] Error stacktraces are turned on.
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] OpenMRS [pom]
- [INFO] openmrs-tools [jar]
- [INFO] openmrs-test [pom]
- [INFO] openmrs-api [jar]
- [INFO] openmrs-web [jar]
- [INFO] openmrs-webapp [war]
- [INFO]
- [INFO] ------------------------< org.openmrs:openmrs >-------------------------
- [INFO] Building OpenMRS 2.4.0-SNAPSHOT [1/6]
- [INFO] --------------------------------[ pom ]---------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary:
- [INFO]
- [INFO] OpenMRS 2.4.0-SNAPSHOT ............................. FAILURE [ 1.177 s]
- [INFO] openmrs-tools ...................................... SKIPPED
- [INFO] openmrs-test ....................................... SKIPPED
- [INFO] openmrs-api ........................................ SKIPPED
- [INFO] openmrs-web ........................................ SKIPPED
- [INFO] openmrs-webapp 2.4.0-SNAPSHOT ...................... SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 2.338 s
- [INFO] Finished at: 2020-02-20T00:41:15+03:00
- [INFO] ------------------------------------------------------------------------
- [ERROR] Unknown lifecycle phase "switch.". 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 "switch.". 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:245)
- at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:216)
- 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:96)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:110)
- 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:956)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
- 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:289)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
- [ERROR]
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
- JULIE@JULIE-PC MINGW64 ~/OpenMRS-Tickets/openmrs-core (TRUNK-5528)
Advertisement
RAW Paste Data
Copied
Advertisement