Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
2024-08-04 001: Pause on maven-invoker-plugin
Browse files Browse the repository at this point in the history
- We are not integrating anything right now
  • Loading branch information
Tripleo committed Aug 4, 2024
1 parent 10d24f8 commit 9136bd5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions elijah-congenial-robot/elijah-core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@
<artifactId>moshi-kotlin-codegen</artifactId>
<version>1.15.0</version>
</dependency>
<!--
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>1.9.22</version>
<scope>test</scope>
</dependency>
-->
</dependencies>

<build>
<plugins>
<plugins><!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
Expand All @@ -89,7 +91,7 @@
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<settingsFile>src/it/settings.xml</settingsFile>
<!-- ignore it as it failed for svn local version issue -->
&lt;!&ndash; ignore it as it failed for svn local version issue &ndash;&gt;
<invokerTest>!scm-781</invokerTest>
</configuration>
<executions>
Expand All @@ -103,7 +105,7 @@
</executions>
</plugin>
<!--
&lt;!&ndash;
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
Expand All @@ -117,7 +119,7 @@
</execution>
</executions>
</plugin>
-->
&ndash;&gt;
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -207,6 +209,6 @@
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
</plugins>
--></plugins>
</build>
</project>

0 comments on commit 9136bd5

Please sign in to comment.