Skip to content

Instantly share code, notes, and snippets.

@rbento
Last active January 29, 2022 20:42
Show Gist options
  • Save rbento/9d4976f842044b378864c682cd07ce82 to your computer and use it in GitHub Desktop.
Save rbento/9d4976f842044b378864c682cd07ce82 to your computer and use it in GitHub Desktop.
Notes on Apache Maven

Apache Maven

Generate a project based on archetype


mvn archetype:generate -Dfilter=<search string>

Download Sources and Javadoc


mvn dependency:sources dependency:resolve -Dclassifier=javadoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment