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

Remove legacy start-class property from maven builds

Greg Turnquist пре 9 година
родитељ
комит
92403fe70b
2 измењених фајлова са 0 додато и 6 уклоњено
  1. 0
    3
      complete/pom.xml
  2. 0
    3
      initial/pom.xml

+ 0
- 3
complete/pom.xml Прегледај датотеку

@@ -20,9 +20,6 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
-    <properties>
24
-        <start-class>hello.Application</start-class>
25
-    </properties>
26 23
 
27 24
     <build>
28 25
         <plugins>

+ 0
- 3
initial/pom.xml Прегледај датотеку

@@ -20,9 +20,6 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
-    <properties>
24
-        <start-class>hello.Application</start-class>
25
-    </properties>
26 23
 
27 24
     <build>
28 25
         <plugins>