diff content/Maven/deploying-files.md @ 98:1d9382b0329b

Specify the syntax on markdown blocks to avoid broken output that has class=err
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 19 Dec 2019 10:04:33 +0100
parents 2156317e4779
children
line wrap: on
line diff
--- a/content/Maven/deploying-files.md	Thu Dec 19 09:31:57 2019 +0100
+++ b/content/Maven/deploying-files.md	Thu Dec 19 10:04:33 2019 +0100
@@ -18,6 +18,7 @@
 
 The `file` parameter takes the main jar. The `pomFile` paramenter taks the pom file. That's easy. The other files have to be specified using a more convoluted format. Each file name has to specify its classifier and its type, appended to the separate `classifiers` and `types` lists. Finally the `files` list must specify the full file names. A look at the example will make more sense:
 
+	:::shell
 	mvn deploy:deploy-file \
 		-Dmaven.repo.local=/tmp/maven-repo \
         -Durl=http://nexus.local/repository/releases \