Commit 0b7d5b1a74b96385abe0ec0ae15fb699e206c11b
1 parent
d95cabd728
Exists in
master
MNT-16541: "Cache update for custom workflow model fails" update alfresco-core dependency
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pom.xml
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | <modelVersion>4.0.0</modelVersion> | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | ||
4 | <parent> | 4 | <parent> |
5 | <groupId>org.alfresco</groupId> | 5 | <groupId>org.alfresco</groupId> |
6 | <artifactId>alfresco-super-pom</artifactId> | 6 | <artifactId>alfresco-super-pom</artifactId> |
7 | <version>6</version> | 7 | <version>6</version> |
8 | </parent> | 8 | </parent> |
9 | 9 | ||
10 | <artifactId>alfresco-data-model</artifactId> | 10 | <artifactId>alfresco-data-model</artifactId> |
11 | <name>Alfresco Data Model</name> | 11 | <name>Alfresco Data Model</name> |
12 | <description>Alfresco Data Model classes</description> | 12 | <description>Alfresco Data Model classes</description> |
13 | <version>6.4-SNAPSHOT</version> | 13 | <version>6.4-SNAPSHOT</version> |
14 | 14 | ||
15 | <scm> | 15 | <scm> |
16 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</connection> | 16 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</connection> |
17 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</developerConnection> | 17 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</developerConnection> |
18 | <url>https://gitlab.alfresco.com/platform/alfresco-data-model</url> | 18 | <url>https://gitlab.alfresco.com/platform/alfresco-data-model</url> |
19 | <tag>HEAD</tag> | 19 | <tag>HEAD</tag> |
20 | </scm> | 20 | </scm> |
21 | 21 | ||
22 | <distributionManagement> | 22 | <distributionManagement> |
23 | <repository> | 23 | <repository> |
24 | <id>alfresco-internal</id> | 24 | <id>alfresco-internal</id> |
25 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> | 25 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> |
26 | </repository> | 26 | </repository> |
27 | <snapshotRepository> | 27 | <snapshotRepository> |
28 | <id>alfresco-internal-snapshots</id> | 28 | <id>alfresco-internal-snapshots</id> |
29 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> | 29 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> |
30 | </snapshotRepository> | 30 | </snapshotRepository> |
31 | </distributionManagement> | 31 | </distributionManagement> |
32 | 32 | ||
33 | <properties> | 33 | <properties> |
34 | <!-- Files to exclude from SonarQube analysis --> | 34 | <!-- Files to exclude from SonarQube analysis --> |
35 | <sonar.exclusions> | 35 | <sonar.exclusions> |
36 | source/java/org/alfresco/repo/search/impl/parsers/CMIS*er.java, | 36 | source/java/org/alfresco/repo/search/impl/parsers/CMIS*er.java, |
37 | source/java/org/alfresco/repo/search/impl/parsers/FTSParser.java, | 37 | source/java/org/alfresco/repo/search/impl/parsers/FTSParser.java, |
38 | source/java/org/alfresco/repo/search/impl/parsers/FTSLexer.java | 38 | source/java/org/alfresco/repo/search/impl/parsers/FTSLexer.java |
39 | </sonar.exclusions> | 39 | </sonar.exclusions> |
40 | 40 | ||
41 | </properties> | 41 | </properties> |
42 | 42 | ||
43 | <build> | 43 | <build> |
44 | <plugins> | 44 | <plugins> |
45 | <plugin> | 45 | <plugin> |
46 | <groupId>org.jibx</groupId> | 46 | <groupId>org.jibx</groupId> |
47 | <artifactId>maven-jibx-plugin</artifactId> | 47 | <artifactId>maven-jibx-plugin</artifactId> |
48 | <configuration> | 48 | <configuration> |
49 | <load>true</load> | 49 | <load>true</load> |
50 | <schemaBindingDirectory>${project.build.sourceDirectory}/org/alfresco/repo/dictionary</schemaBindingDirectory> | 50 | <schemaBindingDirectory>${project.build.sourceDirectory}/org/alfresco/repo/dictionary</schemaBindingDirectory> |
51 | <includeSchemaBindings> | 51 | <includeSchemaBindings> |
52 | <includeSchemaBinding>m2binding.xml</includeSchemaBinding> | 52 | <includeSchemaBinding>m2binding.xml</includeSchemaBinding> |
53 | </includeSchemaBindings> | 53 | </includeSchemaBindings> |
54 | </configuration> | 54 | </configuration> |
55 | <executions> | 55 | <executions> |
56 | <execution> | 56 | <execution> |
57 | <id>bind-sources</id> | 57 | <id>bind-sources</id> |
58 | <goals> | 58 | <goals> |
59 | <goal>bind</goal> | 59 | <goal>bind</goal> |
60 | </goals> | 60 | </goals> |
61 | </execution> | 61 | </execution> |
62 | </executions> | 62 | </executions> |
63 | </plugin> | 63 | </plugin> |
64 | 64 | ||
65 | <!-- ACE-3329 Create _en.properties message files --> | 65 | <!-- ACE-3329 Create _en.properties message files --> |
66 | <plugin> | 66 | <plugin> |
67 | <artifactId>maven-antrun-plugin</artifactId> | 67 | <artifactId>maven-antrun-plugin</artifactId> |
68 | <executions> | 68 | <executions> |
69 | <execution> | 69 | <execution> |
70 | <id>duplicate-english-messages</id> | 70 | <id>duplicate-english-messages</id> |
71 | <phase>generate-resources</phase> | 71 | <phase>generate-resources</phase> |
72 | <goals> | 72 | <goals> |
73 | <goal>run</goal> | 73 | <goal>run</goal> |
74 | </goals> | 74 | </goals> |
75 | </execution> | 75 | </execution> |
76 | </executions> | 76 | </executions> |
77 | <configuration> | 77 | <configuration> |
78 | <target> | 78 | <target> |
79 | <copy todir="${project.build.outputDirectory}"> | 79 | <copy todir="${project.build.outputDirectory}"> |
80 | <fileset dir="${basedir}/src/main/resources" includes="alfresco/messages/**/*.properties" /> | 80 | <fileset dir="${basedir}/src/main/resources" includes="alfresco/messages/**/*.properties" /> |
81 | <mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" /> | 81 | <mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" /> |
82 | </copy> | 82 | </copy> |
83 | </target> | 83 | </target> |
84 | </configuration> | 84 | </configuration> |
85 | </plugin> | 85 | </plugin> |
86 | <plugin> | 86 | <plugin> |
87 | <artifactId>maven-jar-plugin</artifactId> | 87 | <artifactId>maven-jar-plugin</artifactId> |
88 | <version>2.6</version> | 88 | <version>2.6</version> |
89 | <executions> | 89 | <executions> |
90 | <execution> | 90 | <execution> |
91 | <goals> | 91 | <goals> |
92 | <goal>test-jar</goal> | 92 | <goal>test-jar</goal> |
93 | </goals> | 93 | </goals> |
94 | </execution> | 94 | </execution> |
95 | </executions> | 95 | </executions> |
96 | </plugin> | 96 | </plugin> |
97 | </plugins> | 97 | </plugins> |
98 | 98 | ||
99 | <pluginManagement> | 99 | <pluginManagement> |
100 | <plugins> | 100 | <plugins> |
101 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> | 101 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
102 | <plugin> | 102 | <plugin> |
103 | <groupId>org.eclipse.m2e</groupId> | 103 | <groupId>org.eclipse.m2e</groupId> |
104 | <artifactId>lifecycle-mapping</artifactId> | 104 | <artifactId>lifecycle-mapping</artifactId> |
105 | <version>1.0.0</version> | 105 | <version>1.0.0</version> |
106 | <configuration> | 106 | <configuration> |
107 | <lifecycleMappingMetadata> | 107 | <lifecycleMappingMetadata> |
108 | <pluginExecutions> | 108 | <pluginExecutions> |
109 | <pluginExecution> | 109 | <pluginExecution> |
110 | <pluginExecutionFilter> | 110 | <pluginExecutionFilter> |
111 | <groupId>org.jibx</groupId> | 111 | <groupId>org.jibx</groupId> |
112 | <artifactId> | 112 | <artifactId> |
113 | maven-jibx-plugin | 113 | maven-jibx-plugin |
114 | </artifactId> | 114 | </artifactId> |
115 | <versionRange> | 115 | <versionRange> |
116 | [1.2.5,) | 116 | [1.2.5,) |
117 | </versionRange> | 117 | </versionRange> |
118 | <goals> | 118 | <goals> |
119 | <goal>bind</goal> | 119 | <goal>bind</goal> |
120 | </goals> | 120 | </goals> |
121 | </pluginExecutionFilter> | 121 | </pluginExecutionFilter> |
122 | <action> | 122 | <action> |
123 | <execute> | 123 | <execute> |
124 | <runOnConfiguration>true</runOnConfiguration> | 124 | <runOnConfiguration>true</runOnConfiguration> |
125 | <runOnIncremental>true</runOnIncremental> | 125 | <runOnIncremental>true</runOnIncremental> |
126 | </execute> | 126 | </execute> |
127 | </action> | 127 | </action> |
128 | </pluginExecution> | 128 | </pluginExecution> |
129 | </pluginExecutions> | 129 | </pluginExecutions> |
130 | </lifecycleMappingMetadata> | 130 | </lifecycleMappingMetadata> |
131 | </configuration> | 131 | </configuration> |
132 | </plugin> | 132 | </plugin> |
133 | <plugin> | 133 | <plugin> |
134 | <artifactId>maven-release-plugin</artifactId> | 134 | <artifactId>maven-release-plugin</artifactId> |
135 | <configuration> | 135 | <configuration> |
136 | <autoVersionSubmodules>true</autoVersionSubmodules> | 136 | <autoVersionSubmodules>true</autoVersionSubmodules> |
137 | <tagNameFormat>@{project.version}</tagNameFormat> | 137 | <tagNameFormat>@{project.version}</tagNameFormat> |
138 | </configuration> | 138 | </configuration> |
139 | </plugin> | 139 | </plugin> |
140 | </plugins> | 140 | </plugins> |
141 | </pluginManagement> | 141 | </pluginManagement> |
142 | </build> | 142 | </build> |
143 | 143 | ||
144 | <dependencies> | 144 | <dependencies> |
145 | <dependency> | 145 | <dependency> |
146 | <groupId>org.alfresco</groupId> | 146 | <groupId>org.alfresco</groupId> |
147 | <artifactId>alfresco-core</artifactId> | 147 | <artifactId>alfresco-core</artifactId> |
148 | <version>6.5</version> | 148 | <version>REPO1259-RC1</version> |
149 | </dependency> | 149 | </dependency> |
150 | <!-- | 150 | <!-- |
151 | | provided dependencies (are not transitive and not included in webapps) | 151 | | provided dependencies (are not transitive and not included in webapps) |
152 | | see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope | 152 | | see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope |
153 | --> | 153 | --> |
154 | <dependency> | 154 | <dependency> |
155 | <groupId>javax.servlet</groupId> | 155 | <groupId>javax.servlet</groupId> |
156 | <artifactId>javax.servlet-api</artifactId> | 156 | <artifactId>javax.servlet-api</artifactId> |
157 | <version>3.0.1</version> | 157 | <version>3.0.1</version> |
158 | <scope>provided</scope> | 158 | <scope>provided</scope> |
159 | </dependency> | 159 | </dependency> |
160 | <!-- | 160 | <!-- |
161 | | compile dependencies | 161 | | compile dependencies |
162 | --> | 162 | --> |
163 | <dependency> | 163 | <dependency> |
164 | <groupId>jaxen</groupId> | 164 | <groupId>jaxen</groupId> |
165 | <artifactId>jaxen</artifactId> | 165 | <artifactId>jaxen</artifactId> |
166 | <version>1.1.6</version> | 166 | <version>1.1.6</version> |
167 | </dependency> | 167 | </dependency> |
168 | <dependency> | 168 | <dependency> |
169 | <groupId>org.jibx</groupId> | 169 | <groupId>org.jibx</groupId> |
170 | <artifactId>jibx-run</artifactId> | 170 | <artifactId>jibx-run</artifactId> |
171 | <version>1.2.6</version> | 171 | <version>1.2.6</version> |
172 | </dependency> | 172 | </dependency> |
173 | 173 | ||
174 | <dependency> | 174 | <dependency> |
175 | <groupId>org.codehaus.jackson</groupId> | 175 | <groupId>org.codehaus.jackson</groupId> |
176 | <artifactId>jackson-core-asl</artifactId> | 176 | <artifactId>jackson-core-asl</artifactId> |
177 | <version>1.9.13</version> | 177 | <version>1.9.13</version> |
178 | </dependency> | 178 | </dependency> |
179 | 179 | ||
180 | <dependency> | 180 | <dependency> |
181 | <groupId>org.antlr</groupId> | 181 | <groupId>org.antlr</groupId> |
182 | <artifactId>antlr</artifactId> | 182 | <artifactId>antlr</artifactId> |
183 | <version>3.5.2</version> | 183 | <version>3.5.2</version> |
184 | </dependency> | 184 | </dependency> |
185 | <dependency> | 185 | <dependency> |
186 | <groupId>org.apache.chemistry.opencmis</groupId> | 186 | <groupId>org.apache.chemistry.opencmis</groupId> |
187 | <artifactId>chemistry-opencmis-client-impl</artifactId> | 187 | <artifactId>chemistry-opencmis-client-impl</artifactId> |
188 | <version>0.11.0</version> | 188 | <version>0.11.0</version> |
189 | <exclusions> | 189 | <exclusions> |
190 | <exclusion> | 190 | <exclusion> |
191 | <groupId>junit</groupId> | 191 | <groupId>junit</groupId> |
192 | <artifactId>junit</artifactId> | 192 | <artifactId>junit</artifactId> |
193 | </exclusion> | 193 | </exclusion> |
194 | <exclusion> | 194 | <exclusion> |
195 | <groupId>org.jvnet.staxex</groupId> | 195 | <groupId>org.jvnet.staxex</groupId> |
196 | <artifactId>stax-ex</artifactId> | 196 | <artifactId>stax-ex</artifactId> |
197 | </exclusion> | 197 | </exclusion> |
198 | </exclusions> | 198 | </exclusions> |
199 | </dependency> | 199 | </dependency> |
200 | <dependency> | 200 | <dependency> |
201 | <groupId>org.apache.chemistry.opencmis</groupId> | 201 | <groupId>org.apache.chemistry.opencmis</groupId> |
202 | <artifactId>chemistry-opencmis-commons-impl</artifactId> | 202 | <artifactId>chemistry-opencmis-commons-impl</artifactId> |
203 | <version>0.11.0</version> | 203 | <version>0.11.0</version> |
204 | <exclusions> | 204 | <exclusions> |
205 | <exclusion> | 205 | <exclusion> |
206 | <groupId>com.sun.xml.messaging.saaj</groupId> | 206 | <groupId>com.sun.xml.messaging.saaj</groupId> |
207 | <artifactId>saaj-impl</artifactId> | 207 | <artifactId>saaj-impl</artifactId> |
208 | </exclusion> | 208 | </exclusion> |
209 | <exclusion> | 209 | <exclusion> |
210 | <groupId>org.jvnet.staxex</groupId> | 210 | <groupId>org.jvnet.staxex</groupId> |
211 | <artifactId>stax-ex</artifactId> | 211 | <artifactId>stax-ex</artifactId> |
212 | </exclusion> | 212 | </exclusion> |
213 | </exclusions> | 213 | </exclusions> |
214 | </dependency> | 214 | </dependency> |
215 | <!-- stax-ex is exluded from chemistry and included here, to avoid making constant requests to the repo --> | 215 | <!-- stax-ex is exluded from chemistry and included here, to avoid making constant requests to the repo --> |
216 | <!-- That's becausde the chemistry-pulled one does not specify a specific version --> | 216 | <!-- That's becausde the chemistry-pulled one does not specify a specific version --> |
217 | <dependency> | 217 | <dependency> |
218 | <groupId>org.jvnet.staxex</groupId> | 218 | <groupId>org.jvnet.staxex</groupId> |
219 | <artifactId>stax-ex</artifactId> | 219 | <artifactId>stax-ex</artifactId> |
220 | <version>1.2</version> | 220 | <version>1.2</version> |
221 | </dependency> | 221 | </dependency> |
222 | <dependency> | 222 | <dependency> |
223 | <groupId>org.apache.chemistry.opencmis</groupId> | 223 | <groupId>org.apache.chemistry.opencmis</groupId> |
224 | <artifactId>chemistry-opencmis-server-bindings</artifactId> | 224 | <artifactId>chemistry-opencmis-server-bindings</artifactId> |
225 | <version>0.11.0</version> | 225 | <version>0.11.0</version> |
226 | <exclusions> | 226 | <exclusions> |
227 | <exclusion> | 227 | <exclusion> |
228 | <groupId>org.jvnet.staxex</groupId> | 228 | <groupId>org.jvnet.staxex</groupId> |
229 | <artifactId>stax-ex</artifactId> | 229 | <artifactId>stax-ex</artifactId> |
230 | </exclusion> | 230 | </exclusion> |
231 | </exclusions> | 231 | </exclusions> |
232 | </dependency> | 232 | </dependency> |
233 | <dependency> | 233 | <dependency> |
234 | <groupId>org.codehaus.woodstox</groupId> | 234 | <groupId>org.codehaus.woodstox</groupId> |
235 | <artifactId>woodstox-core-asl</artifactId> | 235 | <artifactId>woodstox-core-asl</artifactId> |
236 | <version>4.2.0</version> | 236 | <version>4.2.0</version> |
237 | </dependency> | 237 | </dependency> |
238 | <!-- This is now deployed at: | 238 | <!-- This is now deployed at: |
239 | | http://artifacts.alfresco.com/nexus/content/repositories/thirdparty/org/acegisecurity/acegi-security/0.8.2_patched/ | 239 | | http://artifacts.alfresco.com/nexus/content/repositories/thirdparty/org/acegisecurity/acegi-security/0.8.2_patched/ |
240 | --> | 240 | --> |
241 | <dependency> | 241 | <dependency> |
242 | <groupId>org.acegisecurity</groupId> | 242 | <groupId>org.acegisecurity</groupId> |
243 | <artifactId>acegi-security</artifactId> | 243 | <artifactId>acegi-security</artifactId> |
244 | <version>0.8.2_patched</version> | 244 | <version>0.8.2_patched</version> |
245 | </dependency> | 245 | </dependency> |
246 | <dependency> | 246 | <dependency> |
247 | <groupId>org.alfresco</groupId> | 247 | <groupId>org.alfresco</groupId> |
248 | <artifactId>alfresco-xmlfactory</artifactId> | 248 | <artifactId>alfresco-xmlfactory</artifactId> |
249 | <version>1.2.1</version> | 249 | <version>1.2.1</version> |
250 | </dependency> | 250 | </dependency> |
251 | <dependency> | 251 | <dependency> |
252 | <groupId>xerces</groupId> | 252 | <groupId>xerces</groupId> |
253 | <artifactId>xercesImpl</artifactId> | 253 | <artifactId>xercesImpl</artifactId> |
254 | <version>2.10.0-alfresco-patched</version> | 254 | <version>2.10.0-alfresco-patched</version> |
255 | </dependency> | 255 | </dependency> |
256 | <dependency> | 256 | <dependency> |
257 | <groupId>xpp3</groupId> | 257 | <groupId>xpp3</groupId> |
258 | <artifactId>xpp3</artifactId> | 258 | <artifactId>xpp3</artifactId> |
259 | <version>1.1.3_8</version> | 259 | <version>1.1.3_8</version> |
260 | </dependency> | 260 | </dependency> |
261 | <!-- Tika --> | 261 | <!-- Tika --> |
262 | <dependency> | 262 | <dependency> |
263 | <groupId>org.apache.tika</groupId> | 263 | <groupId>org.apache.tika</groupId> |
264 | <artifactId>tika-core</artifactId> | 264 | <artifactId>tika-core</artifactId> |
265 | <version>1.6-20160727-alfresco-patched</version> | 265 | <version>1.6-20160727-alfresco-patched</version> |
266 | </dependency> | 266 | </dependency> |
267 | <dependency> | 267 | <dependency> |
268 | <groupId>org.apache.tika</groupId> | 268 | <groupId>org.apache.tika</groupId> |
269 | <artifactId>tika-parsers</artifactId> | 269 | <artifactId>tika-parsers</artifactId> |
270 | <version>1.6-20160727-alfresco-patched</version> | 270 | <version>1.6-20160727-alfresco-patched</version> |
271 | </dependency> | 271 | </dependency> |
272 | <dependency> | 272 | <dependency> |
273 | <groupId>org.gagravarr</groupId> | 273 | <groupId>org.gagravarr</groupId> |
274 | <artifactId>vorbis-java-core</artifactId> | 274 | <artifactId>vorbis-java-core</artifactId> |
275 | <version>0.4</version> | 275 | <version>0.4</version> |
276 | </dependency> | 276 | </dependency> |
277 | <dependency> | 277 | <dependency> |
278 | <groupId>org.gagravarr</groupId> | 278 | <groupId>org.gagravarr</groupId> |
279 | <artifactId>vorbis-java-tika</artifactId> | 279 | <artifactId>vorbis-java-tika</artifactId> |
280 | <version>0.4</version> | 280 | <version>0.4</version> |
281 | </dependency> | 281 | </dependency> |
282 | <dependency> | 282 | <dependency> |
283 | <groupId>com.googlecode.juniversalchardet</groupId> | 283 | <groupId>com.googlecode.juniversalchardet</groupId> |
284 | <artifactId>juniversalchardet</artifactId> | 284 | <artifactId>juniversalchardet</artifactId> |
285 | <version>1.0.3</version> | 285 | <version>1.0.3</version> |
286 | </dependency> | 286 | </dependency> |
287 | 287 | ||
288 | <!-- Test dependencies --> | 288 | <!-- Test dependencies --> |
289 | <dependency> | 289 | <dependency> |
290 | <groupId>junit</groupId> | 290 | <groupId>junit</groupId> |
291 | <artifactId>junit</artifactId> | 291 | <artifactId>junit</artifactId> |
292 | <version>4.12</version> | 292 | <version>4.12</version> |
293 | <scope>test</scope> | 293 | <scope>test</scope> |
294 | </dependency> | 294 | </dependency> |
295 | <dependency> | 295 | <dependency> |
296 | <groupId>org.antlr</groupId> | 296 | <groupId>org.antlr</groupId> |
297 | <artifactId>gunit</artifactId> | 297 | <artifactId>gunit</artifactId> |
298 | <version>3.5.2</version> | 298 | <version>3.5.2</version> |
299 | <scope>test</scope> | 299 | <scope>test</scope> |
300 | </dependency> | 300 | </dependency> |
301 | <dependency> | 301 | <dependency> |
302 | <groupId>org.mockito</groupId> | 302 | <groupId>org.mockito</groupId> |
303 | <artifactId>mockito-all</artifactId> | 303 | <artifactId>mockito-all</artifactId> |
304 | <version>1.10.19</version> | 304 | <version>1.10.19</version> |
305 | <scope>test</scope> | 305 | <scope>test</scope> |
306 | </dependency> | 306 | </dependency> |
307 | </dependencies> | 307 | </dependencies> |
308 | 308 | ||
309 | <profiles> | 309 | <profiles> |
310 | <profile> | 310 | <profile> |
311 | <id>doclint-java8-max</id> | 311 | <id>doclint-java8-max</id> |
312 | <activation> | 312 | <activation> |
313 | <jdk>[1.8,)</jdk> | 313 | <jdk>[1.8,)</jdk> |
314 | </activation> | 314 | </activation> |
315 | <build> | 315 | <build> |
316 | <plugins> | 316 | <plugins> |
317 | <plugin> | 317 | <plugin> |
318 | <artifactId>maven-javadoc-plugin</artifactId> | 318 | <artifactId>maven-javadoc-plugin</artifactId> |
319 | <configuration> | 319 | <configuration> |
320 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> | 320 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> |
321 | <additionalparam>-Xdoclint:none</additionalparam> | 321 | <additionalparam>-Xdoclint:none</additionalparam> |
322 | </configuration> | 322 | </configuration> |
323 | </plugin> | 323 | </plugin> |
324 | </plugins> | 324 | </plugins> |
325 | </build> | 325 | </build> |
326 | </profile> | 326 | </profile> |
327 | </profiles> | 327 | </profiles> |
328 | </project> | 328 | </project> |
329 | 329 |