Skip to content

cvgaviao/c8tech-tools-maven-library

Repository files navigation

CircleCI

Maven Central

C8Tech Tools Maven Library

This multi-project repository consists of a set of sub-projects of java components aimed to support the building of maven plugins related to Java OSGi technology.


Documentation, download and usage instructions details

Full usage details, FAQs, examples and more are available on the project documentation website.

Development

Building

To build and run the tests, you need Java 8 or later and Maven 3.5.4 or later. Simply clone this repository and run mvn clean install

In order to run the with test coverage support then run mvn clean install -Dc8tech.build.test.coverage

Using Eclipse IDE + m2e

You can use the Eclipse IDE justing importing the project into a workspace. It will automatically ask you to install the m2e related plugins. Also, in order to facilitate to build, some m2e launcher files are provided in the .m2e-launchers directory.

Contributing

Note that the tests run the plugin against a number of sample test projects, located in the test-projects folder. If adding new functionality, or fixing a bug, it is recommended that a sample project be set up so that the scenario can be tested end-to-end. See also CONTRIBUTING.md for information on deploying to Nexus and releasing the plugin.