Skip to content

Latest commit

 

History

History
 
 

run-tests-with-build-optaplanner-parent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OptaPlanner Parent

Description

This module serves as an invocation point for tests of OptaPlanner repository.

Usage

Project pom defines profiles that can invoke tests for a particular delivery option. Download of artifacts is provided by means described in Module structure.

Project-sources testing

mvn clean verify \
-Dtest.type=project-sources \
-Dproject.sources.artifact=optaplanner \
-Ddownload.sources.version=<VERSION>

Sources-zip testing

mvn clean verify \
-Dtest.type=sources-zip \
-Ddownload.sources.url=http://link.to/source.zip

Module structure

Each of sub-modules contains configuration for Maven Invoker related settings.

Download configuration of particular deliverable is provided by modules