Created
January 27, 2017 20:21
-
-
Save GuiSim/cf2006ff2b42556fca27eef1ef494376 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<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:[email protected]:yourcompany/yourrepo.git</connection> | |
<developerConnection>scm:git:[email protected]:yourcompany/yourrepo.git</developerConnection> | |
</scm> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment