summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2018-10-28 12:23:08 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2018-10-28 12:23:08 -0400
commit2e764f482f5633c18701aa2daadffe9f02c9324b (patch)
treea63208ef34e81840b59e9a9513f668020c16f1f8 /pom.xml
parentc5d984d423835e14e41ca2754fa30262778e5ca4 (diff)
General cleanup
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4f9f4f3..d34c9eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,41 @@
</executions>
</plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+ org.codehaus.mojo
+ </groupId>
+ <artifactId>
+ exec-maven-plugin
+ </artifactId>
+ <versionRange>
+ [1.5.0,)
+ </versionRange>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<dependencies>