diff --git a/src/site/apt/examples/deploying-with-classifiers.apt.vm b/src/site/apt/examples/deploying-with-classifiers.apt.vm index ca4b5fa3..c9cc4cf2 100644 --- a/src/site/apt/examples/deploying-with-classifiers.apt.vm +++ b/src/site/apt/examples/deploying-with-classifiers.apt.vm @@ -28,13 +28,13 @@ Deploy an artifact with classifier - Beside the main artifact there can be additional files which are attached to the Maven project. Such attached filed can be recognized and accessed by their classifier. + Beside the main artifact there can be additional files which are attached to the Maven project. Such attached files can be recognized and accessed by their classifier. - For example: from the following artifact names, the classifier is be located between the version and extension name of the artifact. + For example: from the following artifact names, the classifier is located between the version and extension name of the artifact. * <<>> the main jar which contains classes compiled without {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information (such as linenumbers) - * <<>> the classified jar which contains classes compiled with {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be smaller + * <<>> the classified jar which contains classes compiled with {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be larger * <<>> a pdf which contains an export of the site documentation.