Procházet zdrojové kódy

Remove legacy start-class property from maven builds

Greg Turnquist před 9 roky
rodič
revize
92403fe70b
2 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0
    3
      complete/pom.xml
  2. 0
    3
      initial/pom.xml

+ 0
- 3
complete/pom.xml Zobrazit soubor

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

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