Skip to content

Commit 509d507

Browse files
committed
added missing sources plugin
1 parent 94aafa7 commit 509d507

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@
108108
</execution>
109109
</executions>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.apache.maven.plugins</groupId>
113+
<artifactId>maven-source-plugin</artifactId>
114+
<version>4.0.0-beta-1</version>
115+
<executions>
116+
<execution>
117+
<id>attach-sources</id>
118+
<phase>verify</phase>
119+
<goals>
120+
<goal>jar-no-fork</goal>
121+
</goals>
122+
</execution>
123+
</executions>
124+
</plugin>
111125
<plugin>
112126
<groupId>org.apache.maven.plugins</groupId>
113127
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)