Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

download sources and javadoc

<settings>

   <!-- ... other settings here ... -->

    <profiles>
        <profile>
            <id>downloadSources</id>
            <properties>
                <downloadSources>true</downloadSources>
                <downloadJavadocs>true</downloadJavadocs>
            </properties>
        </profile>
    </profiles>

    <activeProfiles>
        <activeProfile>downloadSources</activeProfile>
    </activeProfiles>
</settings>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #download #sources #javadoc
ADD COMMENT
Topic
Name
7+4 =