We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e2c5c commit ceb083eCopy full SHA for ceb083e
1 file changed
example/pom.xml
@@ -44,6 +44,15 @@
44
<artifactId>digidoc4j</artifactId>
45
<version>${digidoc4j.version}</version>
46
</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
+-->
56
<dependency>
57
<groupId>eu.webeid.security</groupId>
58
<artifactId>authtoken-validation</artifactId>
0 commit comments