ACS-5807: [release] add maven-source-plugin (#850)

* ACS-5807: add maven-source-plugin

* ACS-5807: add maven-source-plugin

* ACS-5807 [release] Transform Core 4.0.1-A3
This commit is contained in:
Paweł Rainer
2023-08-10 15:43:00 +02:00
committed by GitHub
parent 69ada88a79
commit 2fd3da41ac
8 changed files with 88 additions and 0 deletions

View File

@@ -93,6 +93,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>