You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/07/13 01:01:58 UTC

[GitHub] [beam] chamikaramj commented on a change in pull request #15159: [BEAM-12597] Add AppendingTransformer for reference.conf in shade

chamikaramj commented on a change in pull request #15159:
URL: https://github.com/apache/beam/pull/15159#discussion_r668353111



##########
File path: sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
##########
@@ -132,6 +132,9 @@
               </filters>
               <transformers>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
+                  <resource>reference.conf</resource>

Review comment:
       Could you clarify where "reference.conf" comes from ? I'm not familiar regarding this file.




-- 
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: github-unsubscribe@beam.apache.org

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