Skip to content

Commit

Permalink
Update repository.adoc: fixed AsciiDoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Dec 3, 2024
1 parent f6948a0 commit e4896cd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions documentation/repository.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ toc::[]

= Repository

`IDEasy` supports to automatically check out and import required git repositories into your IDE during link:project.adoc[project] creation.
`IDEasy` supports to automatically check out and import required git repositories (with your source-code) into your IDE during link:project.adoc[project] creation.

NOTE: Please do not mix this feature with the link:settings.adoc[settings repository] that contains the configuration for your IDE.
Here we are talking about git repositories for development in your project that typically contain code.

To configure this you put a `.properties` file for each desired project into the `repository` sub-folder in your link:settings.adoc[settings].
Each `.properties` file describes one "project" which you would like to check out and (potentially) import:

[source,properties]
----
```
path=myproject
workingsets=Set1,Set2
workspace=example
Expand All @@ -22,11 +21,10 @@ build_path=.
build_cmd=mvn -DskipTests=true -Darchetype.test.skip=true clean install
import=eclipse
active=true
----
```

.Variables of repository import
.Variables of repository import
[options="header"]

|===
|*Variable*|*Value*|*Meaning*
|`path`|e.g. `myproject`, will clone into `${WORKSPACE_PATH}/myproject`|(required) Path into which the projects is cloned.
Expand Down

0 comments on commit e4896cd

Please sign in to comment.