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 @@
<description>Apache Atlas Documentation</description>
<name>Apache Atlas Documentation</name>
<properties>
<skipTests>true</skipTests>
<skipSite>false</skipSite>
<skipTests>true</skipTests>
</properties>
<!-- TODO -->
<!-- <reporting>
......
......@@ -32,9 +32,9 @@
<packaging>war</packaging>
<properties>
<projectBaseDir>${project.basedir}/..</projectBaseDir>
<debug.jetty.daemon>true</debug.jetty.daemon>
<log4j.configuration.url>file:///${project.build.directory}/../../distro/src/conf/atlas-log4j.xml</log4j.configuration.url>
<projectBaseDir>${project.basedir}/..</projectBaseDir>
</properties>
<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