diff --git a/.project b/.project
index 0154f5f..73abbf6 100644
--- a/.project
+++ b/.project
@@ -17,6 +17,7 @@
+ org.sonar.ide.eclipse.core.sonarNature
org.eclipse.jdt.core.javanature
org.eclipse.m2e.core.maven2Nature
diff --git a/.settings/org.sonar.ide.eclipse.core.prefs b/.settings/org.sonar.ide.eclipse.core.prefs
new file mode 100644
index 0000000..0337a8a
--- /dev/null
+++ b/.settings/org.sonar.ide.eclipse.core.prefs
@@ -0,0 +1,5 @@
+eclipse.preferences.version=1
+extraProperties=
+projectKey=sg.edu.nus.StackAnnotation\:StackAnnotationMaven
+serverUrl=http\://localhost\:9000
+version=2
diff --git a/pom.xml b/pom.xml
index c65bebb..e319479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
StackAnnotationMaven
- http://www.example.com
+ http://ec2-3-105-229-16.ap-southeast-2.compute.amazonaws.com/jenkins/
UTF-8
diff --git a/src/test/java/sg/edu/nus/StackAnnotation/AppTest.java b/src/test/java/sg/edu/nus/StackAnnotation/AppTest.java
index bd2913a..a432772 100644
--- a/src/test/java/sg/edu/nus/StackAnnotation/AppTest.java
+++ b/src/test/java/sg/edu/nus/StackAnnotation/AppTest.java
@@ -15,6 +15,6 @@ public class AppTest
@Test
public void shouldAnswerWithTrue()
{
- assertTrue( false );
+ assertTrue( true );
}
}