j

jettyconsole

Maven mixin to package up a webapp as a standalone executable, and to allow the resultant executable to be called using mvn antrun:run
https://github.com/danhaywood/java-mavenmixin-jettyconsole
The Apache Software License, Version 2.0
Dan Haywood
Files download
File Operation
jettyconsole-0.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.danhaywood.mavenmixin</groupId>
  <artifactId>jettyconsole</artifactId>
  <version>0.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.danhaywood.mavenmixin:jettyconsole:0.0.2'
Gradle Kotlin
implementation("com.danhaywood.mavenmixin:jettyconsole:0.0.2")
Scala SBT
libraryDependencies += "com.danhaywood.mavenmixin" % "jettyconsole" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.danhaywood.mavenmixin', module='jettyconsole', version='0.0.2')
)
Apache Ivy
<dependency org="com.danhaywood.mavenmixin" name="jettyconsole" rev="0.0.2" />
Leiningen
[com.danhaywood.mavenmixin/jettyconsole "0.0.2"]
Apache Buildr
'com.danhaywood.mavenmixin:jettyconsole:jar:0.0.2'
Dependencies
The project has no third-party dependencies