首页 > 技术文章 > maven-eclipse-plugin downloadSources downloadJavadocs

tonggc1668 2019-02-22 11:50 原文

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.10</version>
        <configuration>
          <downloadSources>true</downloadSources>
          <downloadJavadocs>true</downloadJavadocs>
        </configuration>
      </plugin>

 

推荐阅读