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 4edf81f commit 19c3d3fCopy full SHA for 19c3d3f
pom.xml
@@ -61,6 +61,32 @@
61
<target>1.8</target>
62
</configuration>
63
</plugin>
64
+ <plugin>
65
+ <groupId>org.apache.maven.plugins</groupId>
66
+ <artifactId>maven-source-plugin</artifactId>
67
+ <version>2.3</version>
68
+ <executions>
69
+ <execution>
70
+ <id>attach-sources</id>
71
+ <goals>
72
+ <goal>jar</goal>
73
+ </goals>
74
+ </execution>
75
+ </executions>
76
+ </plugin>
77
78
79
+ <artifactId>maven-javadoc-plugin</artifactId>
80
+ <version>2.9.1</version>
81
82
83
+ <id>attach-javadocs</id>
84
85
86
87
88
89
90
</plugins>
91
</build>
92
0 commit comments