Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Configure Restlet access to fix Maven plugin site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Biville committed Apr 2, 2020
1 parent 623bc2a commit 7139cb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions liquigraph-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,13 @@
</plugin>
</plugins>
</reporting>

<!-- needed for site generation -->
<repositories>
<repository>
<id>maven-restlet</id>
<name>Restlet repository</name>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>
</project>

0 comments on commit 7139cb1

Please sign in to comment.