jackjlli opened a new pull request #6229:
URL: https://github.com/apache/incubator-pinot/pull/6229


   ## Description
   Currently the signature file for 
`pinot-connectors/pinot-spark-connector/target/pinot-spark-connector-0.6.0-javadoc.jar`
 is missing, because this file is overriden by `scala-maven-plugin` in 
`pinot-spark-connector` module, which is run right after the default gpg plugin 
signed the files.
   
   This PR adds profile release-sign-artifacts for pinot-spark-connector 
module, so that the correct asc file could be generated after scala plugin 
overwrote the javadoc file. 
   
   By default this profile won't be executed, unless we need to cut a OSS 
release and need to run the following command to prepare the OSS release:
   ```
   $ mvn -Darguments=-DskipTests release:prepare 
-Pscala-2.12,release-sign-artifacts
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to