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-ffa450edef68master
parent
f0fc40bb1d
commit
1dc296a1b4
|
|
@ -19,13 +19,7 @@ specific language governing permissions and limitations
|
|||
under the License.
|
||||
-->
|
||||
|
||||
<project>
|
||||
<!-- TODO remove when using Maven Parent 11+ -->
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-stylus-skin</artifactId>
|
||||
<version>1.1</version>
|
||||
</skin>
|
||||
<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">
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue