diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..ee3d9c7ef
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "doc"]
+ path = doc
+ url = https://github.com/devonfw/devon-ide.wiki.git
+ branch = master
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 000000000..6f8063e37
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1 @@
+-Drevision=3.0.0-beta3
diff --git a/configurator/pom.xml b/configurator/pom.xml
index bb8f3eb34..f5b0ea84a 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -11,7 +11,7 @@
com.devonfw.tools.ide
devon-ide-configurator
jar
- ${devon_ide_version}
+ ${revision}${changelist}
${project.artifactId}
Code for configurator the creates or updates configuration of IDEs (Eclipse, etc.).
diff --git a/doc b/doc
new file mode 160000
index 000000000..fd06e600a
--- /dev/null
+++ b/doc
@@ -0,0 +1 @@
+Subproject commit fd06e600aedba7be2d962ca29182b9253f90a6a0
diff --git a/pom.xml b/pom.xml
index dfc075446..2c12b2b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,8 @@
2013
- 3.0.0-beta3-SNAPSHOT
+ dev
+ -SNAPSHOT
UTF-8
UTF-8
@@ -27,6 +28,7 @@
+ doc
configurator
scripts
settings
diff --git a/scripts/pom.xml b/scripts/pom.xml
index aa496b32d..45c92a665 100644
--- a/scripts/pom.xml
+++ b/scripts/pom.xml
@@ -11,7 +11,7 @@
com.devonfw.tools.ide
devon-ide-scripts
pom
- ${devon_ide_version}
+ ${revision}${changelist}
${project.artifactId}
Scripts to setup and update the development environment.
@@ -73,45 +73,30 @@
- copy-sources
+ copy-doc
package
- copy-dependencies
+ copy
- compile
- sources
- ${project.build.outputDirectory}/scripts/licenses/sourcecode
+
+
+ ${project.groupId}
+ devon-ide-doc
+ ${project.version}
+ pdf
+ false
+ ${project.build.outputDirectory}
+ devon-ide-doc.pdf
+
+
+ false
+ false
+ true
-
- org.codehaus.mojo
- license-maven-plugin
-
- ${project.build.outputDirectory}/scripts/licenses
- ${project.build.outputDirectory}/scripts/licenses
- true
- compile,runtime
-
-
-
- download-licenses
- package
-
- download-licenses
-
-
-
- add-third-party
- package
-
- add-third-party
-
-
-
-
org.apache.maven.plugins
maven-assembly-plugin
diff --git a/scripts/src/main/resources/system/windows/explorer/IDEenv.reg b/scripts/src/main/resources/system/windows/cmd/IDEenv.reg
similarity index 100%
rename from scripts/src/main/resources/system/windows/explorer/IDEenv.reg
rename to scripts/src/main/resources/system/windows/cmd/IDEenv.reg
diff --git a/scripts/src/main/resources/system/windows/explorer/install.bat b/scripts/src/main/resources/system/windows/cmd/install.bat
similarity index 100%
rename from scripts/src/main/resources/system/windows/explorer/install.bat
rename to scripts/src/main/resources/system/windows/cmd/install.bat
diff --git a/scripts/src/main/resources/system/windows/explorer/readme.txt b/scripts/src/main/resources/system/windows/cmd/readme.txt
similarity index 100%
rename from scripts/src/main/resources/system/windows/explorer/readme.txt
rename to scripts/src/main/resources/system/windows/cmd/readme.txt
diff --git a/settings/pom.xml b/settings/pom.xml
index 21f458e82..6d8e5416b 100644
--- a/settings/pom.xml
+++ b/settings/pom.xml
@@ -11,7 +11,7 @@
com.devonfw.tools.ide
devon-ide-settings
pom
- ${devon_ide_version}
+ ${revision}${changelist}
${project.artifactId}
Settings with configuration templates for devon-ide. You are supposed to copy and commit them to your version control system.