com.danhaywood.mavenmixin:jettywar

Maven mixin to package up a webapp as a WAR file, and to allow the webapp to be run using the jetty maven plugin

License

License

Categories

Categories

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

GroupId

com.danhaywood.mavenmixin
ArtifactId

ArtifactId

jettywar
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

com.danhaywood.mavenmixin:jettywar
Maven mixin to package up a webapp as a WAR file, and to allow the webapp to be run using the jetty maven plugin
Project URL

Project URL

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

Download jettywar

Filename Size
jettywar-0.0.2.pom 5 KB
Browse

How to add to project

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