jackylau created FLINK-27630:
--------------------------------

             Summary: maven-source-plugin for table planner values connector 
for debug
                 Key: FLINK-27630
                 URL: https://issues.apache.org/jira/browse/FLINK-27630
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
    Affects Versions: 1.16.0
            Reporter: jackylau
             Fix For: 1.16.0


{code:java}
// code placeholder
just like kafka/pulsar
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-source-plugin</artifactId>
   <executions>
      <execution>
         <id>attach-test-sources</id>
         <goals>
            <goal>test-jar-no-fork</goal>
         </goals>
         <configuration>
            <archive>
               <!-- Globally exclude maven metadata, because it may 
accidentally bundle files we don't intend to -->
               <addMavenDescriptor>false</addMavenDescriptor>
            </archive>
            <includes>
               <include>**/factories/**</include>
               <include>META-INF/LICENSE</include>
               <include>META-INF/NOTICE</include>
            </includes>
         </configuration>
      </execution>
   </executions>
</plugin> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to