-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge ITs into Maven core repository
- Loading branch information
Showing
6,510 changed files
with
5 additions
and
210,638 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,24 +19,9 @@ under the License. | |
Maven Core Integration Tests | ||
======== | ||
|
||
<https://maven.apache.org/core-its/> | ||
Integration tests have been merged into Maven core repository. | ||
|
||
If you want to run the integration tests against a custom build of Maven use the following command: | ||
|
||
``` | ||
mvn clean install -Prun-its -Dmaven.repo.local=`pwd`/repo -DmavenDistro=/path/to/apache-maven-dist.zip | ||
``` | ||
|
||
or if behind a proxy | ||
|
||
``` | ||
mvn clean install -Prun-its -Dmaven.repo.local=`pwd`/repo -DmavenDistro=/path/to/apache-maven-dist.zip -Dproxy.active=true -Dproxy.type=http -Dproxy.host=... -Dproxy.port=... -Dproxy.user=... -Dproxy.pass=... | ||
``` | ||
|
||
Using the script | ||
|
||
Build Maven core with the profile `-PversionlessMavenDist` | ||
|
||
Now Run the script: `sh ./run-its.sh` | ||
|
||
Maven Developers List: [email protected] | ||
Branches are still available: | ||
* [maven-3.8.x](https://github.com/apache/maven-integration-testing/tree/maven-3.8.x) for Maven 3.8.x | ||
* [maven-3.9.x](https://github.com/apache/maven-integration-testing/tree/maven-3.9.x) for Maven 3.9.x | ||
* [maven-4.x](https://github.com/apache/maven-integration-testing/tree/maven-4.x) for historical reasons (should not be used) |
Oops, something went wrong.