You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/09/19 08:23:12 UTC

[GitHub] [activemq-artemis] brusdev commented on a diff in pull request #4208: ARTEMIS-3980 Remove web content from distribution

brusdev commented on code in PR #4208:
URL: https://github.com/apache/activemq-artemis/pull/4208#discussion_r973980893


##########
artemis-distribution/src/main/assembly/dep.xml:
##########
@@ -82,29 +82,6 @@
          <directoryMode>0755</directoryMode>
          <fileMode>0644</fileMode>
       </dependencySet>
-      <dependencySet>
-         <includes>
-            <include>org.apache.activemq:artemis-website</include>
-         </includes>
-         <excludes>
-            <exclude>org.apache.activemq:artemis-website:jar:javadoc</exclude>
-         </excludes>
-         <outputDirectory>web</outputDirectory>
-         <unpack>true</unpack>
-         <useProjectArtifact>false</useProjectArtifact>
-         <directoryMode>0755</directoryMode>
-         <fileMode>0644</fileMode>
-      </dependencySet>
-      <dependencySet>
-         <includes>
-            <include>org.apache.activemq:artemis-website:jar:javadoc</include>
-         </includes>
-         <outputDirectory>web/api</outputDirectory>
-         <unpack>true</unpack>
-         <useProjectArtifact>false</useProjectArtifact>
-         <directoryMode>0755</directoryMode>
-         <fileMode>0644</fileMode>
-      </dependencySet>

Review Comment:
   @gemmellr thanks for the head up, I create #4221 to fix it



-- 
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: gitbox-unsubscribe@activemq.apache.org

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