reta commented on code in PR #69:
URL: https://github.com/apache/cxf-xjc-utils/pull/69#discussion_r1207573007
##########
.github/workflows/pull-request-build.yml:
##########
@@ -23,6 +23,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Apache Maven
- run: mvn -U clean install -Djava.awt.headless=true -fae -B -Peverything
+ run: mvn -U clean install -Djava.awt.headless=true -fae -B
Review Comment:
Fixing
```
Warning: The requested profile "everything" could not be activated because
it does not exist.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]