Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>org.sonar.ide.eclipse.core.sonarNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
Expand Down
5 changes: 5 additions & 0 deletions .settings/org.sonar.ide.eclipse.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eclipse.preferences.version=1
extraProperties=
projectKey=sg.edu.nus.StackAnnotation\:StackAnnotationMaven
serverUrl=http\://localhost\:9000
version=2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<name>StackAnnotationMaven</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<url>http://ec2-3-105-229-16.ap-southeast-2.compute.amazonaws.com/jenkins/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/sg/edu/nus/StackAnnotation/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public class AppTest
@Test
public void shouldAnswerWithTrue()
{
assertTrue( false );
assertTrue( true );
}
}