Skip to content

CPGFinanceSystems/event-store-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-store-maven-plugin

This Maven plugin provides goals that start/stop the event store.

Build Status Coverage Status Maven Central LGPLv3 License Java Development Kit 1.7

Built on CloudBees

###Getting started An example how to use it can be found here: test-project

Remember to name your test class according to Maven Failsafe Plugin's naming pattern.

To execute your integration test use: mvn clean verify or mvn verify

###Snapshots

Snapshots can be found on the OSS Sonatype Snapshots Repository.

Add the following to your .m2/settings.xml to enable snapshots in your Maven build:

<pluginRepository>
    <id>sonatype.oss.snapshots</id>
    <name>Sonatype OSS Snapshot Repository</name>
    <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</pluginRepository>

About

This plugin provides goals that start/stop Greg Young's event store.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%