Skip to content

Commit

Permalink
Merge ITs into Maven core repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 5, 2024
1 parent 96c6121 commit 866ce33
Show file tree
Hide file tree
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.
64 changes: 0 additions & 64 deletions Jenkinsfile

This file was deleted.

25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading

0 comments on commit 866ce33

Please sign in to comment.