Commit 554d8f88c9078a31c7b24aa12a76e4ce806b339b

Authored by 运维管理账户
1 parent 8becbb4d

my second maven project

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
1 #Generated by Maven 1 #Generated by Maven
2 -#Thu Nov 15 19:40:01 CST 2018 2 +#Thu Nov 15 20:08:04 CST 2018
3 version=1.0-SNAPSHOT 3 version=1.0-SNAPSHOT
4 groupId=com.mycompany.app 4 groupId=com.mycompany.app
5 artifactId=my-app 5 artifactId=my-app
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