jira-importer commented on issue #427:
URL: 
https://github.com/apache/maven-apache-parent/issues/427#issuecomment-2771721120

   **[Thomas 
Weise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=thw)** 
commented
   
   https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
   
   Configure finalName with a property that can be overridden:
   
   ```
   <executions>
     <execution>
       <id>source-release-assembly</id>
       <phase>package</phase>
       <goals>
         <goal>single</goal>
       </goals>
       <configuration>
          <finalName>${sourceReleaseFinalName}</finalName>
   ```
   
   


-- 
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: issues-unsubscr...@maven.apache.org

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

Reply via email to