Skip to content

Commit

Permalink
Remove unknown plugin parameter
Browse files Browse the repository at this point in the history
Fix:
```
[WARNING] Parameter 'silent' is unknown for plugin 'glassfishbuild-maven-plugin:4.0.1:featuresets-dependencies (default-featuresets-dependencies)'
```
  • Loading branch information
pzygielo committed Sep 9, 2024
1 parent b4bd2e2 commit 6c50ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/distributions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -89,7 +90,6 @@
<excludes>META-INF/maven/**</excludes>
<copyTypes>jar,war</copyTypes>
<unpackTypes>zip,rar,war</unpackTypes>
<silent>true</silent>
<copyExcludes>war</copyExcludes>
<mappings>
<mapping>
Expand Down

0 comments on commit 6c50ce0

Please sign in to comment.