Ibis War Plugin

A customized maven-war-plugin in order to enable the security-constraints section in the iaf-webapp module

License

License

GroupId

GroupId

org.ibissource
ArtifactId

ArtifactId

ibis-war-plugin
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Ibis War Plugin
A customized maven-war-plugin in order to enable the security-constraints section in the iaf-webapp module
Project URL

Project URL

http://ibissource.org
Project Organization

Project Organization

Ibissource.org
Source Code Management

Source Code Management

https://github.com/ibissource/ibis-war-plugin

Download ibis-war-plugin

How to add to project

<plugin>
    <groupId>org.ibissource</groupId>
    <artifactId>ibis-war-plugin</artifactId>
    <version>0.2</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven.plugins : maven-war-plugin jar 3.2.2

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

The ibis-war-plugin

A customized maven-war-plugin that enables the security constraints section in the Ibis web.xml file, populates the archive manifest file and appends the uncompiled java classes to WEB-INF/classes.

Usage

<plugin>  
  <groupId>org.ibissource</groupId>  
  <artifactId>ibis-war-plugin</artifactId>  
  <version>0.2</version>  
  <extensions>true</extensions>  
</plugin>  

Mainly used specifically for https://github.com/ibissource/iaf

org.ibissource

Ibis source

Versions

Version
0.2