Skip to content

baniuk/ImageJTestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central

ImageJTestSuite

Documentation

Maven generated site is available under GitHub pages

Build

# use Maven release plugin after proper configuration of settings.xml
# It is linked with sonatype profile
mvn release:clean release:prepare -DpushChanges=false
# push to repo
git push --tags
# perform release and deploy to ossrh
mvn release:perform
# update changelog
github_changelog_generator
git commit -am "Updated Changelog" -S
# push site to GH
cd target/checkout
mvn site-deploy

About

Collection of tools supporting unit testing of image processing software in ImageJ framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages