Commit cd1cba0c authored by Dave Syer's avatar Dave Syer

Add mainClass to starter-parent

parent 41fa6c25
...@@ -291,6 +291,9 @@ ...@@ -291,6 +291,9 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<mainClass>${start-class}</mainClass>
</configuration>
</plugin> </plugin>
<!-- Support shade packaging --> <!-- Support shade packaging -->
......
...@@ -291,6 +291,9 @@ ...@@ -291,6 +291,9 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<mainClass>${start-class}</mainClass>
</configuration>
</plugin> </plugin>
<!-- Support shade packaging --> <!-- Support shade packaging -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment