-
Notifications
You must be signed in to change notification settings - Fork 25
Parameters for build Qanary artifact(s)
Dennis Schiese edited this page Mar 11, 2024
·
1 revision
The Qanary artifacts include several plugins for automated building and deployment. In case you want to build them locally, you probably don't need them or they lead to errors due to missing properties. In the following, all relevant parameters are listed with their functionality and how they can be disabled.
Plugin | Functionality | Skipping |
---|---|---|
dockerfile-maven-plugin | Create a docker image from the created jar | -Ddockerfile.skip |
maven-gpg-plugin | Signs the artifact with a gpg-key | -Dgpg.skip |
maven-javadoc-plugin | Creates the Javadoc | -Dmaven.javadoc.skip |
Building a artifact (or all artifacts) without applying any of the plugins would look like the following:
mvn clean install -Ddockerfile.skip -Dgpg.skip -Dmaven.javadoc.skip
-
How to establish a Docker-based Qanary Question Answering system
-
How to implement a new Qanary component
... using Java?
... using Python (Qanary Helpers)?
... using Python (plain Flask service)?