Skip to content

Commit

Permalink
Add dependencies to maven-javadoc-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Jul 12, 2014
1 parent 53c8106 commit c43585c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,18 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<additionalDependencies>
<additionalDependency>
<groupId>com.github.tony19</groupId>
<artifactId>logback-android-core</artifactId>
<version>${project.version}</version>
</additionalDependency>
<additionalDependency>
<groupId>com.github.tony19</groupId>
<artifactId>logback-android-classic</artifactId>
<version>${project.version}</version>
</additionalDependency>
</additionalDependencies>
<aggregate>true</aggregate>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
Expand Down

0 comments on commit c43585c

Please sign in to comment.