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 be9444a commit fda03ecCopy full SHA for fda03ec
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>5.3.3-SNAPSHOT</version>
+ <version>5.3.2</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -209,6 +209,19 @@
209
</execution>
210
</executions>
211
</plugin>
212
+ <plugin>
213
+ <groupId>org.apache.maven.plugins</groupId>
214
+ <artifactId>maven-javadoc-plugin</artifactId>
215
+ <version>3.0.1</version>
216
+ <executions>
217
+ <execution>
218
+ <id>attach-javadocs</id>
219
+ <goals>
220
+ <goal>jar</goal>
221
+ </goals>
222
+ </execution>
223
+ </executions>
224
+ </plugin>
225
</plugins>
226
</build>
227
</profile>
0 commit comments