Skip to content

Commit

Permalink
Unpack glassfish-jar type for embedded-web
Browse files Browse the repository at this point in the history
Same change as 87a7d54 done for embedded-all

Signed-off-by: hussainnm <hussain.nm@cognizant.com>
  • Loading branch information
hussainnm committed Jan 26, 2023
1 parent 50d1a67 commit fdaa200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Contributors to Eclipse Foundation.
Copyright (c) 2021, 2023 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -1391,7 +1391,7 @@
<excludeTransitive>true</excludeTransitive>
<includeScope>compile</includeScope>
<includeScope>runtime</includeScope>
<includeTypes>jar</includeTypes>
<includeTypes>jar,glassfish-jar</includeTypes>
<includes>**/*.class</includes>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions appserver/extras/embedded/web/src/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</unpackOptions>
<includes>
<include>*:*:jar:*</include>
<include>*:*:glassfish-jar:*</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit fdaa200

Please sign in to comment.