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/22 15:28:45 UTC

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

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



##########
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:
       My text editor for some reason is mixing tabs and spaces.  Should be fixed now.




----------------------------------------------------------------
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