Selaa lähdekoodia

Remove legacy start-class property from maven builds

Greg Turnquist 10 vuotta sitten
vanhempi
commit
1d01dc6edf
2 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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>