Skip to content

Commit 4fb3bd1

Browse files
committed
generate sources on build
1 parent e32ea9d commit 4fb3bd1

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
@@ -120,6 +120,19 @@
120120
<autoReleaseAfterClose>true</autoReleaseAfterClose>
121121
</configuration>
122122
</plugin>
123+
<plugin>
124+
<groupId>org.apache.maven.plugins</groupId>
125+
<artifactId>maven-source-plugin</artifactId>
126+
<version>2.2.1</version>
127+
<executions>
128+
<execution>
129+
<id>attach-sources</id>
130+
<goals>
131+
<goal>jar-no-fork</goal>
132+
</goals>
133+
</execution>
134+
</executions>
135+
</plugin>
123136
</plugins>
124137
</build>
125138

0 commit comments

Comments
 (0)