Skip to content

hindsightsoftware/behave-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

behave-maven-plugin

Add your Bintray credentials to the global maven settings.xml.

~/.m2/settings.xml

<settings>
  <servers>
    <server>
  	  <id>bintray</id>
  	  <username>USER</username>
  	  <password>API-KEY</password>
    </server>
  </servers>
</settings>

Then run mvn install deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages