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 b6d2d5d commit 2da5882Copy full SHA for 2da5882
pom.xml
@@ -63,6 +63,32 @@
63
<goals>deploy</goals>
64
</configuration>
65
</plugin>
66
+ <plugin>
67
+ <groupId>org.apache.maven.plugins</groupId>
68
+ <artifactId>maven-source-plugin</artifactId>
69
+ <version>3.3.0</version>
70
+ <executions>
71
+ <execution>
72
+ <id>attach-sources</id>
73
+ <goals>
74
+ <goal>jar-no-fork</goal>
75
+ </goals>
76
+ </execution>
77
+ </executions>
78
+ </plugin>
79
80
81
+ <artifactId>maven-javadoc-plugin</artifactId>
82
+ <version>3.5.0</version>
83
84
85
+ <id>attach-javadocs</id>
86
87
+ <goal>jar</goal>
88
89
90
91
92
</plugins>
93
</build>
94
0 commit comments