We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1382890 + e187f43 commit 5722c0fCopy full SHA for 5722c0f
core/pom.xml
@@ -150,6 +150,30 @@
150
<autoReleaseAfterClose>true</autoReleaseAfterClose>
151
</configuration>
152
</plugin>
153
+ <plugin>
154
+ <groupId>org.apache.maven.plugins</groupId>
155
+ <artifactId>maven-source-plugin</artifactId>
156
+ <executions>
157
+ <execution>
158
+ <id>attach-sources</id>
159
+ <goals>
160
+ <goal>jar</goal>
161
+ </goals>
162
+ </execution>
163
+ </executions>
164
+ </plugin>
165
166
167
+ <artifactId>maven-javadoc-plugin</artifactId>
168
169
170
+ <id>attach-javadocs</id>
171
172
173
174
175
176
177
</plugins>
178
</build>
179
<dependencies>
0 commit comments