10000 Clean up XML comments · scijava/pom-scijava@fbfa5cb · GitHub
[go: up one dir, main page]

Skip to content

Commit fbfa5cb

Browse files
committed
Clean up XML comments
1 parent 9513afc commit fbfa5cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6881,6 +6881,7 @@
68816881
<id>generate-gradle-catalog-and-platform</id>
68826882
<phase>generate-sources</phase>
68836883
<goals>
6884+
<!-- https://www.mojohaus.org/exec-maven-plugin/exec-mojo.html -->
68846885
<goal>exec</goal>
68856886
</goals>
68866887
<configuration>
@@ -6895,17 +6896,14 @@
68956896
</execution>
68966897
</executions>
68976898
</plugin>
6898-
<!-- https://www.mojohaus.org/exec-maven-plugin/exec-mojo.html -->
68996899
<plugin>
69006900
<groupId>org.codehaus.mojo</groupId>
69016901
<artifactId>build-helper-maven-plugin</artifactId>
69026902
<executions>
69036903
<execution>
69046904
<id>attach-gradle-catalog-and-platform</id>
6905-
<!-- Check if correct-->
6906-
<!-- <phase>package</phase>-->
69076905
<goals>
6908-
<!-- https://www.mojohaus.org/build-helper-maven-plugin/attach-artifact-mojo.html -->
6906+
<!-- https://www.mojohaus.org/build-helper-maven-plugin/attach-artifact-mojo.html -->
69096907
<goal>attach-artifact</goal>
69106908
</goals>
69116909
<configuration>

0 commit comments

Comments
 (0)
0