Details
-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Task to track migration to Git for source control for JBehave 3.x. JBehave 2.x remains in svn.
Git repo is cloned from svn and can be rebased if any changes in 2.x need to merged to 3.x
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Configured POMs for core and web to use git. Maven release prepare works fine and creates tag.
The perform stage currently fails because the tag needs to be checked out for the deploy to occur. Workaround is to:
git clone <url>
git checkout <tag-name>
mvn deploy -Preporting,distribution