This is an automated email from the ASF dual-hosted git repository.
kmarton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new b22be24 OOZIE-3261 [build] Set up mvn clean to delete the "build"
directory as well (nobigo via kmarton)
b22be24 is described below
commit b22be24bfed453533a7afc4374d07055397408c7
Author: Julia Kinga Marton <[email protected]>
AuthorDate: Mon Feb 18 09:48:58 2019 +0100
OOZIE-3261 [build] Set up mvn clean to delete the "build" directory as well
(nobigo via kmarton)
---
pom.xml | 7 +++++++
release-log.txt | 1 +
2 files changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 93fffc7..8950bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1806,6 +1806,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
+ <configuration>
+0 <filesets>
+ <fileset>
+ <directory>build</directory>
+ </fileset>
+ </filesets>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
diff --git a/release-log.txt b/release-log.txt
index a69c610..065af9b 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3261 [build] Set up mvn clean to delete the "build" directory as well
(nobigo via kmarton)
OOZIE-3431 [web UI] Oozie web UI should not serve image from
http://extjs.com/s.gif (jtolar via asalamon74)
OOZIE-3427 [core] Use best practices in HTTP response headers (asalamon74 via
andras.piros)
OOZIE-2949 Escape quotes whitespaces in Sqoop <command> field (asalamon74 via
kmarton)