Skip to content

Commit 035a7d5

Browse files
Generate sources on mvn package
1 parent 2126fd0 commit 035a7d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,18 @@
141141
<target>1.6</target>
142142
</configuration>
143143
</plugin>
144+
<plugin>
145+
<groupId>org.apache.maven.plugins</groupId>
146+
<artifactId>maven-source-plugin</artifactId>
147+
<executions>
148+
<execution>
149+
<id>attach-sources</id>
150+
<goals>
151+
<goal>jar</goal>
152+
</goals>
153+
</execution>
154+
</executions>
155+
</plugin>
144156
<plugin>
145157
<groupId>org.apache.maven.plugins</groupId>
146158
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)