teknux-org/jetty-bootstrap

Add standalone artifact to use jar directly

Closed this issue · 2 comments

Add standalone artifact to use jar directly and default main we can use to "startself"

Add Main => If we haven't args, startself else deploy apps from args.
We can use Standalone artifact to deploy application from command line

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>