File tree 2 files changed +13
-3
lines changed
src/it/projects/MJAVADOC-365
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5
5
# to you under the Apache License, Version 2.0 (the
6
6
# "License"); you may not use this file except in compliance
7
7
# with the License. You may obtain a copy of the License at
8
- #
8
+ #
9
9
# http://www.apache.org/licenses/LICENSE-2.0
10
- #
10
+ #
11
11
# Unless required by applicable law or agreed to in writing,
12
12
# software distributed under the License is distributed on an
13
13
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- invoker.goals =clean javadoc:javadoc
18
+ invoker.goals =clean compile javadoc:javadoc
Original file line number Diff line number Diff line change 35
35
<build >
36
36
<pluginManagement >
37
37
<plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-compiler-plugin</artifactId >
41
+ <version >@compilerPluginVersion@</version >
42
+ <configuration >
43
+ <excludes >
44
+ <exclude >**/*Excluded.java</exclude >
45
+ </excludes >
46
+ </configuration >
47
+ </plugin >
38
48
<plugin >
39
49
<groupId >org.apache.maven.plugins</groupId >
40
50
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments