Skip to content

wokier/progress-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

progress-maven-plugin

Maven Reactor Progress

Display or notify the progress of a maven build, especially for a long multi-module build


Usage :

	<plugin>
		<groupId>com.github.wokier.progress-maven-plugin</groupId>
		<artifactId>progress-maven-plugin</artifactId>
		<version>0.6</version>
		<executions>
			<execution>
				<goals>
					<goal>display-progress</goal>
					or
					<goal>notify-progress</goal>
				</goals>
			</execution>
		</executions>
	</plugin>

Release Notes :

  • 0.6 2015-05-16 Uses java-to-OS-notify v0.6 + @threadSafe & progress.minimumNotifyMillis
  • 0.5 2013-08-30 Uses java-to-OS-notify v0.5
  • 0.4
  • 0.3 2013-04-20 Maven Central Release

The plugin use https://github.com/wokier/java-to-OS-notify

Have a look there to have pretty notifications

About

Maven Reactor Progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages