Skip to content

Instantly share code, notes, and snippets.

@ifinoi
Last active December 14, 2015 04:49
Show Gist options
  • Save ifinoi/5030684 to your computer and use it in GitHub Desktop.
Save ifinoi/5030684 to your computer and use it in GitHub Desktop.
add repo details to the pom.xml file
<repositories>
<!-- other repositories here -->
<repository>
<id>bugsense repo</id>
<name>The BugSense Repository</name>
<url>http://mvn.bugsense.com/</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment