Jelajahi Sumber

Remove legacy start-class property from maven builds

Greg Turnquist 10 tahun lalu
induk
melakukan
1d01dc6edf
2 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 1
      complete/pom.xml
  2. 0 1
      initial/pom.xml

+ 0 - 1
complete/pom.xml

@@ -25,7 +25,6 @@
     </dependencies>
 
     <properties>
-        <start-class>hello.Application</start-class>
         <java.version>1.7</java.version>
     </properties>
 

+ 0 - 1
initial/pom.xml

@@ -25,7 +25,6 @@
     </dependencies>
 
     <properties>
-        <start-class>hello.Application</start-class>
         <java.version>1.7</java.version>
     </properties>