Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openolat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zentraler Informatikdienst
Digitale Medien und Lerntechnologien
olat
openolat
Commits
a14044d5
Commit
a14044d5
authored
6 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
no-jira: update pom and gitignore for git repository
parent
b5163a2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+27
-10
27 additions, 10 deletions
.gitignore
pom.xml
+11
-11
11 additions, 11 deletions
pom.xml
with
38 additions
and
21 deletions
.gitignore
+
27
−
10
View file @
a14044d5
/bin/
/target/
/cargo/
/.settings/
# deprecated scripting files
*.pl
*.php
# editor backup files
*~
*.bak
*.swp
# sundry useless files
*.out
mvn*.log
# Mac idiosyncrasies
.DS_Store
#ignore project/.classpath file at this gets created by maven
.classpath
.project
src/main/java/olat.local.properties
.classpath
/.project
/.settings
*/target
*.sw?
*/.classpath
*/.project
*/.settings/*
*/.settings/org.eclipse.core.resources.prefs
*/.settings/org.eclipse.wst.common.component
*/.settings/org.eclipse.wst.common.project.facet.core.xml
*/.settings/org.eclipse.jdt.core.prefs
*/.settings/org.eclipse.m2e.core.prefs
*/.settings/org.eclipse.wst.jsdt.ui.*
*/.settings/org.sonarlint.*
*/.settings/.jsdtscope
\ No newline at end of file
*/.project
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
11
−
11
View file @
a14044d5
...
...
@@ -1247,22 +1247,22 @@
</testResource>
</testResources>
<plugins>
<!-- Set the build number from
mercurial
-->
<!-- Set the build number from
git
-->
<plugin>
<groupId>
org.openolat.mojo
</groupId>
<artifactId>
buildnumber-maven
-plugin
</artifactId>
<version>
1
.2.
0
</version>
<groupId>
pl.project13.maven
</groupId>
<artifactId>
git-commit-id
-plugin
</artifactId>
<version>
2
.2.
4
</version>
<executions>
<execution>
<
phase>
validate
</phase
>
<
id>
get-the-git-infos
</id
>
<goals>
<goal>
hgchangeset
</goal>
<goal>
revision
</goal>
</goals>
<phase>
validate
</phase>
</execution>
</executions>
<configuration>
<doCheck>
true
</doCheck>
<doUpdate>
true
</doUpdate>
<dotGitDirectory>
${project.basedir}/.git
</dotGitDirectory>
</configuration>
</plugin>
<plugin>
...
...
@@ -1394,9 +1394,9 @@
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Build-Change-Set>
${
changeSet
}
</Build-Change-Set>
<Build-Change-Set-Date>
${
changeSetDat
e}
</Build-Change-Set-Date>
<Build-Revision-Number>
${
revisionNumber
}
</Build-Revision-Number>
<Build-Change-Set>
${
git.commit.id
}
</Build-Change-Set>
<Build-Change-Set-Date>
${
git.commit.tim
e}
</Build-Change-Set-Date>
<Build-Revision-Number>
${
git.commit.id.abbrev
}
</Build-Revision-Number>
<Implementation-Build>
${buildNumber}
</Implementation-Build>
</manifestEntries>
</archive>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment