You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/11/22 14:45:59 UTC

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4509: [ZEPPELIN-5847] Polish Maven tasks

jongyoul commented on code in PR #4509:
URL: https://github.com/apache/zeppelin/pull/4509#discussion_r1029422618


##########
pom.xml:
##########
@@ -1432,24 +1431,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>process-remote-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-

Review Comment:
   I think it's good personally but is it ok to remove it? In my understanding, it looks like a license issue. If it's ok, I agree with you totally! :-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org