Replies: 1 comment 3 replies
-
Hi there! There is a script ./lib/maven-install-files.sh Running this will install the custom dependencies in your local Maven repo. These JARs are bundled inside the lib directory (and they are packaged in the .ear file when running ant deploy directly from the bundled files, they just needs to be "installed" for Maven to be able to build the sources. //Marcus |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
anyone tried to build signserver(community) with maven? The documentation (signserver/doc/htdocs/Building_SignServer_with_Maven.html) describes how to build the signserver but the x509-common-util dependency is not available in the central maven repo. An mvn dependency:resolve gets:
...The POM for com.keyfactor:x509-common-util:jar:0.7.4 is missing, no dependency information available...
I tried to build version 6.2.0.Beta1-SNAPSHOT. The final version must have the same problem.
It's possible that i overlooked a hint? Don't woud like to tinker the pom using the missing lib/dependency from the binary distribution.
Thanks for any suggestions :)
René
Beta Was this translation helpful? Give feedback.
All reactions