Skip to content

Commit ad55869

Browse files
authored
Merge pull request #3894 from swagger-api/sources-pom
Jakarta modules sources with POM
2 parents 859060a + 0c17a66 commit ad55869

File tree

1 file changed

+4
-0
lines changed
  • modules/swagger-project-jakarta

1 file changed

+4
-0
lines changed

modules/swagger-project-jakarta/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-source-plugin</artifactId>
110110
<version>3.2.1</version>
111+
<configuration>
112+
<forceCreation>true</forceCreation>
113+
<includePom>true</includePom>
114+
</configuration>
111115
<executions>
112116
<execution>
113117
<id>attach-sources</id>

0 commit comments

Comments
 (0)