Skip to content

Commit 30e1d1f

Browse files
Changing documentation
1 parent c629b32 commit 30e1d1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

details/integration_guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ In this configuration ```your-username``` and ```your-password``` are your crede
4141
</repository>
4242
</repositories>
4343
```
44-
[Maven Example](../examples/maven)
44+
An example of maven project your can find
45+
[here](../examples/maven). Do not forget to replace credentials in ```.mvn/settings.xml``` file.
4546
#### Gradle
4647

4748
If you are using Gradle as your build automation tool, make sure to include the following configuration in your project setup:
@@ -59,6 +60,9 @@ repositories {
5960
```
6061
In this configuration ```your-username``` and ```your-password``` are your credentials mentioed in the Step 1.
6162

63+
An example of gradle project your can find
64+
[here](../examples/gradle). Do not forget to replace credentials in ```build.gradle``` file.
65+
6266
## Verification
6367

6468
To confirm that the repository has been correctly established, include any library from the repository into your project and then run a build. The build tool you're using should be able to identify and resolve dependencies from the TuxCare ELS Spring repository.

0 commit comments

Comments
 (0)