Skip to content

Commit 845ce0b

Browse files
committed
Format profile documentation more consistently
1 parent 03146e9 commit 845ce0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@
14771477
</profile>
14781478

14791479
<!--
1480-
For debugging. E.g. for Eclipse, pass -DdebugPort=8000,suspend=y
1480+
The debug-port profile is for debugging. E.g. for Eclipse, pass -DdebugPort=8000,suspend=y
14811481
and add a Debug Configuration for a Remote Java Application.
14821482
-->
14831483
<profile>
@@ -1491,8 +1491,8 @@
14911491
</profile>
14921492

14931493
<!--
1494-
Run integration tests when "-Prun-its" is passed.
1495-
This works using the maven-invoker-plugin.
1494+
The run-its profile enables execution of maven-invoker-plugin-based
1495+
integration tests. Activate it by passing `-Prun-its` to the mvn execution.
14961496
-->
14971497
<profile>
14981498
<id>run-its</id>
@@ -1530,7 +1530,7 @@
15301530
</build>
15311531
</profile>
15321532

1533-
<!-- This profile enables deployment to the SciJava Maven repository. -->
1533+
<!-- The deploy-to-scijava profile enables deployment to the SciJava Maven repository. -->
15341534
<profile>
15351535
<id>deploy-to-scijava</id>
15361536
<build>
@@ -1566,7 +1566,7 @@
15661566
</distributionManagement>
15671567
</profile>
15681568

1569-
<!-- This profile enables releasing to the OSS Sonatype repository. -->
1569+
<!-- The sonatype-oss-release profile enables releasing to the OSS Sonatype repository. -->
15701570
<profile>
15711571
<id>sonatype-oss-release</id>
15721572
<build>
@@ -1608,7 +1608,7 @@
16081608
</profile>
16091609

16101610
<!--
1611-
This profile lets Eclipse parse SciJava annotations of imported projects,
1611+
This only-eclipse profile lets Eclipse parse SciJava annotations of imported projects,
16121612
and maps Maven plugin goals to Eclipse executions.
16131613
-->
16141614
<profile>
@@ -1839,7 +1839,7 @@
18391839
</profile>
18401840

18411841
<!--
1842-
This profile signs artifacts using GPG.
1842+
This sign profile signs artifacts using GPG.
18431843
-->
18441844
<profile>
18451845
<id>sign</id>
@@ -1853,7 +1853,7 @@
18531853
</profile>
18541854

18551855
<!--
1856-
This profile aggregates javadocs for the project
1856+
This build-javadoc profile aggregates javadocs for the project
18571857
and its direct dependencies.
18581858
-->
18591859
<profile>

0 commit comments

Comments
 (0)