Skip to content

Commit

Permalink
Merge pull request #3894 from swagger-api/sources-pom
Browse files Browse the repository at this point in the history
Jakarta modules sources with POM
  • Loading branch information
frantuma authored Feb 18, 2021
2 parents 859060a + 0c17a66 commit ad55869
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 ad55869

Please sign in to comment.