Skip to content

Instantly share code, notes, and snippets.

@GuiSim
Created January 27, 2017 20:21
Show Gist options
  • Save GuiSim/cf2006ff2b42556fca27eef1ef494376 to your computer and use it in GitHub Desktop.
Save GuiSim/cf2006ff2b42556fca27eef1ef494376 to your computer and use it in GitHub Desktop.
...
<name>${project.groupId}:${project.artifactId}</name>
<description>Your artifact description</description>
<url>Link to your page or GitHub</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Your name</name>
<email>Your email</email>
<organization>Your company</organization>
<organizationUrl>Your company's website</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/yourcompany/yourrepo</url>
<connection>scm:git:git@github.com:yourcompany/yourrepo.git</connection>
<developerConnection>scm:git:git@github.com:yourcompany/yourrepo.git</developerConnection>
</scm>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment