Skip to content

Commit

Permalink
Updated embed with repository example
Browse files Browse the repository at this point in the history
  • Loading branch information
hngrylobster committed Jun 14, 2021
1 parent 411660a commit 2387b3d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion current/EMBED.md
Expand Up @@ -3,7 +3,15 @@
## Add the repository to the main `POM.xml` file (either a private repository or a public one depending upon where the connector package is hosted).

'''xml

<repository>
<id>central</id>
<name>[[Central Repository]]</name>
<url>[[https://repo.maven.apache.org/maven2]]</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
'''

## Add a dependency on the connector package in the main `POM.xml`.
Expand Down

0 comments on commit 2387b3d

Please sign in to comment.