Skip to content

Commit

Permalink
Small pom.xml impovements
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 18, 2024
1 parent 49bb988 commit 70f2bcb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
</dependency>
</dependencies>

<modules>
<module>equalsverifier-core</module>
</modules>

<profiles>
<profile>
<id>full-multirelease-build</id>
Expand Down Expand Up @@ -283,9 +287,11 @@
</plugins>
</build>
</profile>

<profile>
<id>static-analysis</id>
<activation>
<jdk>[11,)</jdk>
<property>
<name>!disableStaticAnalysis</name>
</property>
Expand Down Expand Up @@ -435,6 +441,7 @@
<!-- This profile exists for Checkstyle's regression CI: see issues 216 and 586 -->
<id>static-analysis-checkstyle</id>
<activation>
<jdk>[11,)</jdk>
<property>
<name>!disableStaticAnalysis</name>
</property>
Expand Down Expand Up @@ -554,17 +561,6 @@
</build>
</profile>

<profile>
<id>modules-jdk8</id>
<activation>
<jdk>[1.8,11)</jdk>
</activation>

<modules>
<module>equalsverifier-core</module>
</modules>
</profile>

<profile>
<id>modules-jdk11</id>
<activation>
Expand Down

0 comments on commit 70f2bcb

Please sign in to comment.