Skip to content

Commit

Permalink
Add empty javadoc jar for shaded formatter
Browse files Browse the repository at this point in the history
Closes gh-151
  • Loading branch information
philwebb committed Dec 4, 2019
1 parent d10e622 commit 18a616c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions spring-javaformat/spring-javaformat-formatter-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 18a616c

Please sign in to comment.