Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created August 21, 2013 07:34
Show Gist options
  • Save sadaco/6291345 to your computer and use it in GitHub Desktop.
Save sadaco/6291345 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://www.bugsense.com/maven/</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment