Uses of Class
org.apache.maven.shared.verifier.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in org.apache.maven.shared.verifier
Methods in org.apache.maven.shared.verifier that throw VerificationExceptionModifier and TypeMethodDescriptionvoid
Verifier.execute()
Execute Maven.void
Verifier.executeGoal
(String goal) Deprecated.will be removed.void
Verifier.executeGoal
(String goal, Map<String, String> envVars) Deprecated.will be removed.void
Verifier.executeGoals
(List<String> goals) Deprecated.will be removedvoid
Deprecated.will be removedVerifier.getMavenVersion()
Verifier.loadProperties
(String filename) void
Verifier.verify
(boolean chokeOnErrorOutput) void
Verifier.verifyArtifactContent
(String groupId, String artifactId, String version, String ext, String content) Verifies that the artifact given by its Maven coordinates exists and contains the given content.void
Verifier.verifyArtifactNotPresent
(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates does not exist.void
Verifier.verifyArtifactPresent
(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates exists.void
Verifier.verifyErrorFreeLog()
void
Verifier.verifyFileContentMatches
(String file, String regex) Verifies the given file's content matches an regular expression.void
Verifier.verifyFileNotPresent
(String file) Verifies that the given file does not exist.void
Verifier.verifyFilePresent
(String file) Verifies that the given file exists.void
Verifier.verifyTextInLog
(String text) Throws an exception if the text is not present in the log.Constructors in org.apache.maven.shared.verifier that throw VerificationException