___ ___ __ __
\ \/ /| \/ |__ __ ___
\ / | |\/| |\ V /| ' \
/ \ |_| |_| \_/ |_||_| v. 4.0.0-SNAPSHOT
/__/\ \
\_/ ~ intelligent packaging ~
https://fedora-java.github.io/xmvn/
XMvn is a set of extensions for Apache Maven that can be used to manage system artifact repository and use it to resolve Maven artifacts in offline mode. It also provides Maven plugins to help with creating RPM packages containing Maven artifacts.
XMvn is free software. You can redistribute and/or modify it under the terms of Apache License Version 2.0.
XMvn was written by Mikolaj Izdebski.
Some parts of XMvn require Gradle, which is not available in Maven Central repository. Therefore the first time you build XMvn you'll need to download and install required dependencies into Maven local repository by running the following command:
mvn -f libs install
After Gradle is available in your local repository you'll be able to build XMvn using standard Maven commands, or import it into IDEs like Eclipse.
In some scenarios, like automated builds or continous integration, it
may be useful to download Gradle libraries and build XMvn in one step.
This can be achieved by activating libs profile (mvn -P libs ...
).
This profile is activated automatically when CI environmental variable
is set to true, for example on TravisCI.
After making code changes it is recommended to run integration tests to verify that the change did not break anything.
To save time, integration tests are not ran during default Maven
build. To run them you need to activate run-its
profile. For
example:
mvn -Prun-its clean verify
Note that TravisCI build runs integration tests as part of commit and pull request validation.
XMvn is a community project, new contributotrs are welcome. The most straightforward way to introduce new features is writting them yourself. The preferred way to requests features and report bugs is through Github.
The easiest way to get support is asking on IRC -- #fedora-java on freenode. You can also write to Fedora Java list [email protected] or directly to XMVn maintainers [email protected].