Skip to content
Snippets Groups Projects
Commit 2ccebed6 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added needed antrun plugin version

parent 3ecc47ce
No related branches found
No related tags found
1 merge request!5+ added maven-managed alternative for the yang tools wrapper, updated upstream version numbers
Checking pipeline status
...@@ -79,22 +79,25 @@ ...@@ -79,22 +79,25 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions> <executions>
<execution> <execution>
<id>fix-manifest</id>
<phase>test</phase> <phase>test</phase>
<goals>
<goal>run</goal>
</goals>
<configuration> <configuration>
<!-- <tasks>
<echo>Update MANIFEST: ${project.build.outputDirectory}/META-INF/MANIFEST.MF</echo>
<echo>Replace ${classpath.placeholder} with ,${line.separator} </echo>
</tasks> -->
<target> <target>
<!--
<replace file="classpath.properties"
-->
<replace file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" <replace file="${project.build.outputDirectory}/META-INF/MANIFEST.MF"
token="${classpath.placeholder}" token="${classpath.placeholder}"
value=",${line.separator} " /> value=",${line.separator} " />
</target> </target>
</configuration> </configuration>
<goals>
<goal>run</goal>
</goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment