From 98dc81a661b27353317de2fe1e87318008707d92 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 17 Oct 2016 19:11:18 -0400 Subject: [PATCH] removed skin. --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index c8a52793..8a8e1bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,21 +87,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> - <configuration> - <skipDeploy>true</skipDeploy> - </configuration> - <dependencies> - <dependency> - <groupId>net.ju-n.maven.doxia</groupId> - <artifactId>doxia-module-markdown</artifactId> - <version>1.0.0</version> - </dependency> - </dependencies> - </plugin> <plugin> <groupId>com.github.github</groupId> <artifactId>site-maven-plugin</artifactId> -- GitLab