Skip to content

Commit

Permalink
ACS-5807: add missing maven-source-plugin (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Aug 16, 2023
1 parent 77d557f commit 1458dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
4 changes: 4 additions & 0 deletions engines/pdfrenderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1458dad

Please sign in to comment.