diff options
Diffstat (limited to 'winery')
-rw-r--r-- | winery/pom.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/winery/pom.xml b/winery/pom.xml index 9daf8d7..91ad3c5 100644 --- a/winery/pom.xml +++ b/winery/pom.xml @@ -17,10 +17,10 @@ <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> - <groupId>org.openo.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath></relativePath> + <groupId>org.openo.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath></relativePath> </parent> <groupId>org.eclipse.winery</groupId> @@ -85,14 +85,12 @@ <artifactId>versions-maven-plugin</artifactId> <version>2.1</version> </plugin> - - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> - </build> </project> |