Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POM files: download javadoc and sources #42

Open
alphaville opened this issue Jul 11, 2014 · 0 comments
Open

POM files: download javadoc and sources #42

alphaville opened this issue Jul 11, 2014 · 0 comments
Assignees
Labels

Comments

@alphaville
Copy link
Owner

Example:

<dependency>
            <groupId>com.hp.hpl.jena</groupId>
            <artifactId>jena</artifactId>
            <version>2.6.4</version>
            <classifier>javadoc</classifier>
</dependency>

But, can be also done for all dependencies by adding this profile into settings.xml:

<profile>
            <id>downloadSources</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <properties>
                <downloadSources>true</downloadSources>
                <downloadJavadocs>true</downloadJavadocs>           
            </properties>
        </profile>
@alphaville alphaville self-assigned this Jul 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant