Skip to content

Commit

Permalink
Add README info about iText dependencies for the SNAPSHOT version.
Browse files Browse the repository at this point in the history
  • Loading branch information
amedee committed Jan 9, 2017
1 parent 0a54368 commit 8f43ae4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
iText 5 Sandbox
---
---------------

To build these examples:

* Either checkout the latest release tag. The jars you need are from the latest official iText release and are published on the [Maven Central][1] repository.
* Or checkout the `develop` branch. This depends on the current `HEAD` of iText. You have two options:
* Use the [iText Artifactory server][2] for `SNAPSHOT` builds. Add this to your `pom.xml`:
```
<repositories>
<repository>
<id>itext</id>
<name>iText Repository - snapshots</name>
<url>https://repo.itextsupport.com/snapshot/</url>
</repository>
</repositories>
```
* [Clone the iText repository][3] and build _everything_ yourself.

[1]: https://search.maven.org/
[2]: https://repo.itextsupport.com/snapshot/
[3]: https://github.com/itext/itextpdf
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@
</plugins>
</build>

<repositories>
<repository>
<id>itext</id>
<name>iText Repository - snapshots</name>
<url>https://repo.itextsupport.com/snapshot/</url>
</repository>
</repositories>

<profiles>
<profile>
<id>java8-disable-strict-javadoc</id>
Expand Down

0 comments on commit 8f43ae4

Please sign in to comment.