You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/04/21 23:38:24 UTC

[GitHub] [commons-crypto] vanzin commented on a change in pull request #98: Update pom.xml to explicitly prevent cleaning during release:prepare

vanzin commented on a change in pull request #98:
URL: https://github.com/apache/commons-crypto/pull/98#discussion_r412564077



##########
File path: pom.xml
##########
@@ -606,6 +606,14 @@ The following provides more details on the included cryptographic software:
           <ignoredDifferencesFile>${basedir}/clirr-excludes.xml</ignoredDifferencesFile>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+	      <version>2.5.3</version>
+	      <configuration>
+          <preparationGoals>verify</preparationGoals>
+	      </configuration>

Review comment:
       Indentation is funky.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org