com.danhaywood.mavenmixin: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

License

License

Categories

Categories

Jetty Container Application Servers Maven Build Tools Mixin Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.danhaywood.mavenmixin
ArtifactId

ArtifactId

jettyconsole
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

com.danhaywood.mavenmixin: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
Project URL

Project URL

https://github.com/danhaywood/java-mavenmixin-jettyconsole

Download jettyconsole

Filename Size
jettyconsole-0.0.2.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/jettyconsole/ -->
<dependency>
    <groupId>com.danhaywood.mavenmixin</groupId>
    <artifactId>jettyconsole</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/jettyconsole/
implementation 'com.danhaywood.mavenmixin:jettyconsole:0.0.2'
// https://jarcasting.com/artifacts/com.danhaywood.mavenmixin/jettyconsole/
implementation ("com.danhaywood.mavenmixin:jettyconsole:0.0.2")
'com.danhaywood.mavenmixin:jettyconsole:pom:0.0.2'
<dependency org="com.danhaywood.mavenmixin" name="jettyconsole" rev="0.0.2">
  <artifact name="jettyconsole" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.mavenmixin', module='jettyconsole', version='0.0.2')
)
libraryDependencies += "com.danhaywood.mavenmixin" % "jettyconsole" % "0.0.2"
[com.danhaywood.mavenmixin/jettyconsole "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1