Skip to content

Commit 6aafddd

Browse files
authored
Merge pull request #1045 from yue9944882/not-skipping-proto-deploy
Prune "skip" configuration for deploying proto module
2 parents 21ed941 + d363107 commit 6aafddd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

proto/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
<artifactId>maven-bundle-plugin</artifactId>
2727
<extensions>true</extensions>
2828
</plugin>
29-
<plugin>
30-
<groupId>org.apache.maven.plugins</groupId>
31-
<artifactId>maven-deploy-plugin</artifactId>
32-
<configuration>
33-
<skip>true</skip>
34-
</configuration>
35-
</plugin>
3629
</plugins>
3730
</build>
3831
</project>

0 commit comments

Comments
 (0)