We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10e622 commit 18a616cCopy full SHA for 18a616c
spring-javaformat/spring-javaformat-formatter-shaded/pom.xml
@@ -15,6 +15,22 @@
15
</properties>
16
<build>
17
<plugins>
18
+ <plugin>
19
+ <groupId>org.apache.maven.plugins</groupId>
20
+ <artifactId>maven-jar-plugin</artifactId>
21
+ <executions>
22
+ <execution>
23
+ <id>empty-javadoc-jar</id>
24
+ <phase>package</phase>
25
+ <goals>
26
+ <goal>jar</goal>
27
+ </goals>
28
+ <configuration>
29
+ <classifier>javadoc</classifier>
30
+ </configuration>
31
+ </execution>
32
+ </executions>
33
+ </plugin>
34
<plugin>
35
<groupId>org.codehaus.mojo</groupId>
36
<artifactId>flatten-maven-plugin</artifactId>
0 commit comments