You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/12/17 07:27:06 UTC

svn commit: r727298 - /maven/components/trunk/maven-project-spec.tex

Author: brett
Date: Tue Dec 16 22:27:05 2008
New Revision: 727298

URL: http://svn.apache.org/viewvc?rev=727298&view=rev
Log:
fix typos

Modified:
    maven/components/trunk/maven-project-spec.tex

Modified: maven/components/trunk/maven-project-spec.tex
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-project-spec.tex?rev=727298&r1=727297&r2=727298&view=diff
==============================================================================
--- maven/components/trunk/maven-project-spec.tex (original)
+++ maven/components/trunk/maven-project-spec.tex Tue Dec 16 22:27:05 2008
@@ -86,7 +86,7 @@
 \end{enumerate}
 
 \subsection{Mixins and Multiple Inheritance}
-Currently, Maven 3.0 supports linearlized inheritance, making mixins and multiple inheritance easy. Support for multiple inheritance would require an additional to the pom, within the parents section.
+Currently, Maven 3.0 supports linearlized inheritance, making mixins and multiple inheritance easy. Support for multiple inheritance would require an addition to the pom, within the parents section.
 
 \begin{verbatim}
 <parents>
@@ -141,7 +141,7 @@
 \item project.version
 \item project.groupId
 \item project.build.resources
-\item project.build.testResoures
+\item project.build.testResources
 \item project.pluginRepositories
 \end{enumerate}
 
@@ -173,7 +173,7 @@
 The super pom is implicitly  the parent of every project and functions as a normal parent project except that it allows the child project to inherit the following properties, which are normally excluded. If the child project defines the property,  it overrides all elements of the respective super pom property. There is no join of these three superPom-child collections.
 \begin{itemize}
 \item project.build.resources
-\item project.build.testResoures
+\item project.build.testResources
 \item project.pluginRepositories 
 \end{itemize}
 
@@ -346,4 +346,4 @@
 \subsection{Interpolation and Profiles}
 Active profiles are applied prior to interpolation so that any \emph{project.profiles.profile.properties} defined within an active profile can be used as an interpolation property [Still to be implemented]
 
-\end{document}
\ No newline at end of file
+\end{document}