diff --git a/nx01-poop-scripts/pom.xml b/nx01-poop-scripts/pom.xml
index 3446c13..30f7ea3 100644
--- a/nx01-poop-scripts/pom.xml
+++ b/nx01-poop-scripts/pom.xml
@@ -37,9 +37,10 @@
After "install" the following options are;
- - mvn initialize -P x4o-update-schema-cel
- - mvn initialize -P x4o-update-schema-eld
- - mvn initialize -P x4o-generate-local-xsd
+ - mvn initialize -P x4o-generate-local-xsd (generated all XSD files)
+ - mvn initialize -P x4o-generate-eld-doc (generated some ELD documentation)
+ - mvn initialize -P x4o-update-schema-cel (for x4o dev)
+ - mvn initialize -P x4o-update-schema-eld (for x4o dev)
@@ -125,7 +126,7 @@
maven-antrun-plugin
- x4o-update-schema-eld-run-ant
+ x4o-generate-local-xsd-run-ant
initialize
@@ -218,5 +219,66 @@
+
+ x4o-generate-eld-doc
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ x4o-generate-eld-doc-run-ant
+ initialize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+
+ love.distributedrebirth.nx01
+ nx01-x4o-tool-ant-plugin
+ ${project.version}
+
+
+ love.distributedrebirth.nx01
+ nx01-x4o-driver
+ ${project.version}
+ test-jar
+
+
+ love.distributedrebirth.nx01
+ nx01-redsea-jdatstart
+ ${project.version}
+
+
+
+
+
+
\ No newline at end of file