Skip to content

Commit

Permalink
Canonical order of elements in pom.xml files
Browse files Browse the repository at this point in the history
A result of running mvn tidy:pom
  • Loading branch information
ppalaga committed Jun 3, 2015
1 parent 49f52c7 commit fd4814f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 5 additions & 3 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
Expand All @@ -17,14 +18,14 @@
<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>

<artifactId>hawkular-build-tools</artifactId>

<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-build-tools-parent</artifactId>
<version>11-SNAPSHOT</version>
</parent>

<artifactId>hawkular-build-tools</artifactId>

<name>Hawkular Build Tools</name>
<description>Contains the Checkstyle configuration for Hawkular projects</description>

Expand All @@ -49,4 +50,5 @@
</dependency>

</dependencies>
</project>

</project>
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
</mailingList>
</mailingLists>

<modules>
<module>build-tools</module>
</modules>

<scm>
<connection>scm:git:git://github.com/hawkular/hawkular-build-tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hawkular/hawkular-build-tools.git</developerConnection>
Expand All @@ -81,7 +85,6 @@
</snapshotRepository>
</distributionManagement>


<properties>

<!-- Maven general -->
Expand Down Expand Up @@ -111,10 +114,6 @@

</properties>

<modules>
<module>build-tools</module>
</modules>

<build>
<pluginManagement>
<plugins>
Expand All @@ -133,7 +132,6 @@

</plugins>
</pluginManagement>

<plugins>

<plugin>
Expand All @@ -158,7 +156,6 @@
</plugin>

</plugins>

</build>

</project>

0 comments on commit fd4814f

Please sign in to comment.