Skip to content

Commit

Permalink
Update yaml and maven settings
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Dec 2, 2015
1 parent 4e98d17 commit 66b281f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: java
jdk:
- openjdk6
before_script:
before_install:
- cp maven_settings.xml ~/.m2/settings.xml
25 changes: 25 additions & 0 deletions maven_settings.xml
@@ -0,0 +1,25 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveMode/>
<usePluginRegistry/>
<offline/>
<pluginGroups/>
<servers/>
<mirrors>
<mirror>
<id>codehaus-mule-repo</id>
<name>codehaus-mule-repo</name>
<url>https://repository-master.mulesoft.org/nexus/content/groups/public/</url>
<layout>default</layout>
<mirrorOf>repository.codehaus</mirrorOf>
</mirror>
</mirrors>


<proxies/>
<profiles/>
<activeProfiles/>
</settings>

0 comments on commit 66b281f

Please sign in to comment.