diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d5eb3c4..24143d4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,8 @@
-
-
+
+
@@ -102,28 +102,19 @@
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
@@ -132,7 +123,7 @@
-
+
@@ -150,7 +141,7 @@
-
+
@@ -159,7 +150,7 @@
-
+
@@ -168,7 +159,16 @@
-
+
+
+
+
+
+
+
+
+
+
@@ -177,7 +177,7 @@
-
+
@@ -186,7 +186,7 @@
-
+
@@ -253,6 +253,7 @@
+
@@ -264,8 +265,8 @@
-
-
+
+
@@ -1096,19 +1097,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1136,6 +1124,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1374,12 +1375,16 @@
1388173369610
1388173369610
-
+
+ 1388174181648
+ 1388174181648
+
+
-
-
+
+
@@ -1391,20 +1396,20 @@
-
-
-
+
+
-
+
+
@@ -1419,7 +1424,6 @@
-
@@ -1444,7 +1448,8 @@
-
+
+
@@ -1458,15 +1463,6 @@
-
-
-
-
-
-
-
-
-
@@ -1529,9 +1525,7 @@
-
-
-
+
@@ -1689,9 +1683,7 @@
-
-
-
+
@@ -1734,7 +1726,7 @@
-
+
@@ -1746,23 +1738,30 @@
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
@@ -1774,30 +1773,30 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/centipede-archetype/src/main/resources/archetype-resources/src/main/scripts/path.ps1 b/centipede-archetype/src/main/resources/archetype-resources/src/main/scripts/path.ps1
new file mode 100644
index 0000000..d813769
--- /dev/null
+++ b/centipede-archetype/src/main/resources/archetype-resources/src/main/scripts/path.ps1
@@ -0,0 +1,6 @@
+#set( $symbol_dollar = '$' )
+#set( $slashedGroup = $groupId.replace('.','\\') )
+
+function ${artifactId} {
+ java -jar ${symbol_dollar}env:userprofile\.m2\repository\\${slashedGroup}\\${artifactId}\\${symbol_dollar}{project.version}\\${artifactId}-${symbol_dollar}{project.version}-onejar.jar @args
+}
\ No newline at end of file