We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f942be commit 14d915fCopy full SHA for 14d915f
1 file changed
org.modeldriven.fuml/pom.xml
@@ -398,7 +398,7 @@
398
Comment out the below GPG plugin if not set up with GPG
399
and just want to install local locally.
400
-->
401
-
+ <!--
402
<plugin>
403
<groupId>org.apache.maven.plugins</groupId>
404
<artifactId>maven-gpg-plugin</artifactId>
@@ -413,7 +413,7 @@
413
</execution>
414
</executions>
415
</plugin>
416
+ -->
417
<!--
418
Release Plugin (Update version in POM before/after release, create
419
tag, deploy) to try: mvn release:prepare -DdryRun=true && mvn
0 commit comments