We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b451715 + 9eec71d commit 2f61612Copy full SHA for 2f61612
eo-maven-plugin/README.md
@@ -35,7 +35,7 @@ create a file `pom.xml` with this content (it's just a sample):
35
<plugin>
36
<groupId>org.eolang</groupId>
37
<artifactId>eo-maven-plugin</artifactId>
38
- <version>0.29.4</version>
+ <version>0.29.5</version>
39
<executions>
40
<execution>
41
<goals>
@@ -140,7 +140,7 @@ This can be achived by disabling `maven-invoker-plugin` execution within `eo-mav
140
...
141
142
<artifactId>maven-invoker-plugin</artifactId>
143
144
<configuration>
145
<skipInstallation>true</skipInstallation>
146
<skipInvocation>true</skipInvocation>
0 commit comments