Skip to content

Commit

Permalink
Jakarta modules sources with POM
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Feb 18, 2021
1 parent 859060a commit 0c17a66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<forceCreation>true</forceCreation>
<includePom>true</includePom>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 0c17a66

Please sign in to comment.