diff options
author | Vincent Lorenzo | 2018-10-08 08:28:10 +0000 |
---|---|---|
committer | Vincent Lorenzo | 2018-10-08 08:40:48 +0000 |
commit | 27b26398ac676209dc3020447a16ad44251cf4a2 (patch) | |
tree | ccff95ad8b5d6e69418f7ec7afc38cc98eb305c1 /releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml | |
parent | 7b75b9f254d797a581765d5e6fdaab4ae0b1ad44 (diff) | |
download | org.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.tar.gz org.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.tar.xz org.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.zip |
Fix pom in releng folder : add full schema for project node + format all pom files
Change-Id: I1e9d72a14db01e0962d83438c97973c97cb3674c
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml')
-rw-r--r-- | releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml index 42000613e43..946f4d4cd73 100644 --- a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - + <parent> <artifactId>org.eclipse.papyrus.rcp.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> <version>4.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> - + <artifactId>org.eclipse.papyrus.rcp.product</artifactId> <packaging>eclipse-repository</packaging> - + <properties> <product-id>org.eclipse.papyrus.rcp.product</product-id> </properties> - + <build> <plugins> <plugin> |