Skip to content

Commit

Permalink
ACS-5807: add sources plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Sep 25, 2023
1 parent 20d4486 commit 6cb615a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,19 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
Expand Down

0 comments on commit 6cb615a

Please sign in to comment.