We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12a9a1 commit 02e6ebbCopy full SHA for 02e6ebb
pom.xml
@@ -76,6 +76,36 @@
76
<slf4j.version>1.7.2</slf4j.version>
77
</properties>
78
79
+ <build>
80
+ <plugins>
81
+ <plugin>
82
+ <groupId>org.apache.maven.plugins</groupId>
83
+ <artifactId>maven-source-plugin</artifactId>
84
+ <executions>
85
+ <execution>
86
+ <id>attach-sources</id>
87
+ <goals>
88
+ <goal>jar</goal>
89
+ </goals>
90
+ </execution>
91
+ </executions>
92
+ </plugin>
93
+
94
95
96
+ <artifactId>maven-javadoc-plugin</artifactId>
97
98
99
+ <id>attach-javadocs</id>
100
101
102
103
104
105
106
+ </plugins>
107
+ </build>
108
109
<dependencies>
110
111
<!-- Logging. -->
0 commit comments