Преглед изворни кода

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>