Skip to content

Commit 4d5fb9b

Browse files
committed
added structure
1 parent afddb35 commit 4d5fb9b

11 files changed

+84
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.*
2+
!.github
3+
!.gitignore
4+
!.mvn
5+
*.class
6+
*.classpath
7+
*.project
8+
*.iml
9+
*.log
10+
*.bak
11+
*.jar
12+
*.war
13+
*.ear
14+
hs_err_pid*
15+
target/
16+
eclipse-target/
17+
generated/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Artifact-Management
5+
6+
TODO
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Build-Management
5+
6+
TODO
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Change-Request-Management
5+
6+
TODO

documentation/configuration.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Configuration
5+
6+
TODO
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Deployment-Management
5+
6+
TODO

documentation/issue-tracking.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Issue-Tracking
5+
6+
TODO
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Release-Management
5+
6+
TODO

documentation/scm.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Software-Configuration-Management
5+
6+
_Software-configuration-management (SCM) is the application of configuration management principles in the context of software engineering_.
7+
8+
SCM identifies and tracks the configuration of artifacts at various points in time and performs systematic control of changes to the configuration of artifacts for the purpose of maintaining integrity and traceability throughout the whole software development lifecycle.
9+
10+
image::images/scm.png["software-configuration-management model",scaledwidth="80%",align="center",link="https://devonfw.com/website/pages/docs/images/scm.svg"]
11+
12+
Please click on the SCM model image to open it as SVG and click on the domains and disciplines topics to open the according documentation.
13+
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Version-Control
5+
6+
TODO
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:toc: macro
2+
toc::[]
3+
4+
= Version-Identification
5+
6+
TODO

0 commit comments

Comments
 (0)