Skip to content

Commit ba4de79

Browse files
Package sources
1 parent 57ba57c commit ba4de79

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,19 @@
102102
<groupId>com.mycila</groupId>
103103
<artifactId>license-maven-plugin</artifactId>
104104
</plugin>
105+
<plugin>
106+
<groupId>org.apache.maven.plugins</groupId>
107+
<artifactId>maven-source-plugin</artifactId>
108+
<version>3.3.1</version>
109+
<executions>
110+
<execution>
111+
<id>attach-sources</id>
112+
<goals>
113+
<goal>jar-no-fork</goal>
114+
</goals>
115+
</execution>
116+
</executions>
117+
</plugin>
105118
<plugin>
106119
<groupId>org.apache.maven.plugins</groupId>
107120
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)