I do a block comment on the following...
<distributionManagement> <!-- Climbing Vine Repository Distribution --> <repository> <id>cv</id> <name>CV Repository</name> <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url> </repository> </distributionManagement>
Resulting in...
<!-- <distributionManagement> --><!-- Climbing Vine Repository Distribution --><!-- <repository> <id>cv</id> <name>CV Repository</name> <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url> </repository> </distributionManagement>-->
I then run the block comment command on it again and get this, which is not what I should get...
<distributionManagement> --><!-- Climbing Vine Repository Distribution --><!-- <repository> <id>cv</id> <name>CV Repository</name> <url>scp://maven.climbingvine.ca/var/www/maven.climbingvine.ca/htdocs/</url> </repository> </distributionManagement>