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.
1 parent c9720e1 commit a0e62b6Copy full SHA for a0e62b6
pom.xml
@@ -43,6 +43,30 @@
43
<target>8</target>
44
</configuration>
45
</plugin>
46
+ <plugin>
47
+ <groupId>org.apache.maven.plugins</groupId>
48
+ <artifactId>maven-source-plugin</artifactId>
49
+ <executions>
50
+ <execution>
51
+ <id>attach-sources</id>
52
+ <goals>
53
+ <goal>jar</goal>
54
+ </goals>
55
+ </execution>
56
+ </executions>
57
+ </plugin>
58
59
60
+ <artifactId>maven-javadoc-plugin</artifactId>
61
62
63
+ <id>attach-javadocs</id>
64
65
66
67
68
69
70
</plugins>
71
</build>
72
0 commit comments