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

tech.jhipster.lite.module.infrastructure.secondary.javadependency.maven.InvalidPomException 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.shared.error.domain.GeneratorException;

class InvalidPomException extends GeneratorException {

  public InvalidPomException() {
    super(
      badRequest(MavenDependencyErrorKey.INVALID_POM).message(
        "Your pom.xml file is invalid, you have to define, at least, an artifact id for your project"
      )
    );
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy