Skip to content

Instantly share code, notes, and snippets.

View The-Alchemist's full-sized avatar

The Alchemist The-Alchemist

  • Philadelphia, PA, USA
View GitHub Profile
@The-Alchemist
The-Alchemist / pom.xml
Created January 12, 2016 01:48
POM to produce NPE for wildfly maven plugin
<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>com.github.thealchemist</groupId>
<version>1.0</version>
<artifactId>functional-tests</artifactId>
<name>whatever tests</name>
<description>Selenium tests</description>
<properties>
<version.org.wildfly>9.0.2.Final</version.org.wildfly>