You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by GitBox <gi...@apache.org> on 2021/05/05 05:55:15 UTC

[GitHub] [openwebbeans-meecrowave] bmarwell commented on a change in pull request #15: [MEECROWAVE-289] add jakarta artifact for mw-specs-api.

bmarwell commented on a change in pull request #15:
URL: https://github.com/apache/openwebbeans-meecrowave/pull/15#discussion_r626268261



##########
File path: meecrowave-specs-api/pom.xml
##########
@@ -206,6 +206,126 @@
             </transformers>
           </configuration>
         </execution>
+        <execution>
+          <id>jakarta</id>
+          <phase>package</phase>
+          <goals>
+            <goal>shade</goal>
+          </goals>
+          <configuration>
+            <shadedArtifactAttached>true</shadedArtifactAttached>
+            <shadedClassifierName>jakarta</shadedClassifierName>
+            <createDependencyReducedPom>false</createDependencyReducedPom>
+            <transformers>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+              </transformer>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">

Review comment:
       Thanks, updated.




-- 
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.

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