Skip to content

Commit

Permalink
Add a comment in pom to prevent mvn release from reformatting wrongly (
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Aug 14, 2023
1 parent cd6ed96 commit c4954b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
<configuration>
<tasks>
<echo>copy proxy protocol handler</echo>
<copy file="${basedir}/../pulsar-transformations/target/pulsar-transformations-${project.version}.nar" tofile="${project.build.outputDirectory}/pulsar-transformations.nar"/>
<copy file="${basedir}/../pulsar-transformations/target/pulsar-transformations-${project.version}.nar" tofile="${project.build.outputDirectory}/pulsar-transformations.nar">
<!-- this comment prevents mvn release plugin to wrongly reformat the pom -->
</copy>
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit c4954b1

Please sign in to comment.