Skip to content

Commit

Permalink
Drop no longer needed profile
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Mar 28, 2024
1 parent 60a337f commit d1134e0
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1072,36 +1072,5 @@
</plugins>
</build>
</profile>
<profile>
<id>older-jdk-disables-tests</id>
<activation>
<jdk>[,17)</jdk>
</activation>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>message-for-older-jdk</id>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<echo message="With currently used JDK tests (compilation and execution) are disabled." />
<echo message="Use JDK 17+ to get rid of this warning." />
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit d1134e0

Please sign in to comment.