Skip to content

Commit 74af609

Browse files
authored
IGNITE-28391 Use enforcer plugin to check active Maven version (#12966)
1 parent fc0ceba commit 74af609

7 files changed

Lines changed: 429 additions & 551 deletions

File tree

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

-49.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18+
wrapperVersion=3.3.4
19+
distributionType=only-script
1820
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
19-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar

modules/core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@
349349
<shadedArtifactAttached>false</shadedArtifactAttached>
350350
<artifactSet>
351351
<includes>
352-
<include>${groupId}:ignite-commons</include>
353-
<include>${groupId}:ignite-binary-api</include>
354-
<include>${groupId}:ignite-binary-impl</include>
355-
<include>${groupId}:ignite-grid-unsafe</include>
352+
<include>${project.groupId}:ignite-commons</include>
353+
<include>${project.groupId}:ignite-binary-api</include>
354+
<include>${project.groupId}:ignite-binary-impl</include>
355+
<include>${project.groupId}:ignite-grid-unsafe</include>
356356
</includes>
357357
</artifactSet>
358358
</configuration>

0 commit comments

Comments
 (0)