maven-eclipse-plugin downloadSources downloadJavadocs

<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>

猜你喜欢

转载自www.cnblogs.com/tonggc1668/p/10417520.html