Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit c08e118

Browse files
zhengjllukasj
authored andcommitted
Fix promotion issue caused by javadoc version (#26)
1 parent cdcfa9f commit c08e118

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,18 @@ href='http://www.oracle.com/technetwork/java/index-jsp-137004.html'><i>Metro Web
556556
</plugins>
557557
</build>
558558
</profile>
559+
<profile>
560+
<id>jvnet-release</id>
561+
<build>
562+
<plugins>
563+
<plugin>
564+
<groupId>org.apache.maven.plugins</groupId>
565+
<artifactId>maven-javadoc-plugin</artifactId>
566+
<version>3.0.0-M1</version>
567+
</plugin>
568+
</plugins>
569+
</build>
570+
</profile>
559571
</profiles>
560572

561573
</project>

0 commit comments

Comments
 (0)