From cff33907ba8974e0e8b10a0e0a185f3122dce22b Mon Sep 17 00:00:00 2001 From: "Dr. Martin Goik" <goik@hdm-stuttgart.de> Date: Tue, 18 Dec 2018 09:56:17 +0100 Subject: [PATCH] cate title, minor issuesB --- Doc/Sd1/appendix.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml index c1550b413..9a53276b4 100644 --- a/Doc/Sd1/appendix.xml +++ b/Doc/Sd1/appendix.xml @@ -2683,7 +2683,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" </figure> <figure xml:id="sd1_fig_maven_helloWorldPomExec"> - <title>»Hello, world« pom.xml</title> + <title>Executing »compile« phase</title> <screen>mkdir -p src/main/java <co linkends="sd1_fig_maven_helloWorldPomExec-1" @@ -2759,7 +2759,7 @@ first> mvn compile ... > find ~/.m2/repository/ -name maven-compiler-plugin\* ... >jar -xf ~/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar ->cat META-INF/maven/plugin.xml</screen> +>cat <emphasis role="red">META-INF/maven/plugin.xml</emphasis></screen> <programlisting language="xml"><encoding implementation="java.lang.String" default-value="${<emphasis role="red">project.build.sourceEncoding</emphasis>}">${encoding}</encoding> @@ -2803,16 +2803,18 @@ mvn compile; find ~/.m2/repository/ -type f|wc -l <programlisting language="bash">jar -tf /usr/share/apache-maven-3.0.5/lib/<emphasis role="red">maven-model-builder-3.0.5.jar</emphasis> +... org/apache/maven/model/plugin/ReportingConverter.class org/apache/maven/model/<emphasis role="red">pom-4.0.0.xml</emphasis> -org/apache/maven/model/profile/activation/FileProfileActivator$1.class</programlisting> +org/apache/maven/model/profile/activation/FileProfileActivator$1.class +...</programlisting> </figure> <figure xml:id="sd1_maven_fig_superPomContent"> <title>pom-4.0.0.xml content</title> <programlisting language="xml">... <emphasis - role="red"><!-- Does this ring a bell? --></emphasis> + role="red"><!-- Does this ring a (security related?) bell? --></emphasis> <repositories> <repository> <id>central</id> -- GitLab