You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/11/28 17:40:05 UTC

[1/4] phoenix git commit: PHOENIX-5037 Fix maven site reporting warnings on build

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.2 56d1031f8 -> 4346baa5b
  refs/heads/4.x-HBase-1.3 1f022cbfc -> d6fa69a41
  refs/heads/4.x-HBase-1.4 644ab0e6e -> fe8a7798b
  refs/heads/master 7217568ea -> 179eb5076


PHOENIX-5037 Fix maven site reporting warnings on build

Signed-off-by: Josh Elser <el...@apache.org>


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

Branch: refs/heads/master
Commit: 179eb5076db8dc88c97d92cbdba52c4b6c54c76c
Parents: 7217568
Author: Artem Ervits <ar...@gmail.com>
Authored: Wed Nov 28 11:39:29 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Nov 28 11:43:25 2018 -0500

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 23 +++++++++++++----------
 phoenix-kafka/pom.xml | 22 ++++++++++++----------
 pom.xml               | 26 ++++++++++++++++----------
 3 files changed, 41 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/179eb507/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index f9718ea..6919385 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -44,7 +44,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
-       <version>3.2</version>
        <dependencies>
         <dependency>
            <groupId>org.apache.maven.doxia</groupId>
@@ -62,15 +61,6 @@
            <version>1.7</version>
          </dependency>
        </dependencies>
-       <configuration>
-         <reportPlugins>
-           <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>findbugs-maven-plugin</artifactId>
-	         <version>2.5.2</version>
-           </plugin>
-         </reportPlugins>
-       </configuration>
      </plugin>
      <plugin>
        <artifactId>exec-maven-plugin</artifactId>
@@ -474,4 +464,17 @@
         <artifactId>disruptor</artifactId>
       </dependency>
   </dependencies>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/179eb507/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index cde8b8b..6c0a229 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -330,7 +330,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
-				<version>3.2</version>
 				<dependencies>
 					<dependency>
 						<groupId>org.apache.maven.doxia</groupId>
@@ -348,15 +347,6 @@
 						<version>1.7</version>
 					</dependency>
 				</dependencies>
-				<configuration>
-					<reportPlugins>
-						<plugin>
-							<groupId>org.codehaus.mojo</groupId>
-							<artifactId>findbugs-maven-plugin</artifactId>
-							<version>2.5.2</version>
-						</plugin>
-					</reportPlugins>
-				</configuration>
 			</plugin>
 
 			<!-- Setup eclipse -->
@@ -416,4 +406,16 @@
 		</plugins>
 	</build>
 
+        <reporting>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                </plugin>
+            </plugins>
+        </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/179eb507/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 16ec530..571aa5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,16 +460,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <version>2.5.2</version>
-            </plugin>
-          </reportPlugins>
-        </configuration>
+        <version>3.7.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
@@ -1068,4 +1059,19 @@
       </properties>
     </profile>
   </profiles>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>3.0.0</version>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+              <version>3.0.5</version>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>


[3/4] phoenix git commit: PHOENIX-5037 Fix maven site reporting warnings on build

Posted by el...@apache.org.
PHOENIX-5037 Fix maven site reporting warnings on build

Signed-off-by: Josh Elser <el...@apache.org>


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

Branch: refs/heads/4.x-HBase-1.3
Commit: d6fa69a41179e99880c36f52eb007d7bd6d8f6bc
Parents: 1f022cb
Author: Artem Ervits <ar...@gmail.com>
Authored: Wed Nov 28 11:39:29 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Nov 28 12:08:22 2018 -0500

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 23 +++++++++++++----------
 phoenix-kafka/pom.xml | 22 ++++++++++++----------
 pom.xml               | 26 ++++++++++++++++----------
 3 files changed, 41 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d6fa69a4/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 3a32407..813326d 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -44,7 +44,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
-       <version>3.2</version>
        <dependencies>
         <dependency>
            <groupId>org.apache.maven.doxia</groupId>
@@ -62,15 +61,6 @@
            <version>1.7</version>
          </dependency>
        </dependencies>
-       <configuration>
-         <reportPlugins>
-           <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>findbugs-maven-plugin</artifactId>
-	         <version>2.5.2</version>
-           </plugin>
-         </reportPlugins>
-       </configuration>
      </plugin>
      <plugin>
        <artifactId>exec-maven-plugin</artifactId>
@@ -445,4 +435,17 @@
         <artifactId>disruptor</artifactId>
       </dependency>
   </dependencies>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/d6fa69a4/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index 4584d24..0faa499 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -326,7 +326,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
-				<version>3.2</version>
 				<dependencies>
 					<dependency>
 						<groupId>org.apache.maven.doxia</groupId>
@@ -344,15 +343,6 @@
 						<version>1.7</version>
 					</dependency>
 				</dependencies>
-				<configuration>
-					<reportPlugins>
-						<plugin>
-							<groupId>org.codehaus.mojo</groupId>
-							<artifactId>findbugs-maven-plugin</artifactId>
-							<version>2.5.2</version>
-						</plugin>
-					</reportPlugins>
-				</configuration>
 			</plugin>
 
 			<!-- Setup eclipse -->
@@ -412,4 +402,16 @@
 		</plugins>
 	</build>
 
+        <reporting>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                </plugin>
+            </plugins>
+        </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/d6fa69a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2c2f20..c8d67fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,16 +463,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <version>2.5.2</version>
-            </plugin>
-          </reportPlugins>
-        </configuration>
+        <version>3.7.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
@@ -1038,4 +1029,19 @@
       </properties>
     </profile>
   </profiles>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>3.0.0</version>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+              <version>3.0.5</version>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>


[4/4] phoenix git commit: PHOENIX-5037 Fix maven site reporting warnings on build

Posted by el...@apache.org.
PHOENIX-5037 Fix maven site reporting warnings on build

Signed-off-by: Josh Elser <el...@apache.org>


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

Branch: refs/heads/4.x-HBase-1.2
Commit: 4346baa5b92e10da490e694c2cc8d7d4f71f7567
Parents: 56d1031
Author: Artem Ervits <ar...@gmail.com>
Authored: Wed Nov 28 11:39:29 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Nov 28 12:20:55 2018 -0500

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 23 +++++++++++++----------
 phoenix-kafka/pom.xml | 22 ++++++++++++----------
 pom.xml               | 26 ++++++++++++++++----------
 3 files changed, 41 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4346baa5/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index c3b9a28..7d01893 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -44,7 +44,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
-       <version>3.2</version>
        <dependencies>
         <dependency>
            <groupId>org.apache.maven.doxia</groupId>
@@ -62,15 +61,6 @@
            <version>1.7</version>
          </dependency>
        </dependencies>
-       <configuration>
-         <reportPlugins>
-           <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>findbugs-maven-plugin</artifactId>
-	         <version>2.5.2</version>
-           </plugin>
-         </reportPlugins>
-       </configuration>
      </plugin>
      <plugin>
        <artifactId>exec-maven-plugin</artifactId>
@@ -445,4 +435,17 @@
         <artifactId>disruptor</artifactId>
       </dependency>
   </dependencies>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/4346baa5/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index a1d51e9..b151101 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -326,7 +326,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
-				<version>3.2</version>
 				<dependencies>
 					<dependency>
 						<groupId>org.apache.maven.doxia</groupId>
@@ -344,15 +343,6 @@
 						<version>1.7</version>
 					</dependency>
 				</dependencies>
-				<configuration>
-					<reportPlugins>
-						<plugin>
-							<groupId>org.codehaus.mojo</groupId>
-							<artifactId>findbugs-maven-plugin</artifactId>
-							<version>2.5.2</version>
-						</plugin>
-					</reportPlugins>
-				</configuration>
 			</plugin>
 
 			<!-- Setup eclipse -->
@@ -412,4 +402,16 @@
 		</plugins>
 	</build>
 
+        <reporting>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                </plugin>
+            </plugins>
+        </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/4346baa5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9456fc3..d0b55de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,16 +463,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <version>2.5.2</version>
-            </plugin>
-          </reportPlugins>
-        </configuration>
+        <version>3.7.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
@@ -1038,4 +1029,19 @@
       </properties>
     </profile>
   </profiles>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>3.0.0</version>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+              <version>3.0.5</version>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>


[2/4] phoenix git commit: PHOENIX-5037 Fix maven site reporting warnings on build

Posted by el...@apache.org.
PHOENIX-5037 Fix maven site reporting warnings on build

Signed-off-by: Josh Elser <el...@apache.org>


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

Branch: refs/heads/4.x-HBase-1.4
Commit: fe8a7798b70105b216b800ba50d5ebf308d285a7
Parents: 644ab0e
Author: Artem Ervits <ar...@gmail.com>
Authored: Wed Nov 28 11:39:29 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Nov 28 12:03:56 2018 -0500

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 23 +++++++++++++----------
 phoenix-kafka/pom.xml | 22 ++++++++++++----------
 pom.xml               | 26 ++++++++++++++++----------
 3 files changed, 41 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/fe8a7798/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 3416b18..dcedd54 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -44,7 +44,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
-       <version>3.2</version>
        <dependencies>
         <dependency>
            <groupId>org.apache.maven.doxia</groupId>
@@ -62,15 +61,6 @@
            <version>1.7</version>
          </dependency>
        </dependencies>
-       <configuration>
-         <reportPlugins>
-           <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>findbugs-maven-plugin</artifactId>
-	         <version>2.5.2</version>
-           </plugin>
-         </reportPlugins>
-       </configuration>
      </plugin>
      <plugin>
        <artifactId>exec-maven-plugin</artifactId>
@@ -445,4 +435,17 @@
         <artifactId>disruptor</artifactId>
       </dependency>
   </dependencies>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/fe8a7798/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index b104cfb..86dbb59 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -326,7 +326,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
-				<version>3.2</version>
 				<dependencies>
 					<dependency>
 						<groupId>org.apache.maven.doxia</groupId>
@@ -344,15 +343,6 @@
 						<version>1.7</version>
 					</dependency>
 				</dependencies>
-				<configuration>
-					<reportPlugins>
-						<plugin>
-							<groupId>org.codehaus.mojo</groupId>
-							<artifactId>findbugs-maven-plugin</artifactId>
-							<version>2.5.2</version>
-						</plugin>
-					</reportPlugins>
-				</configuration>
 			</plugin>
 
 			<!-- Setup eclipse -->
@@ -412,4 +402,16 @@
 		</plugins>
 	</build>
 
+        <reporting>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                </plugin>
+            </plugins>
+        </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/fe8a7798/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f0b4f0..615f425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,16 +463,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <version>2.5.2</version>
-            </plugin>
-          </reportPlugins>
-        </configuration>
+        <version>3.7.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
@@ -1038,4 +1029,19 @@
       </properties>
     </profile>
   </profiles>
+
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>3.0.0</version>
+          </plugin>
+          <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>findbugs-maven-plugin</artifactId>
+              <version>3.0.5</version>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>