Skip to content

Commit b9535d2

Browse files
committed
added source plugin
1 parent 885ef37 commit b9535d2

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
@@ -131,6 +131,20 @@
131131
</launchers>
132132
</configuration>
133133
</plugin>
134+
<plugin>
135+
<groupId>org.apache.maven.plugins</groupId>
136+
<artifactId>maven-source-plugin</artifactId>
137+
<version>2.1.2</version>
138+
<executions>
139+
<execution>
140+
<id>attach-sources</id>
141+
<phase>verify</phase>
142+
<goals>
143+
<goal>jar-no-fork</goal>
144+
</goals>
145+
</execution>
146+
</executions>
147+
</plugin>
134148
</plugins>
135149
</build>
136150
<dependencyManagement>

0 commit comments

Comments
 (0)