o Remove skin since we are using Maven Parent 11+

o Add xml schema

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@897539 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2010-01-09 20:49:51 +00:00
parent f0fc40bb1d
commit 1dc296a1b4
1 changed files with 1 additions and 7 deletions

View File

@ -19,13 +19,7 @@ specific language governing permissions and limitations
under the License. under the License.
--> -->
<project> <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<!-- TODO remove when using Maven Parent 11+ -->
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-stylus-skin</artifactId>
<version>1.1</version>
</skin>
<body> <body>
<breadcrumbs> <breadcrumbs>
<!-- TODO: This breadcrumb should be removed when it has been solved in the parent --> <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->