We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f2a08 commit 1b87ac1Copy full SHA for 1b87ac1
spring-javaformat/spring-javaformat-formatter-eclipse-runtime/pom.xml
@@ -23,6 +23,22 @@
23
</dependencies>
24
<build>
25
<plugins>
26
+ <plugin>
27
+ <groupId>org.apache.maven.plugins</groupId>
28
+ <artifactId>maven-jar-plugin</artifactId>
29
+ <executions>
30
+ <execution>
31
+ <id>empty-javadoc-jar</id>
32
+ <phase>package</phase>
33
+ <goals>
34
+ <goal>jar</goal>
35
+ </goals>
36
+ <configuration>
37
+ <classifier>javadoc</classifier>
38
+ </configuration>
39
+ </execution>
40
+ </executions>
41
+ </plugin>
42
<plugin>
43
<groupId>org.apache.maven.plugins</groupId>
44
<artifactId>maven-source-plugin</artifactId>
0 commit comments