Преглед на файлове

Remove legacy start-class property from maven builds

Greg Turnquist преди 10 години
родител
ревизия
1d01dc6edf
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  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>