Skip to content

Commit 9906365

Browse files
committed
Minor update to reference new code location in README and to describe how to build the project
1 parent 0513e27 commit 9906365

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ This example was developed to show how Java Toolkit works.
33
Project Structure
44
-----------------
55

6-
The com/ folder contains the files you'll copy into your Java application. Note also that Apache Commons Codec is a dependency.
6+
The src/main/java/ folder contains the files you'll copy into your Java application. You can also build the project by running `mvn package` and copy the
7+
resulting jar into your project instead of relying on the source code directly. Note also that Apache Commons Codec is a dependency.
78

89
The sample/ folder has a minimal webapp which depends on the core code inside com/ folder and the files index.jsp and consume.jsp inside webapp-folder.
910
index.jsp and consume.jsp are the ones that actually handle the SAML conversation. Dependencies are configured in the pom.xml file.

0 commit comments

Comments
 (0)