Commit 06106fe9 by Radhika Kundam Committed by Sarath Subramanian

ATLAS-4010: Sort maven properties lexicographically in pom for better readability

parent dc9e2689
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
<description>Apache Atlas Documentation</description> <description>Apache Atlas Documentation</description>
<name>Apache Atlas Documentation</name> <name>Apache Atlas Documentation</name>
<properties> <properties>
<skipTests>true</skipTests>
<skipSite>false</skipSite> <skipSite>false</skipSite>
<skipTests>true</skipTests>
</properties> </properties>
<!-- TODO --> <!-- TODO -->
<!-- <reporting> <!-- <reporting>
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<projectBaseDir>${project.basedir}/..</projectBaseDir>
<debug.jetty.daemon>true</debug.jetty.daemon> <debug.jetty.daemon>true</debug.jetty.daemon>
<log4j.configuration.url>file:///${project.build.directory}/../../distro/src/conf/atlas-log4j.xml</log4j.configuration.url> <log4j.configuration.url>file:///${project.build.directory}/../../distro/src/conf/atlas-log4j.xml</log4j.configuration.url>
<projectBaseDir>${project.basedir}/..</projectBaseDir>
</properties> </properties>
<profiles> <profiles>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment