All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.jhipster.lite.module.infrastructure.secondary.javadependency.maven.MissingMavenProfileException Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package tech.jhipster.lite.module.infrastructure.secondary.javadependency.maven;

import tech.jhipster.lite.module.domain.javabuildprofile.BuildProfileId;
import tech.jhipster.lite.shared.error.domain.GeneratorException;

class MissingMavenProfileException extends GeneratorException {

  public MissingMavenProfileException(BuildProfileId profileId) {
    super(badRequest(MavenDependencyErrorKey.MISSING_PROFILE).message("Your pom.xml file does not contain the profile " + profileId));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy