Tibor17 commented on pull request #426:
URL: https://github.com/apache/maven-surefire/pull/426#issuecomment-1012337760


   @slawekjaranowski
   We can add the following section into project POM with identical plugin 
execution ID for some temporal time but the ideal situation would be to do it 
in the parent POM `org.apache:apache`. Currently, the `maven-gpg-plugin` 
appears within the profile `apache-release` in the parent POM and it means that 
somebody should extract GPG plugin and move it to build/plugins section from 
the profile section and then it would conform with Sonatype.
   
   ```
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-gpg-plugin</artifactId>
               <executions>
                 <execution>
                   <id>sign-release-artifacts</id>
                   <goals>
                     <goal>sign</goal>
                   </goals>
                 </execution>
               </executions>
             </plugin>
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to