Skip to content

Commit ceb083e

Browse files
committed
Add instructions to use latest build from authtoken-validation
WE2-932 Signed-off-by: Sven Mitt <[email protected]>
1 parent 90e2c5c commit ceb083e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

example/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
<artifactId>digidoc4j</artifactId>
4545
<version>${digidoc4j.version}</version>
4646
</dependency>
47+
<!--
48+
To use your locally built version of the authtoken-validation library instead of the published release:
49+
1. in parent dir change the version of authtoken-validation in pom.xml to next SNAPSHOT:
50+
for example 3.1.1 -> 3.1.2-SNAPSHOT
51+
2. Execute mvn clean install
52+
3. Verify that latest build date is recent, in ~/.m2/repository/eu/webeid/security/authtoken-validation/3.1.2-SNAPSHOT/
53+
4. Change the properties webeid.version to 3.1.2-SNAPSHOT
54+
5. After each change in authtoken-validation, you need to run mvn clean install
55+
-->
4756
<dependency>
4857
<groupId>eu.webeid.security</groupId>
4958
<artifactId>authtoken-validation</artifactId>

0 commit comments

Comments
 (0)