Repository: oozie
Updated Branches:
  refs/heads/master 27e4bf168 -> 9eb82649b


OOZIE-3120 Upgrade maven-assembly plugin to v.3.1.0 (dionusos via kmarton)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/9eb82649
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/9eb82649
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/9eb82649

Branch: refs/heads/master
Commit: 9eb82649be5c07c3506364655f7a56b03bca1665
Parents: 27e4bf1
Author: Julia Kinga Marton <kmar...@apache.org>
Authored: Wed Nov 28 09:11:21 2018 +0100
Committer: Julia Kinga Marton <kmar...@apache.org>
Committed: Wed Nov 28 09:11:21 2018 +0100

----------------------------------------------------------------------
 core/pom.xml                         |  4 +---
 pom.xml                              |  6 ++----
 release-log.txt                      |  1 +
 server/pom.xml                       |  4 +---
 server/src/main/assemblies/empty.xml | 21 ---------------------
 src/main/assemblies/empty.xml        | 21 ---------------------
 webapp/pom.xml                       |  4 +---
 7 files changed, 6 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 87851ec..b6c07d3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -546,9 +546,7 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <descriptors>
-                        
<descriptor>../src/main/assemblies/empty.xml</descriptor>
-                    </descriptors>
+                    <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
                 </configuration>
             </plugin>
             <plugin>

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0a330a..bd3c9fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1694,7 +1694,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.2.1</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -2007,9 +2007,7 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <descriptors>
-                        <descriptor>src/main/assemblies/empty.xml</descriptor>
-                    </descriptors>
+                    <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
                     <attach>false</attach>
                 </configuration>
             </plugin>

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 1ebbdd4..2c7265e 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3120 Upgrade maven-assembly plugin to v.3.1.0 (dionusos via kmarton)
 OOZIE-3381 [coordinator] Enhance logging of CoordElFunctions (andras.piros via 
kmarton)
 OOZIE-3380 TestCoordMaterializeTransitionXCommand failure after DST change 
date (asalamon74 via kmarton)
 OOZIE-3338 [build] Remove SVN references (asalamon74 via andras.piros)

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index e502438..cc6041e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -160,9 +160,7 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <descriptors>
-                        
<descriptor>../src/main/assemblies/empty.xml</descriptor>
-                    </descriptors>
+                    <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
                 </configuration>
             </plugin>
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/server/src/main/assemblies/empty.xml
----------------------------------------------------------------------
diff --git a/server/src/main/assemblies/empty.xml 
b/server/src/main/assemblies/empty.xml
deleted file mode 100644
index 17ff68a..0000000
--- a/server/src/main/assemblies/empty.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<assembly>
-    <id>empty</id>
-    <formats/>
-</assembly>

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/src/main/assemblies/empty.xml
----------------------------------------------------------------------
diff --git a/src/main/assemblies/empty.xml b/src/main/assemblies/empty.xml
deleted file mode 100644
index 35738b1..0000000
--- a/src/main/assemblies/empty.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  
-       http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<assembly>
-    <id>empty</id>
-    <formats/>
-</assembly>

http://git-wip-us.apache.org/repos/asf/oozie/blob/9eb82649/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index bd805d7..d1a9306 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -176,9 +176,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <descriptors>
-                        
<descriptor>../src/main/assemblies/empty.xml</descriptor>
-                    </descriptors>
+                    <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
                 </configuration>
             </plugin>
             <plugin>

Reply via email to