diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..6876df4
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1607722217304
+
+
+ 1607722217304
+
+
+ 1607723817673
+
+
+
+ 1607723817673
+
+
+ 1607723981746
+
+
+
+ 1607723981746
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..93d3259
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,33 @@
+
+
+ 4.0.0
+
+
+ UTF-8
+
+
+ rwperrott
+ transient-plugin-lifecycle
+ 1.0-SNAPSHOT
+ maven-plugin
+ Transient Plugin Lifecycle
+
+
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-plugin-plugin
+ 3.6.0
+
+ true
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml
new file mode 100644
index 0000000..cbe9050
--- /dev/null
+++ b/src/main/resources/META-INF/plexus/components.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ org.apache.maven.lifecycle.mapping.LifecycleMapping
+
+ transient
+
+ org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
+
+
+
+
+ org.apache.maven.plugins:maven-clean-plugin:clean
+
+
+ org.apache.maven.plugins:maven-resources-plugin:resources
+
+
+ org.apache.maven.plugins:maven-compiler-plugin:compile
+
+
+ org.apache.maven.plugins:maven-resources-plugin:testResources
+
+
+ org.apache.maven.plugins:maven-compiler-plugin:testCompile
+
+
+ org.apache.maven.plugins:maven-surefire-plugin:test
+
+
+
+
+
+ org.apache.maven.artifact.handler.ArtifactHandler
+ transient
+ org.apache.maven.artifact.handler.DefaultArtifactHandler
+
+ transient
+
+
+
+
\ No newline at end of file