Remove old build notes

This commit is contained in:
Joakim Erdfelt 2023-03-29 11:09:06 -05:00
parent 75dbc52f16
commit 9bb38ea469
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 0 additions and 18 deletions

View File

@ -1,16 +0,0 @@
#!/bin/bash
# Represents the command line version of the CI build in Jenkinsfile
mvn clean install -f build
mvn clean install -N
mvn clean install -f jetty-core
mvn clean install -f jetty-integrations
mvn clean install -f jetty-ee10
mvn clean install -f jetty-ee9
mvn clean install -f jetty-ee8
mvn clean install -pl :jetty-home
mvn clean install -f tests
# mvn clean install -f jetty-p2
mvn clean install -rf :documentation

View File

@ -224,8 +224,6 @@
</pluginRepositories>
<modules>
<!-- CAUTION: Any changes to this list will need to be represented
in the Jenkinsfile and build/scripts/ci.sh as well -->
<module>build</module>
<module>jetty-core</module>
<module>jetty-integrations</module>