Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridLab
SADE Publish Plugin
Commits
b883ede6
Commit
b883ede6
authored
Oct 21, 2020
by
Ubbo Veentjer
Browse files
feature/squashtest
parent
f9ed8f9c
Pipeline
#155477
passed with stages
in 2 minutes and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b883ede6
...
@@ -30,5 +30,5 @@ pages:
...
@@ -30,5 +30,5 @@ pages:
paths
:
paths
:
-
public
-
public
# only:
# only:
# - ma
ster
# - ma
in
README.md
View file @
b883ede6
...
@@ -13,3 +13,24 @@ For a list of goals enter
...
@@ -13,3 +13,24 @@ For a list of goals enter
mvn gitflow:help
mvn gitflow:help
## Release / Development
This project uses the
[
Git-Flow Maven plugin
](
https://github.com/aleksandr-m/gitflow-maven-plugin
)
For a list of goals enter
mvn gitflow:help
start a new feature
mvn gitflow:feature-start
finish feature
mvn gitflow:feature-finish
finish and squash commits
mvn gitflow:feature-finish -DfeatureSquash=true
pom.xml
View file @
b883ede6
...
@@ -156,7 +156,17 @@
...
@@ -156,7 +156,17 @@
<configuration>
<configuration>
<tychoBuild>
true
</tychoBuild>
<tychoBuild>
true
</tychoBuild>
<verbose>
true
</verbose>
<verbose>
true
</verbose>
<installProject>
true
</installProject>
<installProject>
false
</installProject>
<gitFlowConfig>
<productionBranch>
main
</productionBranch>
<developmentBranch>
develop
</developmentBranch>
<featureBranchPrefix>
feature/
</featureBranchPrefix>
<releaseBranchPrefix>
release/
</releaseBranchPrefix>
<hotfixBranchPrefix>
hotfix/
</hotfixBranchPrefix>
<supportBranchPrefix>
support/
</supportBranchPrefix>
<versionTagPrefix></versionTagPrefix>
<origin>
origin
</origin>
</gitFlowConfig>
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment