aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-10-31 13:12:06 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-10-31 13:18:01 +0400
commitb6c1a889d34609a27ba86ddf37dd818439224bf6 (patch)
treeb0e36bab283c4ade45b36fefdcb3fc8284e80da0 /pom.xml
parent5c485bcc337ee4527f00e2313dcd0bd15ca82ccb (diff)
downloadsonarqube-b6c1a889d34609a27ba86ddf37dd818439224bf6.tar.gz
sonarqube-b6c1a889d34609a27ba86ddf37dd818439224bf6.zip
Merge executions of maven-enforcer-plugin
This allows to remove useless messages during build.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml43
1 files changed, 2 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index 51674f9daca..33c99ca1aca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
- <id>enforce-plugin-versions</id>
+ <id>enforce-rules</id>
<goals>
<goal>enforce</goal>
</goals>
@@ -283,59 +283,19 @@
<banRelease>true</banRelease>
<phases>clean,deploy</phases>
</requirePluginVersions>
- </rules>
- </configuration>
- </execution>
- <execution>
- <id>enforce-dependency-versions</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
<requireReleaseDeps>
<message>No SNAPSHOT versions allowed for dependencies</message>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
- </rules>
- </configuration>
- </execution>
- <execution>
- <id>enforce-java-version</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
<requireJavaVersion>
<message>To build this project JDK ${jdk.min.version} (or upper) is required. Please install it.
</message>
<version>${jdk.min.version}</version>
</requireJavaVersion>
- </rules>
- </configuration>
- </execution>
- <execution>
- <id>enforce-maven-version</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
- </rules>
- </configuration>
- </execution>
- <execution>
- <id>enforce-banned-dependencies</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
<bannedDependencies>
<!-- See SONAR-2512 -->
<message>commons-beanutils:commons-beanutils should be used instead</message>
@@ -356,6 +316,7 @@
</configuration>
</execution>
<execution>
+ <!-- TODO Merge with execution enforce-rules as soon as we will remove exclusions for this rule - see SONAR-2938 -->
<id>enforce-no-repositories</id>
<goals>
<goal>enforce</goal>
e28'>backport/47339/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ja.js
blob: 56ac5c84220fe0b041ccd38c999265b93688f494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149