forked from itext/i5js-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README info about iText dependencies for the SNAPSHOT version.
See http://stackoverflow.com/questions/41531997/error-building-itext-examples-sandbox-5-5-11-snapshot
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters