Provide xsd configuration for pom files (#143)

it allows to provide completion and validation when editing the files in
most IDEs

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
This commit is contained in:
Aurélien Pupier 2018-02-19 21:04:04 +01:00 committed by Ahmet Alp Balkan
parent b4af758995
commit a141ee9c9b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
License for the specific language governing permissions and limitations under
the License.
-->
<project>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.k8s.cassandra</groupId>
<artifactId>kubernetes-cassandra</artifactId>