Skip to content

Instantly share code, notes, and snippets.

View dawuzi's full-sized avatar

Okafor Ezewuzie dawuzi

  • Seamfix
View GitHub Profile
@dawuzi
dawuzi / pom.xml
Created March 27, 2019 10:43
Adding Logging-Profile to the MANIFEST.MF
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>{Group-ID}</groupId>
<artifactId>{Artifact-ID}</artifactId>
<version>{version}</version>
<packaging>war</packaging>
.
.
<build>