Skip to content

Commit 09f9e59

Browse files
committed
Attach sources.
1 parent 5785538 commit 09f9e59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
</dependency>
145145
</dependencies>
146146
</plugin>
147+
<plugin>
148+
<groupId>org.apache.maven.plugins</groupId>
149+
<artifactId>maven-source-plugin</artifactId>
150+
<version>3.3.1</version>
151+
</plugin>
147152
</plugins>
148153
</pluginManagement>
149154
<plugins>
@@ -208,6 +213,19 @@
208213
</dependency>
209214
</dependencies>
210215
</plugin>
216+
<plugin>
217+
<groupId>org.apache.maven.plugins</groupId>
218+
<artifactId>maven-source-plugin</artifactId>
219+
<executions>
220+
<execution>
221+
<id>attach-sources</id>
222+
<phase>verify</phase>
223+
<goals>
224+
<goal>jar-no-fork</goal>
225+
</goals>
226+
</execution>
227+
</executions>
228+
</plugin>
211229
</plugins>
212230
</build>
213231

0 commit comments

Comments
 (0)