Answers for "mvn clean install does not running test"

0

mvn clean install does not running test

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <scope>test</scope>
        <exclusions>
           <exclusion>
              <groupId>org.junit.vintage</groupId>
              <artifactId>junit-vintage-engine</artifactId>
           </exclusion>
        </exclusions>
     </dependency>
Posted by: Guest on February-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language