Add standalone artifact to use jar directly
Closed this issue · 2 comments
pinonpierre commented
Add standalone artifact to use jar directly and default main we can use to "startself"
pinonpierre commented
Add Main => If we haven't args, startself else deploy apps from args.
We can use Standalone artifact to deploy application from command line
pinonpierre commented
In the version 1.0.1-SNAPSHOT and in the future version 1.0.1, Standalone Server will be available with this new dependency :
<dependency>
<groupId>org.teknux</groupId>
<artifactId>jetty-bootstrap-standalone</artifactId>
<version>${jetty-bootstrap.version}</version>
</dependency>