File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 44
44
<artifactId >digidoc4j</artifactId >
45
45
<version >${digidoc4j.version} </version >
46
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
+ -->
47
56
<dependency >
48
57
<groupId >eu.webeid.security</groupId >
49
58
<artifactId >authtoken-validation</artifactId >
You can’t perform that action at this time.
0 commit comments