diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml index c1550b413d84fdae57bbc0738775bb512f5184a6..9a53276b4a973e7737359a11d9f8b4e30d7c49ce 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>