PR: MNG-988
new style git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@294890 13f79535-47bb-0310-9956-ffa450edef68
|
@ -0,0 +1,197 @@
|
|||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
border:none;
|
||||
}
|
||||
table {
|
||||
padding:0px;
|
||||
width: 100%;
|
||||
margin-left: -2px;
|
||||
margin-right: -2px;
|
||||
font-size: 10px;
|
||||
}
|
||||
acronym {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #feb;
|
||||
}
|
||||
table.bodyTable th, table.bodyTable td {
|
||||
padding: 2px 4px 2px 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
div.clear{
|
||||
clear:both;
|
||||
visibility: hidden;
|
||||
}
|
||||
div.clear hr{
|
||||
display: none;
|
||||
}
|
||||
#projectLogo {
|
||||
font-size: xx-large;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
||||
margin: 0px;
|
||||
}
|
||||
#projectLogo span{
|
||||
border: 1px solid;
|
||||
padding: 4px 10px 4px 10px;
|
||||
background-color: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.xleft, #bannerLeft img{
|
||||
float:left;
|
||||
color: #666;
|
||||
text-shadow: #7CFC00;
|
||||
|
||||
}
|
||||
.xright, #bannerRight img, #bannerRight span{
|
||||
float:right;
|
||||
text-shadow: #7CFC00;
|
||||
|
||||
}
|
||||
.xright a:link, .xright a:visited, .xright a:active{
|
||||
color: #666;
|
||||
}
|
||||
.xright a:hover{
|
||||
color: #003300;
|
||||
}
|
||||
#banner {
|
||||
height: 93px;
|
||||
width: 100%;
|
||||
background: url(../images/banner.jpg);
|
||||
padding: 0px;
|
||||
}
|
||||
#banner img {
|
||||
border: none;
|
||||
}
|
||||
#breadcrumbs {
|
||||
padding: 3px 10px 3px 10px;
|
||||
}
|
||||
#leftColumn {
|
||||
width: 150px;
|
||||
float:left;
|
||||
}
|
||||
#bodyColumn {
|
||||
margin-right: 15px;
|
||||
padding-left: 177px;
|
||||
}
|
||||
#legend {
|
||||
padding: 8px 0 8px 0;
|
||||
}
|
||||
#navcolumn {
|
||||
padding: 8px 4px 0 8px;
|
||||
}
|
||||
#navcolumn h5 {
|
||||
margin: 0;
|
||||
padding: 0 0 0 9px;
|
||||
font-size: small;
|
||||
background-image: url(../images/h5.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom;
|
||||
}
|
||||
#navcolumn ul {
|
||||
margin: 5px 0 15px -0em;
|
||||
padding: 0;
|
||||
font-size: small;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
#navcolumn ul a {
|
||||
color: #333333;
|
||||
}
|
||||
#navcolumn ul a:hover {
|
||||
color: red;
|
||||
}
|
||||
#navcolumn li {
|
||||
list-style-type: none;
|
||||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0.4em;
|
||||
padding-left: 16px;
|
||||
list-style-position: ouside;
|
||||
line-height: 1.2em;
|
||||
font-size: smaller;
|
||||
}
|
||||
#navcolumn li.expanded {
|
||||
background-image: url(../images/expanded.gif);
|
||||
}
|
||||
#navcolumn li.collapsed {
|
||||
background-image: url(../images/collapsed.gif);
|
||||
}
|
||||
#poweredBy {
|
||||
text-align: center;
|
||||
}
|
||||
#navcolumn img {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
#poweredBy img {
|
||||
display:block;
|
||||
margin: 20px 0 20px 17px;
|
||||
border: 1px solid black;
|
||||
width: 90px;
|
||||
height: 30px;
|
||||
}
|
||||
#searchbar img {
|
||||
margin: 0px;
|
||||
display: block;
|
||||
}
|
||||
#searchbar #q, #searchbar #btnG {
|
||||
border: 1px solid #999;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
#searchbar form {
|
||||
margin: 0px;
|
||||
}
|
||||
#lastPublished {
|
||||
font-size: x-small;
|
||||
}
|
||||
.navSection {
|
||||
margin-bottom: 2px;
|
||||
padding: 8px;
|
||||
}
|
||||
.navSectionHead {
|
||||
font-weight: bold;
|
||||
font-size: x-small;
|
||||
}
|
||||
.section {
|
||||
padding: 4px;
|
||||
}
|
||||
#footer {
|
||||
font-size: x-small;
|
||||
margin: 20px 0px 20px 0px;
|
||||
border-top: solid #ccc 1px;
|
||||
padding: 10px;
|
||||
color: #333333;
|
||||
}
|
||||
#breadcrumbs {
|
||||
font-size: x-small;
|
||||
margin: 0pt;
|
||||
}
|
||||
.source {
|
||||
padding: 12px;
|
||||
margin: 1em 7px 1em 7px;
|
||||
}
|
||||
.source pre {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 955px;
|
||||
color: #666;
|
||||
}
|
||||
#intro {
|
||||
border: solid #ccc 1px;
|
||||
margin: 6px 0px 0px 0px;
|
||||
padding: 10px 40px 10px 40px;
|
||||
}
|
||||
.subsection {
|
||||
margin-left: 3px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.subsection p {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
@ -0,0 +1,133 @@
|
|||
body {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-repeat: repeat-y;
|
||||
font-size: 13px;
|
||||
padding: 0px;
|
||||
}
|
||||
td, select, input, li{
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
color:#333333;
|
||||
}
|
||||
code{
|
||||
font-size: 13px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:link {
|
||||
color:#47a;
|
||||
}
|
||||
a:visited {
|
||||
color:#666666;
|
||||
}
|
||||
a:active, a:hover {
|
||||
color:#990000;
|
||||
}
|
||||
#legend li.externalLink {
|
||||
background: url(../images/external.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: url(../images/external.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
#legend li.newWindow {
|
||||
background: url(../images/newwindow.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
background: url(../images/newwindow.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 17px;
|
||||
color: #333333;
|
||||
}
|
||||
h3 {
|
||||
padding: 4px 4px 4px 24px;
|
||||
color: #666;
|
||||
background-color: #ccc;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
background-image: url(../images/h3.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom;
|
||||
}
|
||||
p {
|
||||
line-height: 1.3em;
|
||||
font-size: 11px;
|
||||
color: #000;
|
||||
}
|
||||
#breadcrumbs {
|
||||
height: 13px;
|
||||
background-image: url(../images/breadcrumbs.jpg);
|
||||
padding: 5px 10px 14px 20px;
|
||||
}
|
||||
* html #breadcrumbs {
|
||||
padding-bottom: 8px;
|
||||
p\adding-bottom: 14px;
|
||||
}
|
||||
#leftColumn {
|
||||
margin: 10px 0 10px 0;
|
||||
border-top-color: #ccc;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-right-color: #ccc;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-bottom-color: #ccc;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#navcolumn h5 {
|
||||
font-size: smaller;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
padding-top: 2px;
|
||||
color: #49635a;
|
||||
}
|
||||
|
||||
table.bodyTable th {
|
||||
color: white;
|
||||
background-color: #bbb;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.bodyTable th, table.bodyTable td {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
table.bodyTable tr.a {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
table.bodyTable tr.b {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.source {
|
||||
border: 1px solid #999;
|
||||
overflow:auto
|
||||
}
|
||||
dt {
|
||||
padding: 4px 4px 4px 24px;
|
||||
color: #333333;
|
||||
background-color: #ccc;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
background-image: url(../images/h3.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom;
|
||||
}
|
||||
.subsectionTitle {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
|
||||
}
|
||||
|
|
@ -3,9 +3,11 @@ a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:acti
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
body ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
*/
|
||||
|
||||
#downloadbox {
|
||||
float: right;
|
||||
|
@ -36,6 +38,7 @@ body ul {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
/*
|
||||
h4 {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
@ -43,4 +46,5 @@ h4 {
|
|||
margin: 0;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 872 B |
After Width: | Height: | Size: 486 B |
After Width: | Height: | Size: 349 B |
After Width: | Height: | Size: 820 B |
After Width: | Height: | Size: 52 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 431 B |
After Width: | Height: | Size: 357 B |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 26 KiB |
|
@ -1,387 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<xs:element name="project">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="parent" minOccurs="0"/>
|
||||
<xs:element name="modelVersion" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="groupId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="artifactId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="packaging" type="xs:string" default="jar" minOccurs="0"/>
|
||||
<xs:element name="modules" minOccurs="0"/>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="version" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="description" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="issueManagement" minOccurs="0"/>
|
||||
<xs:element name="ciManagement" minOccurs="0"/>
|
||||
<xs:element name="inceptionYear" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="repositories" minOccurs="0"/>
|
||||
<xs:element name="pluginRepositories" minOccurs="0"/>
|
||||
<xs:element name="mailingLists" minOccurs="0"/>
|
||||
<xs:element name="developers" minOccurs="0"/>
|
||||
<xs:element name="contributors" minOccurs="0"/>
|
||||
<xs:element name="dependencies" minOccurs="0"/>
|
||||
<xs:element name="licenses" minOccurs="0"/>
|
||||
<xs:element name="reports" minOccurs="0"/>
|
||||
<xs:element name="scm" minOccurs="0"/>
|
||||
<xs:element name="build" minOccurs="0"/>
|
||||
<xs:element name="organization" minOccurs="0"/>
|
||||
<xs:element name="distributionManagement" minOccurs="0"/>
|
||||
<xs:element name="dependencyManagement" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="parent">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="artifactId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="groupId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="version" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="modules">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="module" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="issueManagement">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="system" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ciManagement">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="system" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="notifiers" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="notifier">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="type" type="xs:string" default="mail" minOccurs="0"/>
|
||||
<xs:element name="address" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="configuration" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="configuration">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="notifiers">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="notifier" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="repository">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="id" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="snapshotPolicy" type="xs:string" default="daily" minOccurs="0"/>
|
||||
<xs:element name="layout" type="xs:string" default="default" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="repositories">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="repository" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="pluginRepositories">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="pluginRepository" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="mailingList">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="subscribe" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="unsubscribe" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="post" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="archive" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="otherArchives" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="otherArchives">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="otherArchive" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="mailingLists">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="mailingList" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="developer">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="id" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="email" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="organization" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="organizationUrl" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="roles" minOccurs="0"/>
|
||||
<xs:element name="timezone" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="properties" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="roles">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="role" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="properties">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="developers">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="developer" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="contributor">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="email" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="organization" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="organizationUrl" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="roles" minOccurs="0"/>
|
||||
<xs:element name="timezone" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="properties" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="contributors">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="contributor" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="dependency">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="groupId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="artifactId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="version" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="type" type="xs:string" default="jar" minOccurs="0"/>
|
||||
<xs:element name="scope" type="xs:string" default="compile" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="dependencies">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="dependency" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="license">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="distribution" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="comments" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="licenses">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="license" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="reports">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="outputDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="plugins" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="plugin">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="groupId" type="xs:string" default="org.apache.maven.plugins" minOccurs="0"/>
|
||||
<xs:element name="artifactId" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="version" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="configuration" minOccurs="0"/>
|
||||
<xs:element name="goals" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="configuration">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="goal">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="id" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="configuration" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="goals">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="goal" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="plugins">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="plugin" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="scm">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="connection" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="developerConnection" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="build">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="defaultGoal" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="sourceDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="scriptSourceDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="testSourceDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="resources" minOccurs="0"/>
|
||||
<xs:element name="testResources" minOccurs="0"/>
|
||||
<xs:element name="directory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="outputDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="finalName" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="testOutputDirectory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="pluginManagement" minOccurs="0"/>
|
||||
<xs:element name="plugins" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="resource">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="targetPath" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="directory" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="includes" minOccurs="0"/>
|
||||
<xs:element name="excludes" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="includes">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="include" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="excludes">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="exclude" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="resources">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="resource" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="testResources">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="testResource" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="pluginManagement">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="plugins" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="organization">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="distributionManagement">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="repository" minOccurs="0"/>
|
||||
<xs:element name="site" minOccurs="0"/>
|
||||
<xs:element name="downloadUrl" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="site">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="id" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="name" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="dependencyManagement">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="dependencies" minOccurs="0"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
|
@ -2,11 +2,11 @@
|
|||
<project name="Maven">
|
||||
<bannerLeft>
|
||||
<name>Maven</name>
|
||||
<src>http://maven.apache.org/images/apache-maven-project.png</src>
|
||||
<src>http://maven.apache.org/maven2/images/apache-maven-project-2.png</src>
|
||||
<href>http://maven.apache.org/</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>http://maven.apache.org/images/maven-small.gif</src>
|
||||
<src>http://maven.apache.org/maven2/images/maven-logo-2.gif</src>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
|
|