Commit 554d8f88c9078a31c7b24aa12a76e4ce806b339b
1 parent
8becbb4d
my second maven project
Showing
5 changed files
with
3 additions
and
2 deletions
src/main/java/com/mycompany/app/App.java
| @@ -9,5 +9,6 @@ public class App | @@ -9,5 +9,6 @@ public class App | ||
| 9 | public static void main( String[] args ) | 9 | public static void main( String[] args ) |
| 10 | { | 10 | { |
| 11 | System.out.println( "Hello World!" ); | 11 | System.out.println( "Hello World!" ); |
| 12 | + System.out.println( "Hello World!" ); | ||
| 12 | } | 13 | } |
| 13 | } | 14 | } |
target/classes/com/mycompany/app/App.class
No preview for this file type
target/maven-archiver/pom.properties
target/my-app-1.0-SNAPSHOT.jar
No preview for this file type
target/surefire-reports/com.mycompany.app.AppTest.txt
| 1 | ------------------------------------------------------------------------------- | 1 | ------------------------------------------------------------------------------- |
| 2 | Test set: com.mycompany.app.AppTest | 2 | Test set: com.mycompany.app.AppTest |
| 3 | ------------------------------------------------------------------------------- | 3 | ------------------------------------------------------------------------------- |
| 4 | -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec | 4 | +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec |