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
RDF Object Plugin
Commits
558e55eb
Commit
558e55eb
authored
Oct 21, 2020
by
Ubbo Veentjer
Browse files
feature/gitflow
parent
bdabd212
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
558e55eb
target/
*/target/
README.md
0 → 100644
View file @
558e55eb
# RDF Object Editor Plugin for TextGridLab
This is a TextGridLab plugin to connect to a RDF editing form from TextGridLab.
## 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
## 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 @
558e55eb
...
...
@@ -140,6 +140,31 @@
<organizationName>
blumenbach_online (http://blumenbach_online.de)
</organizationName>
</configuration>
</plugin>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-versions-plugin
</artifactId>
<version>
${tycho-version}
</version>
</plugin>
<plugin>
<groupId>
com.amashchenko.maven.plugin
</groupId>
<artifactId>
gitflow-maven-plugin
</artifactId>
<version>
1.14.0
</version>
<configuration>
<tychoBuild>
true
</tychoBuild>
<verbose>
true
</verbose>
<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>
</plugin>
</plugins>
</build>
...
...
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