Skip to content

Commit 476de14

Browse files
authored
Merge pull request #2146 from fRandOmizer/JBEAP-32213
[JBEAP-32213] [QS] eap-maven-plugin:package warns about unknown parameters in logging and todo-backend quickstarts
2 parents 0c8ab42 + 31301de commit 476de14

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

logging/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@
159159
</manifest>
160160
</channel>
161161
</channels>
162-
<jboss-home>${jboss.home}</jboss-home>
163-
<fail-on-error>false</fail-on-error>
164-
<scripts>
165-
<script>${project.basedir}${file.separator}configure-logging.cli</script>
166-
</scripts>
167162
</configuration>
168163
</plugin>
169164
<plugin>

todo-backend/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@
8585
</manifest>
8686
</channel>
8787
</channels>
88-
<!-- properties needed by the maven plugin to connect to postgres when starting the server, we define them here delegating the values, to same name properties received by "mvn" environment passed from comand line -->
89-
<env>
90-
<POSTGRESQL_DATABASE>${POSTGRESQL_DATABASE}</POSTGRESQL_DATABASE>
91-
<POSTGRESQL_SERVICE_HOST>${POSTGRESQL_SERVICE_HOST}</POSTGRESQL_SERVICE_HOST>
92-
<POSTGRESQL_SERVICE_PORT>${POSTGRESQL_SERVICE_PORT}</POSTGRESQL_SERVICE_PORT>
93-
<POSTGRESQL_USER>${POSTGRESQL_USER}</POSTGRESQL_USER>
94-
<POSTGRESQL_PASSWORD>${POSTGRESQL_PASSWORD}</POSTGRESQL_PASSWORD>
95-
<POSTGRESQL_DATASOURCE>${POSTGRESQL_DATASOURCE}</POSTGRESQL_DATASOURCE>
96-
</env>
9788
</configuration>
9889
</plugin>
9990
<plugin>

0 commit comments

Comments
 (0)