Skip to content

Commit 77cb021

Browse files
committed
[MPIR-395] - Add TeamCity as a possibility for ciManagement entry
1 parent 0013644 commit 77cb021

26 files changed

+140
-0
lines changed

src/main/java/org/apache/maven/report/projectinfo/CiManagementReport.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ else if ( isCiManagementSystem( system, "luntbuild" ) )
158158
{
159159
linkPatternedText( getI18nString( "luntbuild.intro" ) );
160160
}
161+
else if ( isCiManagementSystem( system, "teamcity" ) )
162+
{
163+
linkPatternedText( getI18nString( "teamcity.intro" ) );
164+
}
161165
else if ( isCiManagementSystem( system, "travis" ) )
162166
{
163167
linkPatternedText( getI18nString( "travis.intro" ) );

src/main/resources/project-info-reports.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = This projec
2626
report.ci-management.hudson.intro = This project uses {Hudson, http://hudson-ci.org/}.
2727
report.ci-management.jenkins.intro = This project uses {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = This project uses {Luntbuild, http://luntbuild.javaforge.com/}.
29+
report.ci-management.teamcity.intro = This project uses {TeamCity, https://www.jetbrains.com/teamcity/}.
2930
report.ci-management.travis.intro = This project uses {Travis CI, https://travis-ci.org/}.
3031
report.ci-management.name = CI Management
3132
report.ci-management.nocim = No continuous integration management system is defined. Please check back at a later date.

src/main/resources/project-info-reports_cs.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ report.ci-management.hudson.intro = Tento proje
2727
report.ci-management.jenkins.intro = Tento projekt pou\u017e\u00edv\u00e1 {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = Tento projekt pou\u017e\u00edv\u00e1 {Luntbuild, http://luntbuild.javaforge.com/}.
2929
report.ci-management.travis.intro = Tento projekt pou\u017e\u00edv\u00e1 {Travis CI, https://travis-ci.org/}.
30+
report.ci-management.teamcity.intro = Tento projekt pou\u017e\u00edv\u00e1 {TeamCity, https://www.jetbrains.com/teamcity/}.
3031
report.ci-management.name = Nep\u0159etr\u017eit\u00e1 integrace
3132
report.ci-management.nocim = Projekt nem\u00e1 stanoven\u00fd \u017e\u00e1dn\u00fd syst\u00e9m nep\u0159etr\u017eit\u00e9 integrace. Zkuste se pod\u00edvat pozd\u011bji.
3233
report.ci-management.notifiers.column.address = Adresa

src/main/resources/project-info-reports_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = Dieses Proj
2626
report.ci-management.hudson.intro = Dieses Projekt verwendet {Hudson, http://hudson-ci.org/}.
2727
report.ci-management.jenkins.intro = Dieses Projekt verwendet {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = Dieses Projekt verwendet {Luntbuild, http://luntbuild.javaforge.com/}.
29+
report.ci-management.teamcity.intro = Dieses Projekt verwendet {TeamCity, https://www.jetbrains.com/teamcity/}.
2930
report.ci-management.travis.intro = Dieses Projekt verwendet {Travis CI, https://travis-ci.org/}.
3031
report.ci-management.name = Continuous-Integration
3132
report.ci-management.nocim = Es wurde kein System zur kontinuierlichen Integration definiert.

src/main/resources/project-info-reports_es.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = Este proyec
2626
report.ci-management.hudson.intro = Este proyecto usa {Hudson, http://hudson-ci.org/}.
2727
report.ci-management.jenkins.intro = Este proyecto usa {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = Este proyecto usa {Luntbuild, http://luntbuild.javaforge.com/}.
29+
report.ci-management.teamcity.intro = Este proyecto usa {TeamCity, https://www.jetbrains.com/teamcity/}.
2930
report.ci-management.travis.intro = Este proyecto usa {Travis CI, https://travis-ci.org/}.
3031
report.ci-management.name = Integraci\u00f3n Continua
3132
report.ci-management.nocim = No hay ning\u00fan sistema de integraci\u00f3n continua definido. Compruebe de nuevo dentro de algunos d\u00edas.

src/main/resources/project-info-reports_fr.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = Ce projet u
2626
report.ci-management.hudson.intro = Ce projet utilise {Hudson, http://hudson-ci.org/}.
2727
report.ci-management.jenkins.intro = Ce projet utilise {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = Ce projet utilise {Luntbuild, http://luntbuild.javaforge.com/}.
29+
report.ci-management.teamcity.intro = Ce projet utilise {TeamCity, https://www.jetbrains.com/teamcity/}.
2930
report.ci-management.travis.intro = Ce projet utilise {Travis CI, https://travis-ci.org/}.
3031
report.ci-management.name = Int\u00e9gration continue
3132
report.ci-management.nocim = Aucun syst\u00e8me d'int\u00e9gration continue n'est d\u00e9fini. V\u00e9rifiez plus tard si un syst\u00e8me d'int\u00e9gration continue a \u00e9t\u00e9 ajout\u00e9.

src/main/resources/project-info-reports_gl.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = Este proxec
2626
report.ci-management.hudson.intro = Este proxecto usa {Hudson, http://hudson-ci.org/}.
2727
report.ci-management.jenkins.intro = Este proxecto usa {Jenkins, https://www.jenkins.io/}.
2828
report.ci-management.luntbuild.intro = Este proxecto usa {Luntbuild, http://luntbuild.javaforge.com/}.
29+
report.ci-management.teamcity.intro = Este proxecto usa {TeamCity, https://www.jetbrains.com/teamcity/}.
2930
report.ci-management.travis.intro = Este proxecto usa {Travis CI, https://travis-ci.org/}.
3031
report.ci-management.name = Integraci\u00f3n Continua
3132
report.ci-management.nocim = Non hai ning\u00fan sistema de integraci\u00f3n continua definido. Comprobe de novo dentro dalg\u00FAns d\u00edas.

src/main/resources/project-info-reports_hu.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ report.ci-management.hudson.intro = Ez a projek
2727
report.ci-management.jenkins.intro = Ez a projekt {Jenkins, https://www.jenkins.io/} rendszert haszn\u00C3\u00A1l.
2828
report.ci-management.luntbuild.intro = Ez a projekt {Luntbuild, http://luntbuild.javaforge.com/} rendszert haszn\u00C3\u00A1l.
2929
report.ci-management.travis.intro = Ez a projekt {Travis CI, https://travis-ci.org/} rendszert haszn\u00C3\u00A1l.
30+
report.ci-management.teamcity.intro = Ez a projekt {TeamCity, https://travis-ci.org/} rendszert haszn\u00C3\u00A1l.
3031
report.ci-management.name = Continuous Integration
3132
report.ci-management.nocim = No continuous integration management system is defined. Please check back at a later date.
3233
report.ci-management.notifiers.column.address = C\u00edm

src/main/resources/project-info-reports_it.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ report.ci-management.cruisecontrol.intro = Questo prog
2424
report.ci-management.hudson.intro = Questo progetto usa {Hudson, http://hudson-ci.org/}.
2525
report.ci-management.jenkins.intro = Questo progetto usa {Jenkins, https://www.jenkins.io/}.
2626
report.ci-management.luntbuild.intro = Questo progetto usa {Luntbuild, http://luntbuild.javaforge.com/}.
27+
report.ci-management.teamcity.intro = Questo progetto usa {TeamCity, https://www.jetbrains.com/teamcity/}.
2728
report.ci-management.travis.intro = Questo progetto usa {Travis CI, https://travis-ci.org/}.
2829
report.dependencies.graph.tables.licenses = Licenze
2930
report.dependencies.graph.tables.unknown = Non definita

src/main/resources/project-info-reports_ja.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ report.ci-management.general.intro = \u3053\u306
2626
report.ci-management.hudson.intro = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Hudson, http://hudson-ci.org/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
2727
report.ci-management.jenkins.intro = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Jenkins, https://www.jenkins.io/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
2828
report.ci-management.luntbuild.intro = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Luntbuild, http://luntbuild.javaforge.com/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
29+
report.ci-management.teamcity.intro = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {TeamCity, https://www.jetbrains.com/teamcity/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
2930
report.ci-management.travis.intro = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Travis CI, https://travis-ci.org/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
3031
report.ci-management.name = \u7D99\u7D9A\u7684\u7D50\u5408
3132
report.ci-management.nocim = \u7D99\u7D9A\u7684\u7D50\u5408\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0\u306F\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u5F8C\u3067\u307E\u305F\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002

0 commit comments

Comments
 (0)