Skip to content

Commit 84f4f0e

Browse files
committed
Removed Shade Plugin
1 parent 979ba8b commit 84f4f0e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.automated-a11y</groupId>
88
<artifactId>java-a11y-playwright</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -150,19 +150,6 @@
150150
</execution>
151151
</executions>
152152
</plugin>
153-
<plugin>
154-
<groupId>org.apache.maven.plugins</groupId>
155-
<artifactId>maven-shade-plugin</artifactId>
156-
<version>${mavenshadeplugin.version}</version>
157-
<executions>
158-
<execution>
159-
<phase>package</phase>
160-
<goals>
161-
<goal>shade</goal>
162-
</goals>
163-
</execution>
164-
</executions>
165-
</plugin>
166153
<plugin>
167154
<groupId>org.apache.maven.plugins</groupId>
168155
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)