Browse Source

Remove legacy start-class property from maven builds

Greg Turnquist 9 years ago
parent
commit
92403fe70b
2 changed files with 0 additions and 6 deletions
  1. 0
    3
      complete/pom.xml
  2. 0
    3
      initial/pom.xml

+ 0
- 3
complete/pom.xml View File

@@ -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 View File

@@ -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>