DRILL-6287: apache-release profile should be disabled by default

closes #1182


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

Branch: refs/heads/master
Commit: a05494537494efe7d9489e1468245e1ca7b16708
Parents: 2e1568c
Author: Vlad Rozov <vro...@apache.org>
Authored: Thu Mar 22 06:54:56 2018 -0700
Committer: Arina Ielchiieva <arina.yelchiy...@gmail.com>
Committed: Fri Apr 6 11:56:55 2018 +0300

----------------------------------------------------------------------
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/a0549453/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f07beaf..b9d395d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
     <excludedGroups/>
     <memoryMb>4096</memoryMb>
     <directMemoryMb>4096</directMemoryMb>
+    <additionalparam>-Xdoclint:none</additionalparam>
   </properties>
 
   <scm>
@@ -1234,12 +1235,6 @@
       <!-- this profile adds/overrides few features of the 'apache-release'
         profile in the parent pom. -->
       <id>apache-release</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <additionalparam>-Xdoclint:none</additionalparam>
-      </properties>
       <build>
         <plugins>
           <plugin>
@@ -1274,7 +1269,9 @@
                 <configuration>
                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                   <appendAssemblyId>false</appendAssemblyId>
-                  
<descriptor>src/main/resources/assemblies/source-assembly.xml</descriptor>
+                  <descriptors>
+                    
<descriptor>src/main/resources/assemblies/source-assembly.xml</descriptor>
+                  </descriptors>
                   <finalName>apache-drill-${project.version}-src</finalName>
                   <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>

Reply via email to