This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 3df32c1  [FLINK-25829] Skip deployment of statefun-sdk-js
3df32c1 is described below

commit 3df32c1ad16aaff8f66c265f9084151a1ee70730
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Wed Jan 26 15:12:39 2022 +0100

    [FLINK-25829] Skip deployment of statefun-sdk-js
    
    This closes #286.
---
 statefun-sdk-js/pom.xml | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/statefun-sdk-js/pom.xml b/statefun-sdk-js/pom.xml
index d1b3e6d..35627a8 100644
--- a/statefun-sdk-js/pom.xml
+++ b/statefun-sdk-js/pom.xml
@@ -32,23 +32,11 @@ under the License.
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>jar-no-fork</goal>
-                        </goals>
-                    </execution>
-                </executions>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
             </plugin>
         </plugins>
-        <resources>
-            <resource>
-                <!-- include src/main/protobuf in the resulting artifact. -->
-                <directory>src/main/protobuf</directory>
-            </resource>
-        </resources>
     </build>
 </project>

Reply via email to